|
-
March 6th, 2013, 02:41 AM
#3
Re: Transferring a C++ application from VS 2010 to another environment...
If you want to send someone your source code and they also work with VS 2010, then you should include any project files (*.vcxproj) and the solution file (*.sln). That way they don't have to make their own project and import your header/source files. Other files like *.ncb, *.pdb, etc. will be recreated by VS when someone opens/builds the solution.
Cheers, D Drmmr
Please put [code][/code] tags around your code to preserve indentation and make it more readable.
As long as man ascribes to himself what is merely a posibility, he will not work for the attainment of it. - P. D. Ouspensky
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|