Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - realse program without the xt¡¯s dll?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

realse program without the xt¡¯s dll?

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


Joined: 17 August 2005
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote Robby Quote  Post ReplyReply Direct Link To This Post Topic: realse program without the xt¡¯s dll?
    Posted: 17 December 2005 at 2:30am

hi~

i just want to release our pragram without the xt's dll file,concerning about the size of the program. is there any thing i can do ?

 

regards

Robby

Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 18 December 2005 at 8:07am

Hi,

You can build application with static version of toolkit.

add #include _XTP_STATICLINK before #include XTToolkitPro.h

and add resource to rc2 file:

#include "XTToolkitPro.rc"

 

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Robby View Drop Down
Newbie
Newbie


Joined: 17 August 2005
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote Robby Quote  Post ReplyReply Direct Link To This Post Posted: 18 December 2005 at 8:36am

thanks a lot

do i need to changing program setting from Use MFC in a Shared DLL

to Use MFC in Staticlly? if so ,it may not work in my program! because i have a MFC Extention  Dll linking in my program.

regards

Robby

Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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 2005 at 12:51am
No, you don't need. you can use MFC as DLL, but ToolkitPro as static library.
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.047 seconds.