View Single Post
  #1 (permalink)  
Old 05-01-2008, 05:02 PM
Bruno Bruno is offline
Junior Member
 
Join Date: Apr 2008
Location: FRANCE
Posts: 13
Default How use my own 'Classic' DLL in Basic4PPC

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.
Reply With Quote