Csound Csound-dev Csound-tekno Search About

[Csnd] static link to Csound lib MSVC..

Date2013-01-10 09:16
FromRory 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?