[omniORB] TRUE, FALSE, and long

Dietmar May dcmay@object-workshops.com
Thu, 27 May 1999 18:54:58 -0400


Laurent,

> Thanks for the pointer, i had a look at the pragma options and there is one
> which seems ok:
>
> 	#pragma warning ( disable : 4800)
>
> It works (the only problem is that the directive must be manually copied in
> the skeleton file after each idl compilation).

Try including the skeleton file inside of another C++ file, containing just two 
lines:

#pragma warning ( disable : 4800)
#include "idl_skel.cpp"

Dietmar