![]() |
Argh. Compiles, but linking goes wrong... Metamod related
Hey guys,
I try to compile my own engine-independant bot framework , on HL1, using the metamod. It COMPILES fine. It has all the barebones on the interface, but then it get this: Quote:
Any idea? |
Re: Argh. Compiles, but linking goes wrong... Metamod related
I think I had the same or similar problem before, it had something to do with sdk_util.h ?? I think I had to change some include lines or something.. just an idea
|
Re: Argh. Compiles, but linking goes wrong... Metamod related
It looks like your referencing these functions but they haven't been included in the compile.
Do a search for them and make sure they are getting compiled with your project. |
Re: Argh. Compiles, but linking goes wrong... Metamod related
yes they are in sdk_util.h cheeseh.
I will toy around with that ;) EDIT: Nah, even WITH including sdk_util.h , it whines about the same problem. :( |
Re: Argh. Compiles, but linking goes wrong... Metamod related
FixedSigned/Unsigned16 is in sdk_util.cpp, just copy it somewhere into your project :)
|
Re: Argh. Compiles, but linking goes wrong... Metamod related
yes, i copied the contents into my interface and it compiles fine and it does not bug me about the FixedSigned stuff...
But it still is not solved :( Quote:
|
Re: Argh. Compiles, but linking goes wrong... Metamod related
Ok, you should have that in the META_FUNCTIONS gMetaFunctionTable object.
If your sure GetEngineFunctions is included make sure its spelled correctly on both ends and exported with some macro like C_DLLEXPORT or whatever the sdk provides for exporting functions. |
Re: Argh. Compiles, but linking goes wrong... Metamod related
Nevermind, i forgot to include that source and some important functions. I can manage now. w00t. Would be nice if it would work right away.
After that, i simply spawn a bot... :) |
Re: Argh. Compiles, but linking goes wrong... Metamod related
w00t
it compiles it links too Quote:
|
Re: Argh. Compiles, but linking goes wrong... Metamod related
NOOOOO
Quote:
It simply does not load the DLL? :S It does not even do a single METAMOD function. I put logs everywhere, even in pfnGet<bla>pointer , but even that does not get logged. Is it something that i did not link correctly? :( |
All times are GMT +2. The time now is 04:29. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.