Remi GILLIG wrote:

Hi,

I don't know where to go to have help so I ask you directly.
I built NGL statically without problems (except some files missing
from the 0.8 archive, downloaded by cvs :p). Now I want to build the
examples but I'm asked for libngl2003.lib (not static) and if I link
with this file I need the DLL.
My question is how to build an application with the static lib only. Thank you.

speps.
Hello Remi,

There are 4 targets in the libngl visual studio solution:
Debug Static
Debug
Release Static
Release

Static means static lib and build libngl2003s.lib and libngl2003sd.lib while the plain ones build the dll versions (libngl2003.lib/dll and libngl2003d.lib/dll pairs).

I suggest to do a batch build of libngl so that all 4 targets are built and the examples can use them. I'm unsure about the version of the lib used by the examples (static or dll). I guess it's dynamic by default. In any case I believe this is described somewhere in the install document. I'll make sure it is the case in the next revision...

I usually don't reply personnaly about ngl but on the devel mailling list where more people may answer your questions :).

--
Sebastien Metrot
Lead Dev.
http://www.usbsounds.com


Reply via email to