Compile error unresolved external symbol

These are old archives. They are kept for historic purposes only.
Post Reply
therock247uk
Posts: 19
Joined: Wed Nov 09, 2005 2:32 pm
Location: UK
Contact:

Compile error unresolved external symbol

Post by therock247uk »

Just a fyi I got these errors when compiling. I got them on the rc's to but I always thought they were fixed on offical releases?

wircd.def : error LNK2001: unresolved external symbol add_remote_include
wircd.def : error LNK2001: unresolved external symbol find_loaded_remote_include
wircd.def : error LNK2001: unresolved external symbol find_remote_include
wircd.def : error LNK2001: unresolved external symbol remote_include

It compiled fine when I did the nmake -f makefile.win32 SYMBOLFILE command.
wax
Posts: 72
Joined: Tue Oct 04, 2005 6:32 am
Location: ByNets@Belarus
Contact:

Re: Compile error unresolved external symbol

Post by wax »

therock247uk wrote:Just a fyi I got these errors when compiling. I got them on the rc's to but I always thought they were fixed on offical releases?

wircd.def : error LNK2001: unresolved external symbol add_remote_include
wircd.def : error LNK2001: unresolved external symbol find_loaded_remote_include
wircd.def : error LNK2001: unresolved external symbol find_remote_include
wircd.def : error LNK2001: unresolved external symbol remote_include

It compiled fine when I did the nmake -f makefile.win32 SYMBOLFILE command.
http://www.vulnscan.org/UnrealIRCd/faq/#76
therock247uk
Posts: 19
Joined: Wed Nov 09, 2005 2:32 pm
Location: UK
Contact:

Post by therock247uk »

Yep I did that and it worked I just thought this problem was fixed in offical releases but they did not do it this time around...
Post Reply