[fpc-pascal] windows.GetProcAddress() vs DynLibs.GetProcAddress()

Ludo Brands ludo.brands at free.fr
Fri Jan 17 17:25:25 CET 2014


On 01/17/2014 05:09 PM, Fred van Stappen wrote:
> 
>> I don't know if the Handle type in the header is defined by the C++
> compiler
>> or by the package itself. Consult their respective documentation for more
>> info.
> 
> Here declaration of create instance :
> 
> // Create a new instance of SoundTouch processor.
> SOUNDTOUCHDLL_API HANDLE __cdecl soundtouch_createInstance();
> 
> 
> 

That routine is defined in SoundTouchDLL.cpp which is the windows dll
wrapper. Do you have the linux equivalent?

Ludo



More information about the fpc-pascal mailing list