Guest --Douglas -- Postado Abril 18, 2007 Denunciar Share Postado Abril 18, 2007 Galera estou tendo um problema na hora de ligar o meu projeto em C ...ele compila legal, so não liga... alguém pode me ajudar?meu compilador e o borland c++ 5.5o erro e este: o que pode estar errado?Project : Win32 ApplicationCompiler : Borland C++ Compiler 5.5 (called directly)Directory : C:\C para Windows\Cap3\--------------------------------------------------------------------------------Switching to target: defaultLinking executable: C:\C para Windows\Cap3\Win32GUI.exeTurbo Incremental Link 5.00 Copyright © 1997, 2000 BorlandError: Unresolved external '___CRTL_VCL_Init' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '___CRTL_MEM_UseBorMM' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '___CRTL_VCLLIB_Linkage' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__ExceptInit' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__startup' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__GetExceptDLLinfoInternal' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '___CRTL_TLS_SetValue' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '___CRTL_TLS_InitThread' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '___CRTL_TLS_Alloc' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '___CRTL_TLS_GetValue' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '___CRTL_TLS_ExitThread' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '___CRTL_TLS_Free' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__ftol' referenced from C:\C PARA WINDOWS\CAP3\.OBJS\MOUSE.OError: Unresolved external '__matherr' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__matherrl' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__fmode' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__argv_expand_ptr' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__wargv_expand_ptr' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__handle_setargv' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__handle_exitargv' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__handle_wsetargv' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__handle_wexitargv' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__fileinfo' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__setargv__' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__setenvp__' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJError: Unresolved external '__turboFloat' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJProcess terminated with status 1 (0 minutes, 0 seconds)0 errors, 0 warnings Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Felipe Pedroso Postado Abril 18, 2007 Denunciar Share Postado Abril 18, 2007 Você poderia postar o código, por favor? Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Jonas de Abreu Postado Abril 19, 2007 Denunciar Share Postado Abril 19, 2007 Das duas uma. Ou voce esqueceu de incluir o header referente as funcoes que voce usa e que estao dando problema ou esta faltando alguma lib. Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Guest --Douglas --
Galera estou tendo um problema na hora de ligar o meu projeto em C ...
ele compila legal, so não liga... alguém pode me ajudar?
meu compilador e o borland c++ 5.5
o erro e este:
o que pode estar errado?
Project : Win32 Application
Compiler : Borland C++ Compiler 5.5 (called directly)
Directory : C:\C para Windows\Cap3\
--------------------------------------------------------------------------------
Switching to target: default
Linking executable: C:\C para Windows\Cap3\Win32GUI.exe
Turbo Incremental Link 5.00 Copyright © 1997, 2000 Borland
Error: Unresolved external '___CRTL_VCL_Init' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_MEM_UseBorMM' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_VCLLIB_Linkage' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__ExceptInit' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__startup' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__GetExceptDLLinfoInternal' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_TLS_SetValue' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_TLS_InitThread' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_TLS_Alloc' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_TLS_GetValue' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_TLS_ExitThread' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_TLS_Free' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__ftol' referenced from C:\C PARA WINDOWS\CAP3\.OBJS\MOUSE.O
Error: Unresolved external '__matherr' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__matherrl' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__fmode' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__argv_expand_ptr' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__wargv_expand_ptr' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__handle_setargv' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__handle_exitargv' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__handle_wsetargv' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__handle_wexitargv' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__fileinfo' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__setargv__' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__setenvp__' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Error: Unresolved external '__turboFloat' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
Link para o comentário
Compartilhar em outros sites
2 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.