LIBCD.lib(crt0.obj) : error LNK2001: (newbie)

Started by
10 comments, last by PrinceofZ 23 years, 2 months ago
what to do? is somewhere a list of these messages of this kind?
u wouldnt understand a german quote :)
Advertisement
Hi,

Check if the file "Libcd.lib" exists in your /include repertori of your compilator.

Sorry for my english, I''m belgian.
========================Leyder Dylan (dylan.leyder@slug-production.be.tf http://users.skynet.be/fa550206/Slug-Production/Index.htm/
it does exist in C:\Program Files\Microsoft Visual Studio\VC98\Lib...so what could be the problem?(i wrote the lib file under linker now, but it doesn''t work either) any sugestions?

(sorry for my english but i''m a german )
u wouldnt understand a german quote :)
CRT is the entre-point function. Make sure uve created either main or winmain
i have winmain(deleted the sourcecode...i used tutorial one from nehe)

Edited by - PrinceofZ on January 29, 2001 8:08:13 AM
u wouldnt understand a german quote :)
In visual c++ readme file, there is something about that problem.

Try to delete some includes exam. old
I installed visual C++ 6 again and just tried to compile nehe''s first tutorial, but there is still this(german)errormessage:--------------------Konfiguration: A - Win32 Debug--------------------
Linker-Vorgang läuft...
LIBCD.lib(crt0.obj) : error LNK2001: Nichtaufgeloestes externes Symbol _main
Debug/A.exe : fatal error LNK1120: 1 unaufgeloeste externe Verweise
Fehler beim Ausführen von link.exe.

I made no changings anywhere except for including opengl32.lib, glu32.lib and glaux.lib in linker...so what could it be?
u wouldnt understand a german quote :)
is LIBCD.lib included in the compiler along with the gl*.lib?

if I find more info I''ll post it here (I''m reading up on CRT now)

Karnus

Contact me
[email=JValentine_13@hotmail.com]contact[/email]
try someit simple like a demo of my site (make file for vc6 is included thus it should compile and run no probs)
i see u have a german version of vc (didnt know these existed!)
this could be causing the problems

http://members.xoom.com/myBollux
Only parts of the documentation is german and interface, nothing is changed with the syntax, and i allready compiled the Nehe tutorials, i just included glaux.lib, glu32.lib and opengl.32.lib
but it doesn''t work anymore, i reinstalled VC++ again, but nothing changed... i could format the PC, but it''s not mine and i can''t backup all the files i would like to keep
u wouldnt understand a german quote :)

This topic is closed to new replies.

Advertisement