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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top