dll component vs Win32API dll call

For general discussion related FlowStone
Post Reply
Dimmak01
Posts: 12
Joined: Mon Oct 19, 2009 11:38 am

dll component vs Win32API dll call

Post by Dimmak01 »

What is the difference between dll component and Win32API dll call? :geek:
Tronic
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Re: dll component vs Win32API dll call

Post by Tronic »

a dll is an external library, a piece of code written in C that can be run from the appropriate module and can contain whatever you want, and can also be used to call WIN32API.

if you ask the difference with WIN32API ruby, they can be used to access precisely to API functions through the ruby, but also well is considered almost a limit in that it works via an external library win32api.so, ultimately a DLL call from ruby, to make sure that it could only be used by an exported version in standalone, VST not, instead a DLL with the FS module can be embedded in both standalone and vst.
Dimmak01
Posts: 12
Joined: Mon Oct 19, 2009 11:38 am

Re: dll component vs Win32API dll call

Post by Dimmak01 »

Thanks Tronic.
Post Reply