Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / March 2005

Tip: Looking for answers? Try searching our database.

C++ class library release still require debug runtime dll

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
babyx - 14 Mar 2005 02:37 GMT
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?
Carl Daniel [VC++ MVP] - 14 Mar 2005 04:53 GMT
> The release build class library can only work with msvcr71d.dll and
> msvcp71d.dll exist. How to make this class library work on any
[quoted text clipped - 3 lines]
>
> Can anybody help?

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
babyx - 14 Mar 2005 08:37 GMT
Thanks Carl~!

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

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.