Hi,

I decided to try one more time to build that example vst-plugin,
but this time I used dynamic version of nui/ngl. Good news is that
it works, bad news (for me) is that I have to link dynamically.
I don't like this for two reasons:

1. I'd like to have whole plugin encapsulated in one dll, so to
avoid problems with apropriate instalation and other stuff,

2. Right now I was using Visual Studio .NET 2003 to build nui/ngl,
but I've got it from my university, and the licence forbids to
use it to make commercial software. So normally I use free Visual
C++ Toolkit with Eclipse+CDT as IDE. When linking my plugin
with dynamic nui/ngl I have to also link with msvcprt.lib (or
msvcprtd.lib for debug builds), and these files are not available
for free (I've also checked PlatformSDK, but it seems, that there's
only version for IA-64). So my only way to create vst plugs with
nui/ngl is to use static version of the latter.

So my question is - can you confirm, that static linking to vst
plugin works, and it's just that I'm so "lucky"?
If not (meaning static link not possible) would it be hard to
implement this?

Thanks &


cheers,
Bart
--
"When the only tool you know is a hammer,
every problem looks like a nail."

Reply via email to