1. If I write a .dll in another language like PB but cant figure out how to insert the stringtable for each function in the .dll can I still use Call DLL to use that particular .dll?
2. Assuming a function was called MyFunc(string,integer,float) in PB and I turned it through cdecl into a .dll what would Call DLL command actually look like to call that function?
3. And what would Call Dll look like with that function if it was to return a string?, an integer? or float?
could/would someone actually show what the Call Dll would look like for that particular function in each instance>?
would help me a lot in getting my head around the Call Dll command...
thanks