On 14/set/2005, at 02:21, Kenny Tilton wrote:
VC++ considers:
struct empty_struct {};
...to be an error. Anyone got libtest.dll? Or should I break down and try Cygwin? Is that what other folks do? Maybe I missed a switch for the C++ compiler?
I tested on Windows 2000 using both MSYS (similar to Cygwin) and the free MSVC++ toolkit.
I use tests/compile.bat to compile with the free MSVC++:
cl /ML /LD -D_MT /DWIN32=1 libtest.c