Click here to Skip to main content
15,917,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to change CDocument Variables from within the CWinApp derived Class? Pin
David Crow15-Nov-05 10:09
David Crow15-Nov-05 10:09 
QuestionRe: How to change CDocument Variables from within the CWinApp derived Class? Pin
Franken15-Nov-05 23:29
Franken15-Nov-05 23:29 
QuestionRe: How to change CDocument Variables from within the CWinApp derived Class? Pin
David Crow16-Nov-05 2:43
David Crow16-Nov-05 2:43 
GeneralRe: How to change CDocument Variables from within the CWinApp derived Class? Pin
Franken15-Nov-05 23:47
Franken15-Nov-05 23:47 
GeneralRe: How to change CDocument Variables from within the CWinApp derived Class? Pin
David Crow16-Nov-05 3:10
David Crow16-Nov-05 3:10 
Questionerror LNK2001: unresolved external symbol Pin
celllllllll15-Nov-05 6:53
celllllllll15-Nov-05 6:53 
AnswerRe: error LNK2001: unresolved external symbol Pin
David Crow15-Nov-05 7:20
David Crow15-Nov-05 7:20 
GeneralRe: error LNK2001: unresolved external symbol Pin
celllllllll15-Nov-05 7:31
celllllllll15-Nov-05 7:31 
Sorry for not providing enough info...

Here are the errors listed:
[code]
Linking...
MSVCRT.lib(MSVCRT.dll) : error LNK2005: __vsnprintf already defined in LIBCMT.lib(vsnprint.obj)
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: __vsnprintf already defined in LIBCMT.lib(vsnprint.obj); second definition ignored
Creating library ReleaseMinSize/WosaIDC.lib and object ReleaseMinSize/WosaIDC.exp
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library
CardReaderDev.obj : error LNK2001: unresolved external symbol _WFSClose@4
CardReaderDev.obj : error LNK2001: unresolved external symbol _WFSDeregister@12
CardReaderDev.obj : error LNK2001: unresolved external symbol _WFMSetTimer@16
CardReaderEvent.obj : error LNK2001: unresolved external symbol _WFMSetTimer@16
CardReaderOper.obj : error LNK2001: unresolved external symbol _WFMSetTimer@16
CardReaderDev.obj : error LNK2001: unresolved external symbol _WFSRegister@12
CardReaderDev.obj : error LNK2001: unresolved external symbol _WFMSetTraceLevel@8
CardReaderDev.obj : error LNK2001: unresolved external symbol _WFSOpen@36
CardReaderDev.obj : error LNK2001: unresolved external symbol _WFMKillTimer@4
CardReaderEvent.obj : error LNK2001: unresolved external symbol _WFMKillTimer@4
CardReaderOper.obj : error LNK2001: unresolved external symbol _WFMKillTimer@4
CardReaderDev.obj : error LNK2001: unresolved external symbol _WFSFreeResult@4
CardReaderEvent.obj : error LNK2001: unresolved external symbol _WFSFreeResult@4
CardReaderOper.obj : error LNK2001: unresolved external symbol _WFSFreeResult@4
CardReaderDev.obj : error LNK2001: unresolved external symbol _WFSExecute@20
CardReaderDev.obj : error LNK2001: unresolved external symbol _WFSGetInfo@20
CardReaderOper.obj : error LNK2001: unresolved external symbol _WFSCancelAsyncRequest@8
CardReaderOper.obj : error LNK2001: unresolved external symbol _WFSAsyncExecute@24
CardReaderReg.obj : error LNK2001: unresolved external symbol _WFMCloseKey@4
CardReaderReg.obj : error LNK2001: unresolved external symbol _WFMQueryValue@16
CardReaderReg.obj : error LNK2001: unresolved external symbol _WFMSetValue@16
CardReaderReg.obj : error LNK2001: unresolved external symbol _WFMCreateKey@16
CardReaderReg.obj : error LNK2001: unresolved external symbol _WFMOpenKey@12
LIBCMT.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
ReleaseMinSize/WosaIDC.dll : fatal error LNK1120: 18 unresolved externals
Error executing link.exe.

WosaIDC.dll - 26 error(s), 2 warning(s)
[\code]

I have included all the lib files also..But still I am getting 26 errors.

Thanks again

Preeti9
GeneralRe: error LNK2001: unresolved external symbol Pin
tranglt15-Nov-05 18:55
tranglt15-Nov-05 18:55 
GeneralRe: error LNK2001: unresolved external symbol Pin
sunit515-Nov-05 20:18
sunit515-Nov-05 20:18 
Questiondatabase schema design question Pin
ppp00115-Nov-05 6:43
ppp00115-Nov-05 6:43 
AnswerRe: database schema design question Pin
Mayur Mahajan15-Nov-05 14:36
Mayur Mahajan15-Nov-05 14:36 
Questiondo not show MFC Window Pin
inf00915-Nov-05 6:30
inf00915-Nov-05 6:30 
AnswerRe: do not show MFC Window Pin
David Crow15-Nov-05 7:18
David Crow15-Nov-05 7:18 
AnswerRe: do not show MFC Window Pin
__yb15-Nov-05 10:56
__yb15-Nov-05 10:56 
GeneralRe: do not show MFC Window Pin
inf00916-Nov-05 6:13
inf00916-Nov-05 6:13 
QuestionDrawText !! Pin
hatemtaleb15-Nov-05 6:24
hatemtaleb15-Nov-05 6:24 
AnswerRe: DrawText !! Pin
Mike Dimmick15-Nov-05 6:30
Mike Dimmick15-Nov-05 6:30 
AnswerRe: DrawText !! Pin
mikanu15-Nov-05 6:31
mikanu15-Nov-05 6:31 
GeneralRe: DrawText !! Pin
hatemtaleb15-Nov-05 7:09
hatemtaleb15-Nov-05 7:09 
QuestionVS6: Enabling breakpoints per thread Pin
Chintoo72315-Nov-05 6:04
Chintoo72315-Nov-05 6:04 
AnswerRe: VS6: Enabling breakpoints per thread Pin
David Crow15-Nov-05 7:22
David Crow15-Nov-05 7:22 
QuestionLNK2001 error Pin
yongwpi15-Nov-05 4:50
yongwpi15-Nov-05 4:50 
QuestionRe: LNK2001 error Pin
David Crow15-Nov-05 4:55
David Crow15-Nov-05 4:55 
AnswerRe: LNK2001 error Pin
Michael Dunn15-Nov-05 8:25
sitebuilderMichael Dunn15-Nov-05 8:25 

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.