Page 1 of 1

support with compile a new module

Posted: Sat Jul 30, 2005 4:42 pm
by SliderMan
hi all :P
im trying to compile a new module name m_whois.c to a dll
and thats what i get:

Code: Select all

--------------------Configuration: m_whois3 - Win32 Debug-------------------- 
Compiling... 
m_whois.c 
Linking... 
   Creating library Debug/m_whois3.lib and object Debug/m_whois3.exp 
m_whois.obj : error LNK2001: unresolved external symbol _ModuleSetOptions 
m_whois.obj : error LNK2001: unresolved external symbol _add_Command 
m_whois.obj : error LNK2001: unresolved external symbol _sendto_realops 
m_whois.obj : error LNK2001: unresolved external symbol _del_Command 
m_whois.obj : error LNK2001: unresolved external symbol _TSoffset 
m_whois.obj : error LNK2001: unresolved external symbol _timeofday 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_SECURE 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_BOT 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_HELPOP 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_COADMIN 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_ADMIN 
m_whois.obj : error LNK2001: unresolved external symbol _strlcat 
m_whois.obj : error LNK2001: unresolved external symbol _iConf 
m_whois.obj : error LNK2001: unresolved external symbol _get_access 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_SADMIN 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_NETADMIN 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_SERVICES 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_HIDEWHOIS 
m_whois.obj : error LNK2001: unresolved external symbol _find_membership_link 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_REGNICK 
m_whois.obj : error LNK2001: unresolved external symbol _get_mode_str 
m_whois.obj : error LNK2001: unresolved external symbol _get_sno_str 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_HIDE 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_WEBTV 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_WHOIS 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_LOCOP 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_OPER 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_HIDEOPER 
m_whois.obj : error LNK2001: unresolved external symbol _find_server_quickx 
m_whois.obj : error LNK2001: unresolved external symbol _UMODE_INVISIBLE 
m_whois.obj : error LNK2001: unresolved external symbol _find_client 
m_whois.obj : error LNK2001: unresolved external symbol _strtoken 
m_whois.obj : error LNK2001: unresolved external symbol _hunt_server_token 
m_whois.obj : error LNK2001: unresolved external symbol _sendto_one 
m_whois.obj : error LNK2001: unresolved external symbol _getreply 
m_whois.obj : error LNK2001: unresolved external symbol _me 
Debug/m_whois3.dll : fatal error LNK1120: 36 unresolved externals 
Error executing link.exe. 

m_whois3.dll - 37 error(s), 0 warning(s)
why?!?
thanks for helping

Posted: Sat Jul 30, 2005 4:56 pm
by Dukat
"compile a new module"?
It looks like you are trying to modify the source... I mean... m_whois.c? :P

If you do that, you're on your own...

http://www.vulnscan.org/UnrealIrcd/faq/#40

Posted: Sat Jul 30, 2005 5:25 pm
by SliderMan
mm yes i geuss that its isent a new module
i want to add some colures to the whois command :P
and if i want to modifind how can help me?
plz :|

Posted: Sat Jul 30, 2005 5:53 pm
by Dukat
Nobody will help you modifying the source.

http://www.vulnscan.org/UnrealIrcd/faq/#40