Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - VS.Net 2003 Integration
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

VS.Net 2003 Integration

 Post Reply Post Reply
Author
Message
Frank Deo View Drop Down
Newbie
Newbie
Avatar

Joined: 21 January 2004
Location: United States
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Frank Deo Quote  Post ReplyReply Direct Link To This Post Topic: VS.Net 2003 Integration
    Posted: 07 February 2004 at 1:21pm

Hello,

How do I get VS.Net 2003 to see the XTP sources for integration.  Specifically, intellisence and the property window list for overrides, messages, etc.

The XTP directories are set in my VS.Net options.

Thanks,

Frank

Back to Top
darren_uk View Drop Down
Newbie
Newbie


Joined: 05 December 2003
Location: United Kingdom
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote darren_uk Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2004 at 5:30am
Hi,

easiest way is to add the XTPToolkit_DLL project to your solution. This should get intellisense working.

HTH,

Daz.
Back to Top
Frank Deo View Drop Down
Newbie
Newbie
Avatar

Joined: 21 January 2004
Location: United States
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Frank Deo Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2004 at 4:50pm

Thanks Daz...that worked great.

 

Frank

Back to Top
Alexey View Drop Down
Newbie
Newbie


Joined: 05 August 2004
Location: Israel
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alexey Quote  Post ReplyReply Direct Link To This Post Posted: 05 August 2004 at 9:13am

Does any other way exist?

Really inconveniently to add XTPToolkit_DLL project to each solution.

There is no problem with intellisence (I'm using VisualAssist), but I really need to create overrides and messages handlers as usually in environment.

Back to Top
Alexey View Drop Down
Newbie
Newbie


Joined: 05 August 2004
Location: Israel
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alexey Quote  Post ReplyReply Direct Link To This Post Posted: 26 September 2004 at 10:25am

Found one funny way do make wizard works. May be it will be helpfull for someone. Just inserted this code before declaration of application main frame (the same method works for all window classes):

#ifdef NEVER_SHOULD_BE_DEFINED

#define CXTPFrameWnd CFrameWnd

#endif

Enjoy :)

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.063 seconds.