Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC
  New Posts New Posts RSS Feed - How to compile my project without ToolkitPro?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedHow to compile my project without ToolkitPro?

 Post Reply Post Reply
Author
Message
ufo2009 View Drop Down
Newbie
Newbie


Joined: 04 January 2009
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote ufo2009 Quote  Post ReplyReply Direct Link To This Post Topic: How to compile my project without ToolkitPro?
    Posted: 04 January 2009 at 11:47am
I've installed ToolkitPro and my project's using it.
Now one guy in my project team want to compile my project.
Unfortunately he doesn't have ToolkitPro installed.
So what should I do so that my project can be compiled everywhere? 
 
Thanks pretty much!
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: 05 January 2009 at 1:45am

Hi,

You need copy headers, and lib files.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 05 January 2009 at 3:44am
And make sure the files are compiled with the same compiler and linked against the same MFC version! :)
PokerMemento - http://www.pokermemento.com/
Back to Top
ufo2009 View Drop Down
Newbie
Newbie


Joined: 04 January 2009
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote ufo2009 Quote  Post ReplyReply Direct Link To This Post Posted: 07 January 2009 at 8:19am

thx to oleg and znakeeye

Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 13 January 2009 at 10:21pm
Essentially you can come to the same idea just looking in "Samples" folder structure. They all just USE previosly compiled version of Toolkit Pro (does not matter - dynamic or static). "Lib" is outside of "Source" folder, "Bin" - for DLLs and Samples EXE. Just need header-files - access throw single cummulative file

#include <XTToolkitPro.h> // Codejock Software Components

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.