Page 1 of 1

Compile error unresolved external symbol

Posted: Fri Feb 03, 2006 8:50 pm
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.

Re: Compile error unresolved external symbol

Posted: Sat Feb 04, 2006 10:28 pm
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

Posted: Sat Feb 04, 2006 10:40 pm
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...