Questions tagged [vc8]
9 questions
4
votes
3 answers
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 'Additional Library Directories' field in the project…

Hoppy
- 720
- 2
- 12
- 24
3
votes
5 answers
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 porting it to VC9 (VS2008).
The porting process I…

Howard Lee Harkness
- 407
- 3
- 11
3
votes
2 answers
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 vs2005 (VC8). Would this cause any problems, using…

Klaim
- 67,274
- 36
- 133
- 188
2
votes
2 answers
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 no problem with other non-template classes, and…

riyuyu
- 21
- 1
2
votes
2 answers
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 any issues.
there are broadly 2 types of errors…

Pradyot
- 2,897
- 7
- 41
- 58
1
vote
1 answer
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 appreciated. Thanks,
Dave

Dave Morris
- 856
- 9
- 25
0
votes
2 answers
Loki::Factory throwing an exception on program exit
I'm trying to use Loki::Factory in a project which is compiled with VC8 (I'm not allowed to switch to a newer compiler). I'm having an issue when the program exits, which I can reproduce with this basic code (which is the very least you might want…

Stefano Falasca
- 8,837
- 2
- 18
- 24
0
votes
1 answer
VC Merge Modules Not Updating
I posted an issue a while back:
https://stackoverflow.com/questions/16123872/visual-c-runtime-8-0-50727-6910-merge-module
where I had an issue that I could find a particular version of a merge module.
I have since attempted to reinstall SP1 of both…

0E322070
- 762
- 1
- 5
- 15
0
votes
1 answer
C VC8 project executable is not executing in machine where vc8 is not installed
Executable generated by vc8 C project (in windows 7) is running in all windows machine (both win xp and 7) in which vc8 is installed. But its not running in one win xp machine where vc8 is not installed, but vc6 is installed. Error message is System…

rashok
- 12,790
- 16
- 88
- 100