Piotr Majdak wrote:
Just one error left: conversion from unsigned __int64 to double not implemented, use signed __int64.
Do you have (double)(unsigned __int64) on your platform implemented? (I'm not sure what the last editor of this code did...)
Forget this question: conversion from __int64 to double is lossy, no matter if signed or unsigned.
So the question is: who needs dumpOSC_SendReply() in OSC? I'm going to comment this part of dumpOSC...
br, Peter