i created a file with the .def extention, copied the contents and made it like this:
Code:
LIBRARY ITM_HL1_BOT_CSTRIKE
EXPORTS
GiveFnptrsToDll @1
SECTIONS
.data READ WRITE
yet, i compile (rebuild all) and it still does not work. Perhaps i have to do this with MSVC or something? i have no clue how this works.