open EVC workspace in VS2005 beta 1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
How can i open EVC++ 3.0 workspace in VS2005 beta 1 ? There is no concept of
wrokspace in VS, I guess. My eVC workspace has multiple dependent projects.

I want to build it for smartphone ARM emulator.

Thanks
 
You will need to recreate your workspace from the scratch.
The workspace in VS2005 is called Solution
 
Why not just use eVC 4 and do a simple recompile. You've got a C++ program
there; it's not going to just compile and run on the SmartPhone emulator via
VS.NET, but it might do so with eVC 4.

Paul T.
 
Back
Top