How use my own 'Classic' DLL in Basic4PPC

Bruno

Member
Licensed User
Hi there,

Sorry for my poor English,

I wrote my own 'classic' DLL in EVC4.

Can I use a VB Like command :
Declare Sub Convert Lib "mydll.dll" (Byval DIn as double, ByRef DOut as double)

Many thanks,

Bruno.
 

Bruno

Member
Licensed User
I'm not happy with the .NET programmation, and I have not Visual Studio Pro to do that :-(

A "DLLWrapper" will be a good thing to do that, if someone can make it, it can be very useful

Thank you agraham.
 

agraham

Expert
Licensed User
Longtime User
A "DLLWrapper" will be a good thing to do that, if someone can make it, it can be very useful.
If you mean a generic wrapper that could access any native dll then I don't think that is possible. It would have to be written specially for a particular dll.
 
Top