Tagged Questions
The vc8 tag has no wiki summary.
3
votes
4answers
1k views
What are the porting issues going from VC8 (VS2005) to VC9 (VS2008)?
I have inherited a very large and complex project (actually, a 'solution' consisting of 119 'projects', most of which are DLLs) that was built and tested under VC8 (VS2005), and I have the task of ...
3
votes
2answers
2k views
VC9 and VC8 lib compatibility
(The original question was asked there : http://www.ogre3d.org/phpBB2/viewtopic.php?t=44832 )
Someone asked :
"While I would like to build everything in vs2008 (VC9), the PhysX SDK is built with ...
2
votes
2answers
47 views
C++/Visual Studio 2005 - Template Class skipped during compilation of debug configuration
I have a template class, which had always been able to be compiled in Debug, with no problems. All of a sudden though, it refuses to detect changes to the class and skips it, unless I Rebuild. There's ...
2
votes
2answers
178 views
Linking error while using Visual Studio 2005(VC8)
I am getting a bunch of linking errors while trying to link the release version of an executable(debug version does not have the same issue). Comparing the command line for the link does not reveal ...
2
votes
2answers
1k views
Conditional compiling according to VC++ compiler version
I am in the process of migrating our VC++ project from Visual Studio 2005 (VC8) to Visual Studio 2008 (VC9). Some of the projects in the solution have paths to third party libraries in their ...
1
vote
0answers
295 views
PHP APC DLL Built with VC8
I am looking for a copy php_apc.dll that was built with VC8. I found one built with VC9, but my PHP distro I got with the ZendServer CE says it needs to be built with VC8.
Any help would be greatly ...