I used to have my project on vs2003 and used the file
"vb6controls.reg" to fix release problems when using my program on
different computers... Now the problem is that I've transferred my
project to vs2008 and this fix I believe no longer fixes my onld
release problems... my program compiled on vs2008 runs properly on the
computer used to compile it... but other computers it just doesn't
work...
Anyone any idea?
Thanks!
Kevin
Kevin - 28 Jul 2008 19:49 GMT
for those who run into this problem here is the solution...
Mainly the reason is that my application was being compiled using the
release version using Multi-Threaded DLL libraries.
In order to continue using my program with debug dlls I have to copy
the following files from the computer used to compile the program to
the computer trying to use the program:
C:\windows\WinSxS\
only copied all the debug files in those folder...
I hope this helps anyone with the same issues...