[Csnd] static link to Csound lib MSVC..
Date | 2013-01-10 09:16 |
From | Rory Walsh |
Subject | [Csnd] static link to Csound lib MSVC.. |
I'm looking at statically linking to libcsound.a that ships with the windows package from MSVC. In the past I've always linking dynamically against the dll by creating an MSVC import lib from it and linking to that at runtime. I tried adding the libcsound.a file to the list of libraries to link to but I get error about it not being valid, or corrupted. I've never tried to do a static link to a MinGW library in MSVC before. Has anyone any suggestions? Mike? |