[jvr-general] dx.playiottdata() problem [resolved]

Kevin O'Donnell kevino at jerboa.ca
Thu Mar 10 20:27:06 EST 2005


Hi David,

> I didn't verify but I think it's probably the O_BINARY that
> made the difference.

Glad to hear it worked out for you.  Those WIN32 constants are lifted 
right out of the Windows C API.  I just checked out MSDN and it says 
that there are two modes to opening a pipe/file: binary and text.  I 
_guess_ that if O_BINARY is not provided O_TEXT is assumed and there may 
be some character translation going on?  I dunno..

Good debugging!

> Thank you for providing JVR.  I think I saved at least half
> the time writing in Java instead of C++!  Best of all, I can
> code it on Linux and target it to Windows! 

What distro are you running?  Redhat 7.2/7.3 or did you manage to get it 
running on a more recent distro?  I've only ever used Redhat 7.3.

Cheers,
Kev.



More information about the jvr-general mailing list