Click here to Skip to main content
16,006,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help...msvcrtd.obj missing Pin
DaveE9th3-Jul-03 15:13
DaveE9th3-Jul-03 15:13 
GeneralRe: Help...msvcrtd.obj missing Pin
Ryan Binns3-Jul-03 15:34
Ryan Binns3-Jul-03 15:34 
GeneralRe: Help...msvcrtd.obj missing Pin
DaveE9th3-Jul-03 19:47
DaveE9th3-Jul-03 19:47 
GeneralRe: Help...msvcrtd.obj missing Pin
Ryan Binns3-Jul-03 20:22
Ryan Binns3-Jul-03 20:22 
GeneralRe: Help...msvcrtd.obj missing Pin
John M. Drescher3-Jul-03 15:49
John M. Drescher3-Jul-03 15:49 
GeneralRe: Help...msvcrtd.obj missing Pin
DaveE9th3-Jul-03 19:53
DaveE9th3-Jul-03 19:53 
GeneralRe: Help...msvcrtd.obj missing Pin
John M. Drescher4-Jul-03 2:36
John M. Drescher4-Jul-03 2:36 
GeneralRe: Help...msvcrtd.obj missing Pin
DaveE9th4-Jul-03 6:40
DaveE9th4-Jul-03 6:40 
I am using VC++ 6. I have cleaned both the debug and release directories and did a complete rebuild. This is what I now get:

Linking...
Exodus.obj : error LNK2001: unresolved external symbol "public: static struct CRuntimeClass const CExodusDoc::classCExodusDoc" (?classCExodusDoc@CExodusDoc@@2UCRuntimeClass@@B)
Exodus.obj : error LNK2001: unresolved external symbol "public: static struct CRuntimeClass const CMainFrame::classCMainFrame" (?classCMainFrame@CMainFrame@@2UCRuntimeClass@@B)
Exodus.obj : error LNK2001: unresolved external symbol "public: static struct CRuntimeClass const CExodusView::classCExodusView" (?classCExodusView@CExodusView@@2UCRuntimeClass@@B)
Debug/Exodus.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
-----------------------------------------------------

I changed the subsystem setting to "windows", it was set to "console". I also see that my classes did not open with the workspace when I reopened the program (I think this is my problem), problem is I'm not sure how to open them (shouldn't they open with the workspace?). The only class showing up in my class view is "CAboutDlg". I've read the VC++ 6 help menu but didn't see anything so I'm going to keep reading 'til I find something.

Thanks for your patience, I'll get the hang of this. I'm trying to follow a database tutorial in Ivor Horton's book on VC++. Once I figure out how to eliminate these little quirks in VC++, I should be off to a good start. I just received Jeff Prosise's book on "MFC programming" in the mail and hope that will clear some things up.

DaveBig Grin | :-D
GeneralRe: Help...msvcrtd.obj missing Pin
John M. Drescher4-Jul-03 6:59
John M. Drescher4-Jul-03 6:59 
GeneralRe: Help...msvcrtd.obj missing Pin
John M. Drescher4-Jul-03 7:08
John M. Drescher4-Jul-03 7:08 
GeneralRe: Help...msvcrtd.obj missing Pin
DaveE9th4-Jul-03 20:44
DaveE9th4-Jul-03 20:44 
GeneralRe: Help...msvcrtd.obj missing Pin
DaveE9th13-Jul-03 19:45
DaveE9th13-Jul-03 19:45 
QuestionHow can I assigned the child window toolbar to the pager control? Pin
ElizabethC3-Jul-03 7:20
ElizabethC3-Jul-03 7:20 
AnswerRe: How can I assigned the child window toolbar to the pager control? Pin
Magnus Westin3-Jul-03 11:25
Magnus Westin3-Jul-03 11:25 
GeneralRe: How can I assigned the child window toolbar to the pager control? Pin
ElizabethC3-Jul-03 11:50
ElizabethC3-Jul-03 11:50 
GeneralRe: How can I assigned the child window toolbar to the pager control? Pin
Magnus Westin3-Jul-03 12:02
Magnus Westin3-Jul-03 12:02 
GeneralRe: How can I assigned the child window toolbar to the pager control? Pin
ElizabethC3-Jul-03 12:25
ElizabethC3-Jul-03 12:25 
GeneralRe: How can I assigned the child window toolbar to the pager control? Pin
Magnus Westin3-Jul-03 12:33
Magnus Westin3-Jul-03 12:33 
GeneralRe: How can I assigned the child window toolbar to the pager control? Pin
ElizabethC3-Jul-03 12:40
ElizabethC3-Jul-03 12:40 
GeneralRe: How can I assigned the child window toolbar to the pager control? Pin
Magnus Westin3-Jul-03 22:40
Magnus Westin3-Jul-03 22:40 
GeneralRe: How can I assigned the child window toolbar to the pager control? Pin
ElizabethC7-Jul-03 8:05
ElizabethC7-Jul-03 8:05 
GeneralRe: How can I assigned the child window toolbar to the pager control? Pin
Magnus Westin7-Jul-03 10:57
Magnus Westin7-Jul-03 10:57 
GeneralRe: How can I assigned the child window toolbar to the pager control? Pin
ElizabethC7-Jul-03 12:16
ElizabethC7-Jul-03 12:16 
QuestionWhere is the best place to create the pager control for the application? Pin
ElizabethC3-Jul-03 7:06
ElizabethC3-Jul-03 7:06 
GeneralMultithread question Pin
achandra0073-Jul-03 6:14
achandra0073-Jul-03 6:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.