On Wed, 6 Jun 2001, Nick Fells wrote:
Hi,
I'm trying to compile externs using Visual C++ 6.
I've managed to resolve most things, but am still getting:
unresolved external symbol _garray_class unresolved external symbol _s_signal
from the linker. Which libs do I need to link to to resolve these? I've linked already to all the libs that I can find in the Pd distribution.
It is more likely that the symbols are not exported. Is it the ggee externals ?
There are several occurences of &s_signal, and you can replace them by gensym("signal")
Try it first with signal/exp~.c and look if a dll will be produced. signal/exp~.dll
If you succeed I will change all occurences of that, and yes, the garray_class is only used in fofsynth, which is only of very limited use at the moment.
Guenter