Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Linking to extreme Toolkit dll for MFC
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Linking to extreme Toolkit dll for MFC

 Post Reply Post Reply
Author
Message
Andrew Curry View Drop Down
Newbie
Newbie
Avatar

Joined: 19 December 2006
Location: Ireland
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote Andrew Curry Quote  Post ReplyReply Direct Link To This Post Topic: Linking to extreme Toolkit dll for MFC
    Posted: 19 December 2006 at 12:20pm
Can anyone tell me how I can force my application to link to the debug version of the extreme Toolkit dll for MFC. We have a build configuration which is not a full debug build for reasons which I won't go into. I am trying to get the build to link to the debug dll and it always automatically links to the release dll.
Any help would be great!
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 19 December 2006 at 1:34pm
Hi,
It links to release because _DEBUG was not defined. just add

#define _DEBUG before include toolkit pro... or better add it to project configuration.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.