Hi,
Does anybody know why I might be getting this error?
Linking... convaudio2~.obj : error LNK2001: unresolved external symbol _s_signal Debug/convaudio2dynamic.dll : fatal error LNK1120: 1 unresolved externals Error executing link.exe.
convaudio2dynamic.dll - 2 error(s), 14 warning(s)
the same question was asked not long ago. VC++ seems to have problems with linking to data in DLLs. In your code use gensym("signal") instead of s_signal.
greetings, Thomas