I am completely out in the dark here.
Someone able to shed some light
I have this PB-DLL with a Exported function like this...
Function MyFunction(Byval S as String)as long
Now to the question:
How would this be prototyped in/called from C/C++
-------------
Fred
mailto:[email protected][email protected]</A>
http://www.oxenby.se
Someone able to shed some light

I have this PB-DLL with a Exported function like this...
Function MyFunction(Byval S as String)as long
Now to the question:
How would this be prototyped in/called from C/C++
-------------
Fred
mailto:[email protected][email protected]</A>
http://www.oxenby.se
Comment