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

newbie question....

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


Joined: 05 August 2005
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote roujesky Quote  Post ReplyReply Direct Link To This Post Topic: newbie question....
    Posted: 05 August 2005 at 11:12am

Just downloaded Extreme Toolkit.  I am using VS.Net2003.  I tried the first tutorial in the help, "Create a simple MDI application using the MFC AppWizard"

Well, I get the following error:

c:\mySourceCode\ToolkitTest\ToolkitTest\MainFrm.cpp(73): error C2065: 'IDR_MDISAMTYPE' : undeclared identifier

I did a search of this forum and my help.  Nothing.  Where should this have been defined?

 

thanx

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: 05 August 2005 at 11:19pm

Very newbie? ;)

IDR_MDISAMTYPE name is generated automatically by wizard, using your application name.   Open Resource.h file and find something like

IDR_[How_You_Call_App]TYPE

and use it instead IDR_MDISAMTYPE

 

 

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