Just a warning: since a discussion about the best fprintf-format for
size_t values we finally found "%zu", which works on the gcc/g++ compilers.

In the current project I started out on Ubuntu 64, going to MacOSX and
finally arriving at 32-bit Windows using the MS compiler ("Microsoft (R)
32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86").

It turns out that when using "%zu" with size_t values in the context of
fprintf/_snprintf exceptions occur at runtime!

Just wanted to point out at this, maybe subtle, problem.

---rony

P.S.: Also, if using the name "interface" which is fine on gcc/g++, this
will cause compilation errors on MSC as that term seems to be reserved
there.




------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to