Everything loads+works just fine now.  Thanks for your help, Mike!

  ---David Anderson
  http://www.bailopan.net/

Mike Durand wrote:
Just out of curiosity: has anyone else gotten close to getting their
updated plugin to build/work?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Durand
Sent: Thursday, October 04, 2007 11:15 AM
To: hlcoders@list.valvesoftware.com
Subject: RE: [hlcoders] TF2 Plugin Headstart? VEngineCvar004?

OK. I  added these:

        byteswap.h
        convar_serverbounded.h
        vstdlib.lib
        mathlib.lib
        tier0.lib
        tier2.lib
        vstdlib.lib

Do you still get an unresolved when you link tier1.lib but don't compile
convar.cpp? I would try that route if you haven't already.

-Mike

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Anderson
Sent: Wednesday, October 03, 2007 6:14 PM
To: hlcoders@list.valvesoftware.com
Subject: Re: [hlcoders] TF2 Plugin Headstart? VEngineCvar004?

Phew! Still a few more errors...

  - Looks like CByteswap isn't defined in utlbuffer.h
  - tier1/convar_serverbounded.h is missing
  - Unresolved externals while linking: _GetCVarIF, ConMsg, etc not
found.  do we need new tier0 and vstdlib libs?
  - Another unresolved link error, to ConCommand::ConCommand when using
CON_COMMAND.  I can't include both convar.cpp and tier1.lib (since they
overlap), but if I cherry-pick code out of convar.cpp then it works.

   ---David Anderson
   http://www.bailopan.net/


Mike Durand wrote:
They are there now.

-Mike

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Anderson
Sent: Wednesday, October 03, 2007 2:51 PM
To: hlcoders@list.valvesoftware.com
Subject: Re: [hlcoders] TF2 Plugin Headstart? VEngineCvar004?

Seems to be compiling after some strtools fixes -- the next step is
linking ;) I think we're gonna need a new tier1.lib or convar.cpp.

Thanks,

   ---David Anderson
   http://www.bailopan.net/

Mike Durand wrote:
I've added 'iconvar.h' and 'convar.h'. That should keep those
crickets
under control until the next compilation error. :)

-Mike

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Spencer
'voogru' MacDonald
Sent: Wednesday, October 03, 2007 11:42 AM
To: hlcoders@list.valvesoftware.com
Subject: RE: [hlcoders] TF2 Plugin Headstart? VEngineCvar004?

I hear crickets.

- voogru.


_______________________________________________
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


_______________________________________________
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