Hi!
Frank Barknecht wrote:
Could you give some more details? Like what error messages are there, what compiler are you using, etc?
The Build errors are:
--------------------Configuration: OSC - Win32 Debug-------------------- Compiling... dumpOSC.c d:\temp\myosc\dumposc.c(80) : warning C4273: 'sys_addpollfn' : inconsistent dll linkage. dllexport assumed. d:\temp\myosc\dumposc.c(328) : error C2054: expected '(' to follow 'OSC_API' d:\temp\myosc\dumposc.c(332) : error C2085: 'dumpOSC_setup' : not in formal parameter list d:\temp\myosc\dumposc.c(332) : error C2143: syntax error : missing ';' before '{' d:\temp\myosc\dumposc.c(516) : error C2065: 'int32_t' : undeclared identifier d:\temp\myosc\dumposc.c(516) : error C2059: syntax error : ')' d:\temp\myosc\dumposc.c(517) : error C2059: syntax error : ')' d:\temp\myosc\dumposc.c(522) : error C2059: syntax error : ')' d:\temp\myosc\dumposc.c(525) : error C2061: syntax error : identifier 'ReadTime' d:\temp\myosc\dumposc.c(525) : error C2059: syntax error : ';' d:\temp\myosc\dumposc.c(525) : error C2059: syntax error : 'type' d:\temp\myosc\dumposc.c(566) : error C2059: syntax error : ')' d:\temp\myosc\dumposc.c(567) : error C2059: syntax error : ')' d:\temp\myosc\dumposc.c(570) : error C2061: syntax error : identifier 'dumpOSC_SendReply' d:\temp\myosc\dumposc.c(570) : error C2059: syntax error : ';' d:\temp\myosc\dumposc.c(570) : error C2059: syntax error : 'type' OSCroute.c d:\temp\myosc\oscroute.c(129) : error C2054: expected '(' to follow 'OSC_API' d:\temp\myosc\oscroute.c(129) : error C2085: 'OSCroute_setup' : not in formal parameter list d:\temp\myosc\oscroute.c(129) : error C2143: syntax error : missing ';' before '{' sendOSC.c d:\temp\myosc\sendosc.c(476) : warning C4013: 'fgets' undefined; assuming extern returning int d:\temp\myosc\sendosc.c(476) : error C2065: 'stdin' : undeclared identifier d:\temp\myosc\sendosc.c(476) : warning C4047: '!=' : 'int ' differs in levels of indirection from 'void *' d:\temp\myosc\sendosc.c(562) : warning C4013: 'sscanf' undefined; assuming extern returning int d:\temp\myosc\sendosc.c(839) : warning C4013: 'vfprintf' undefined; assuming extern returning int d:\temp\myosc\sendosc.c(839) : error C2065: 'stderr' : undeclared identifier Error executing cl.exe.
OSC.dll - 20 error(s), 5 warning(s)
I use MS VC++6 on Windows2000. The most syntax errors are a consequence of the unknown int32_t data type.
Another problem is, that routeOSC became OSCroute and changed completly. I'm just checking the diffs to my version and will see what I can do with that...
Thanks for any support...
br, Peter