Try to read my mail completly. Hint: there are some magic words
like "compile" and "link".

Greets
Ronny


The header file that has CTraceFilterSimple is included in my
ServerPlugin,
at least I'm 99% sure it is. Wouldn't it give me an error in the compiler
or
the linker if I wasn't including it?


----- Original Message ----- From: "Ronny Schedel" <[EMAIL PROTECTED]> To: <hlcoders@list.valvesoftware.com> Sent: Wednesday, February 23, 2005 5:23 AM Subject: Re: [hlcoders] Server Plugins refusing to load


Its every time the same, you have to include header files and
have to compile and link the classes you are using. In this
case: CTraceFilterSimple.

Greets
Ronny

> I've traced my problem with the UTIL_TraceLine to about the third line
in
> the function:
>
> CTraceFilterSimple traceFilter( ignore, collisionGroup );
>
> ignore is
> const IHandleEntity *ignore,
>
> collisionGroup is an int (and in my case zero)
>
> The plugin loads until I uncomment this line.
>
> I know I'm treading in undocumented waters, but have you any ideas?
>
>
>
> ----- Original Message -----
> From: "Daniel Jennings" <[EMAIL PROTECTED]>
> To: <hlcoders@list.valvesoftware.com>
> Sent: Tuesday, February 22, 2005 7:34 PM
> Subject: Re: [hlcoders] Server Plugins refusing to load
>
>
>> It seems that UTIL_ functions cause the server plugin not to load; I
> haven't
>> found a working UTIL_ function that didn't prevent the plugin from
> loading,
>> though I'll mess around with them later.
>>
>>
>> _______________________________________________
>> 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



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



Reply via email to