Groups | Blog | Home
all groups > visual c > march 2005 >

visual c : C++ class library release still require debug runtime dll


szemein NO[at]SPAM hotmail-dot-com.no-spam.invalid
3/13/2005 7:37:17 PM
The release build class library can only work with msvcr71d.dll and
msvcp71d.dll exist. How to make this class library work on any
machine without using the debug dlls? What are the project settings
that i need to take note so that it will become a "real" release
build without depending on the debug dll?

Can anybody help?


Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
Carl Daniel [VC++ MVP]
3/13/2005 7:53:08 PM
[quoted text, click to view]

Mekere sure EVERYTHING that's linked into your release mode DLL was compiled
as a release build. If you're still dependent on the debug DLLs, then
you're eaither looking at a debug build, or some mixture of debug and
release.

-cd

szemein NO[at]SPAM hotmail-dot-com.no-spam.invalid
3/14/2005 1:37:01 AM
Thanks Carl~!

I just managed to solve this problem..... finally solved it...


Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
AddThis Social Bookmark Button