Quote Originally Posted by chronozphere
P.S: all exported DLL routines need STDCALL calling conventions
don't be uninformed.. you can use ANY calling convention, as long as they match in C and pascal, most libraries actually use cdecl.