hi,
I found a workaround by putting the allocation in a #ifndef _WIN32 statement
pthread_t is a structure under windows and not only a 64bit int.
with pd-vanilla I got :
"C:\\MinGW\\msys\\1.0\\home\\antoine\\pd\\pd-vanilla\\extra\\Gem\\Gem.dll: couldn't load
Gem: can't load library"
on startup...
maybe because pd was build using microsoft compiler and Gem with MinGW
I also managed to produce a Gem.dll form Microsoft Visual C++ 2010 Express
and this time Gem loads in pd-vanilla 0.45.2
and it seems to work !
but i am wondering if i am doing right :
Gem claims that some dll are missing
and I added them directly to the Windows\System32 folder
should I include them in the Visual Project instead ?
+
a