Click here to Skip to main content
15,916,842 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMaximum file open problem with fopen Pin
DevendraC29-Sep-04 3:39
DevendraC29-Sep-04 3:39 
GeneralRe: Maximum file open problem with fopen Pin
David Crow29-Sep-04 4:23
David Crow29-Sep-04 4:23 
GeneralRe: Maximum file open problem with fopen Pin
Blake Miller29-Sep-04 4:34
Blake Miller29-Sep-04 4:34 
GeneralRe: Maximum file open problem with fopen Pin
Nicholas Cardi29-Sep-04 4:40
Nicholas Cardi29-Sep-04 4:40 
GeneralRe: Maximum file open problem with fopen Pin
Alan Chambers29-Sep-04 10:34
Alan Chambers29-Sep-04 10:34 
GeneralRe: Maximum file open problem with fopen Pin
DevendraC30-Sep-04 2:44
DevendraC30-Sep-04 2:44 
QuestionWhy this linker error? Pin
Jenie_net29-Sep-04 3:38
Jenie_net29-Sep-04 3:38 
AnswerRe: Why this linker error? Pin
Nicholas Cardi29-Sep-04 4:14
Nicholas Cardi29-Sep-04 4:14 
I am not sure which IDE you are using but you need to include nafxcwd.lib in your linker settings. Unresolved external sysmbols come from the linker not being able to find the implementation of the function in the header file.

I am using MSVS 2003. So I go to Project on the file menu then Properties. I then select linker from the listview. Then under general there is an Option for additional Library Directories. Add the path to nafxcwd.lib. This should fix it.

Best of Luck

Forever Developing
AnswerRe: Why this linker error? Pin
Bob Stanneveld29-Sep-04 6:37
Bob Stanneveld29-Sep-04 6:37 
AnswerRe: Why this linker error? Pin
Anonymous29-Sep-04 6:42
Anonymous29-Sep-04 6:42 
GeneralGetting the Width and Height of the View Pin
Neelesh K J Jain29-Sep-04 3:28
Neelesh K J Jain29-Sep-04 3:28 
GeneralRe: Getting the Width and Height of the View Pin
Manfred Staiger29-Sep-04 3:48
Manfred Staiger29-Sep-04 3:48 
GeneralRe: Getting the Width and Height of the View Pin
Neelesh K J Jain29-Sep-04 3:57
Neelesh K J Jain29-Sep-04 3:57 
GeneralRe: Getting the Width and Height of the View Pin
Manfred Staiger29-Sep-04 4:28
Manfred Staiger29-Sep-04 4:28 
GeneralOnVScroll() or OnMouseWheel() Pin
Jesper Knudsen29-Sep-04 3:17
Jesper Knudsen29-Sep-04 3:17 
GeneralCaption Bar and Control Box Pin
Kolpia29-Sep-04 3:07
Kolpia29-Sep-04 3:07 
GeneralRe: Caption Bar and Control Box Pin
Andrzej Markowski29-Sep-04 6:24
Andrzej Markowski29-Sep-04 6:24 
GeneralMFC MSG Pin
ANDYFA29-Sep-04 2:46
ANDYFA29-Sep-04 2:46 
GeneralRe: MFC MSG Pin
Manfred Staiger29-Sep-04 3:13
Manfred Staiger29-Sep-04 3:13 
GeneralRe: MFC MSG Pin
David Crow29-Sep-04 4:25
David Crow29-Sep-04 4:25 
GeneralRe: MFC MSG Pin
ANDYFA29-Sep-04 6:59
ANDYFA29-Sep-04 6:59 
GeneralRe: MFC MSG Pin
David Crow29-Sep-04 7:17
David Crow29-Sep-04 7:17 
GeneralRe: MFC MSG Pin
ANDYFA29-Sep-04 7:25
ANDYFA29-Sep-04 7:25 
GeneralRe: MFC MSG Pin
David Crow29-Sep-04 7:30
David Crow29-Sep-04 7:30 
GeneralRe: MFC MSG Pin
ANDYFA29-Sep-04 7:39
ANDYFA29-Sep-04 7:39 

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.