[PD] unresolved external symbol _garray_class

Juha Vehviläinen jusu at pinktwins.com
Mon Mar 25 21:07:30 CET 2002


Hi,

when I do this...

 if(!(garray = (t_garray *)pd_findbyclass(x->array_name, garray_class)))

I get this:

vdrawarray.obj : error LNK2001: unresolved external symbol _garray_class
vdrawarray.dll : fatal error LNK1120: 1 unresolved externals

In MSVC++6.0. Yes, I'm linking with pd.lib, without it I get loads of other
unresolves. Any chance there's something missing somewhere that causes
garray_class not to be properly "visible" in windows... ?

Juha







More information about the Pd-list mailing list