Look at the lines above that in the Output window.

The linker is complaining that there is a function being referenced (that you have added) that's not been defined in any of the C++ code.

Perhaps you accedentally deleted a function? Or perhaps you created a new .cpp file and forgot to include that in the Visual Studio project? Maybe there is a function inside a #if (like a function on the client or on the server) that isn't being compiled into your final .obj object file.

On 7/13/2010 10:09 AM, adam chance wrote:
Thats all there is.



________________________________
From: Mark Chandler<lo...@iinet.net.au>
To: Discussion of Half-Life Programming<hlcoders@list.valvesoftware.com>
Sent: Monday, 12 July, 2010 17:52:59
Subject: Re: [hlcoders] (no subject)

Whats the rest of the error message?
'
On 7/13/2010 12:48 AM, adam chance wrote:
When I Build my Mod (Debug), I get this error:

2>.\Debug_episodic/Server.dll : fatal error LNK1120: 1 unresolved externals

What do I do?
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to