Click here to Skip to main content
15,898,036 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: FTP - remote to remote transfer Pin
douglasjordan15-Nov-05 2:30
douglasjordan15-Nov-05 2:30 
GeneralRe: FTP - remote to remote transfer Pin
Manchur15-Nov-05 19:08
Manchur15-Nov-05 19:08 
QuestionWindows Registry Pin
A_Fa14-Nov-05 19:08
A_Fa14-Nov-05 19:08 
AnswerRe: Windows Registry Pin
Cool Ju14-Nov-05 19:49
Cool Ju14-Nov-05 19:49 
AnswerRe: Windows Registry Pin
*Dreamz14-Nov-05 20:15
*Dreamz14-Nov-05 20:15 
JokeRe: Windows Registry Pin
Owner drawn14-Nov-05 20:25
Owner drawn14-Nov-05 20:25 
QuestionHow to Get the Ports Occupied By a Particular Application?? Pin
Owner drawn14-Nov-05 18:47
Owner drawn14-Nov-05 18:47 
Questionerror LNK2001: unresolved external symbol ___pioinfo Pin
snprani14-Nov-05 18:28
snprani14-Nov-05 18:28 
Hi
My application is vc++ Dialog based one. I am using one library for my application. when i am including that library I am getting so many linker errors like

LIBC.lib(crt0dat.obj) : error LNK2005: _exit already defined in msvcrt.lib(MSVCRT.dll)
LIBC.lib(crt0dat.obj) : error LNK2005: __exit already defined in msvcrt.lib(MSVCRT.dll)
LIBC.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in msvcrt.lib(cinitexe.obj)
LIBC.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in msvcrt.lib(cinitexe.obj)
LIBC.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in msvcrt.lib(cinitexe.obj)
LIBC.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in msvcrt.lib(cinitexe.obj)
LIBC.lib(mbctype.obj) : error LNK2005: __setmbcp already defined in msvcrt.lib(MSVCRT.dll)
LINK : warning LNK4098: defaultlib "msvcrt.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
LIBC.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/OIApp.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.


For this i have ignored LIBC.lib library then i am getting one linker error called
error LNK2001: unresolved external symbol ___pioinfo

what should i have to do.Please help me.

Thanks in advance



AnswerRe: error LNK2001: unresolved external symbol ___pioinfo Pin
sunit514-Nov-05 18:42
sunit514-Nov-05 18:42 
GeneralRe: error LNK2001: unresolved external symbol ___pioinfo Pin
snprani14-Nov-05 22:22
snprani14-Nov-05 22:22 
AnswerRe: error LNK2001: unresolved external symbol ___pioinfo Pin
jhwurmbach14-Nov-05 23:25
jhwurmbach14-Nov-05 23:25 
Questionthe rookie needs help again Pin
Binary011014-Nov-05 18:11
Binary011014-Nov-05 18:11 
AnswerRe: the rookie needs help again Pin
*Dreamz14-Nov-05 19:13
*Dreamz14-Nov-05 19:13 
AnswerRe: the rookie needs help again Pin
jhwurmbach14-Nov-05 23:37
jhwurmbach14-Nov-05 23:37 
GeneralRe: the rookie needs help again Pin
Binary011015-Nov-05 1:08
Binary011015-Nov-05 1:08 
GeneralRe: the rookie needs help again Pin
jhwurmbach15-Nov-05 1:13
jhwurmbach15-Nov-05 1:13 
QuestionOpenGL Inventor and Windows Platform SDk Pin
codingfreak14-Nov-05 17:09
codingfreak14-Nov-05 17:09 
AnswerRe: OpenGL Inventor and Windows Platform SDk Pin
__yb15-Nov-05 11:38
__yb15-Nov-05 11:38 
QuestionThead ID Problem ? Pin
kendao14-Nov-05 17:03
kendao14-Nov-05 17:03 
AnswerRe: Thead ID Problem ? Pin
22491714-Nov-05 17:32
22491714-Nov-05 17:32 
QuestionHow to Copy a Part or a Region from one View to another View Pin
axxonet14-Nov-05 16:33
axxonet14-Nov-05 16:33 
AnswerRe: How to Copy a Part or a Region from one View to another View Pin
Aamir Butt15-Nov-05 0:40
Aamir Butt15-Nov-05 0:40 
QuestionHELP! Visual C++ and Windows graphics Pin
Big_Goose14-Nov-05 16:14
Big_Goose14-Nov-05 16:14 
AnswerRe: HELP! Visual C++ and Windows graphics Pin
kk.tvm14-Nov-05 21:53
kk.tvm14-Nov-05 21:53 
QuestionCreating new classes Pin
jpMFC14-Nov-05 15:06
jpMFC14-Nov-05 15:06 

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.