How to find out in code what is causing error LNK2001: unresolved external symbol _main problem
From: Angus Comber (ac_at_NOiteloffice.com.PLEASENOSPAM)
Date: 07/20/04
- Next message: Mike Gleason Jr Couturier: "ATL DLL Unregister behavior"
- Previous message: Igor Tandetnik: "Re: How to "set" Friendly Name ?"
- Next in thread: Mike Gleason Jr Couturier: "Re: How to find out in code what is causing error LNK2001: unresolved external symbol _main problem"
- Reply: Mike Gleason Jr Couturier: "Re: How to find out in code what is causing error LNK2001: unresolved external symbol _main problem"
- Reply: Alexander Nickolov: "Re: How to find out in code what is causing error LNK2001: unresolved external symbol _main problem"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 20 Jul 2004 15:18:49 +0100
Hello
Here is the link error:
Linking...
Creating library ReleaseMinDependency/Pop.lib and object
ReleaseMinDependency/Pop.exp
LIBCMT.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
ReleaseMinDependency/Pop.dll : fatal error LNK1120: 1 unresolved externals
I realise I can remove ATL_MIN_CRT in my project but would rather find out
what C runtime function in my code is causing the problem. Is there an easy
way to find this ... or is the only thing to do look through each line of
code?
Angus Comber
angus@NOSPAMiteloffice.com
- Next message: Mike Gleason Jr Couturier: "ATL DLL Unregister behavior"
- Previous message: Igor Tandetnik: "Re: How to "set" Friendly Name ?"
- Next in thread: Mike Gleason Jr Couturier: "Re: How to find out in code what is causing error LNK2001: unresolved external symbol _main problem"
- Reply: Mike Gleason Jr Couturier: "Re: How to find out in code what is causing error LNK2001: unresolved external symbol _main problem"
- Reply: Alexander Nickolov: "Re: How to find out in code what is causing error LNK2001: unresolved external symbol _main problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|