Here is one you will all like.  It appears as if MSVC does not define 
snprintf() in any of its headers, but it does have _snprintf() with the 
same parameter list.  AAAAAAAARG!

In JSBSim/FGFCS.cpp, I had to add a #define to map _snprintf() to snprintf(
) in order to get the latest CVS updates to build.  I wasn't sure if 
replacing snprintf() with sprintf() would be safe, so I didn't.

Jonathan Polley


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to