Click here to Skip to main content
15,891,657 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Translation Pin
David Crow11-Jun-03 2:33
David Crow11-Jun-03 2:33 
GeneralRe: Translation Pin
sardinka11-Jun-03 4:09
sardinka11-Jun-03 4:09 
GeneralRe: Translation Pin
David Crow11-Jun-03 4:22
David Crow11-Jun-03 4:22 
GeneralRe: Translation Pin
sardinka11-Jun-03 5:09
sardinka11-Jun-03 5:09 
GeneralRe: Translation Pin
David Crow11-Jun-03 5:29
David Crow11-Jun-03 5:29 
GeneralRe: Translation Pin
sardinka11-Jun-03 6:06
sardinka11-Jun-03 6:06 
GeneralRe: Translation Pin
David Crow11-Jun-03 7:39
David Crow11-Jun-03 7:39 
General__pctype & ___mb_cur_max Pin
Andrew Hoole9-Jun-03 6:00
Andrew Hoole9-Jun-03 6:00 
Hi

I hope I am not asking a real dumb question but this problem has got me beat. I am compiling my MFC developed application and linking it with someother libraries that I have got from somewhere and compiled myself. When I do this I get the following linking errors

ctn_lib.lib(dcm.obj) : error LNK2001: unresolved external symbol __pctype
ctn_lib.lib(utility.obj) : error LNK2001: unresolved external symbol __pctype
ctn_lib.lib(dcm.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
ctn_lib.lib(utility.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
Release/LMWS.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

Before getting to this stage I had some errors about duplicate definition of stuff in libcmt.lib and msvcrt.lib so I have told the system to ignore libcmt.lib

Now I have looked on the web and seen that the offending symbols are declared in ctype.h.

Now my questions are
- obviously now can I sort this out
- but also in the error message I am getting the symbols have two '_' and three '_' characters respectively but in the ctype.h file they only have one and two respectively.

Is this second question of any relevence or am I just not understanding how the compiler puts it altogether.

Many thanks for any help.

Andrew
GeneralRe: __pctype & ___mb_cur_max Pin
Joaquín M López Muñoz9-Jun-03 7:47
Joaquín M López Muñoz9-Jun-03 7:47 
GeneralRe: __pctype & ___mb_cur_max Pin
Sardaukar9-Jun-03 21:58
Sardaukar9-Jun-03 21:58 
GeneralNetWork Diagram in View Pin
sulaxan9-Jun-03 5:47
sulaxan9-Jun-03 5:47 
GeneralJustifying text Pin
Anonymous9-Jun-03 5:41
Anonymous9-Jun-03 5:41 
GeneralRe: Justifying text Pin
AparnaBollapalli31-Oct-09 23:47
AparnaBollapalli31-Oct-09 23:47 
Generalsize of integer and pointer on a machine Pin
Omar Alvi9-Jun-03 4:51
Omar Alvi9-Jun-03 4:51 
GeneralRe: size of integer and pointer on a machine Pin
valikac9-Jun-03 6:33
valikac9-Jun-03 6:33 
GeneralRe: size of integer and pointer on a machine Pin
Omar Alvi9-Jun-03 18:40
Omar Alvi9-Jun-03 18:40 
GeneralRe: size of integer and pointer on a machine Pin
valikac9-Jun-03 18:51
valikac9-Jun-03 18:51 
GeneralRe: size of integer and pointer on a machine Pin
Omar Alvi9-Jun-03 19:18
Omar Alvi9-Jun-03 19:18 
GeneralRe: size of integer and pointer on a machine Pin
Ryan Binns9-Jun-03 23:15
Ryan Binns9-Jun-03 23:15 
GeneralPanning -Zooming-Centering 2d shapes Pin
ninpo9-Jun-03 4:50
ninpo9-Jun-03 4:50 
QuestionHow to import the addressbook of the Cuteftp to my program? Pin
kindows9-Jun-03 4:38
kindows9-Jun-03 4:38 
QuestionWhich API can set a image file as wallpaper? Pin
white jungle9-Jun-03 4:35
white jungle9-Jun-03 4:35 
AnswerRe: Which API can set a image file as wallpaper? Pin
Ryan Binns9-Jun-03 4:43
Ryan Binns9-Jun-03 4:43 
AnswerRe: Which API can set a image file as wallpaper? Pin
kindows9-Jun-03 4:44
kindows9-Jun-03 4:44 
AnswerRe: Which API can set a image file as wallpaper? Pin
Sardaukar9-Jun-03 22:02
Sardaukar9-Jun-03 22:02 

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.