Print Page | Close Window

How to compile my project without ToolkitPro?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Visual C++ MFC
Forum Description: Topics related to Codejock Visual C++ MFC products
URL: http://forum.codejock.com/forum_posts.asp?TID=13062
Printed Date: 30 June 2024 at 2:21am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to compile my project without ToolkitPro?
Posted By: ufo2009
Subject: How to compile my project without ToolkitPro?
Date 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!



Replies:
Posted By: Oleg
Date Posted: 05 January 2009 at 1:45am

Hi,

You need copy headers, and lib files.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: znakeeye
Date 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/


Posted By: ufo2009
Date Posted: 07 January 2009 at 8:19am

thx to https://forum.codejock.com/member_profile.asp?PF=37&FID=104 - oleg and https://forum.codejock.com/member_profile.asp?PF=2198&FID=104 - znakeeye



Posted By: mdoubson
Date 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




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net