Re: Compile/build errors in Win32 v2.0b4

1999-12-03 Thread Mark B. Elrod
ahh, i can get rid of the stupid casts now... thanks for making ne think about this some more. i remember now that #define STRICT gets rid of this problem. elrod Chad Loder wrote: -BEGIN PGP SIGNED MESSAGE- Hello. I just downloaded the Win32 distribution for 2.0 beta 4. There were

Re: Compile/build errors in Win32 v2.0b4

1999-12-03 Thread Mark B. Elrod
ok, my bad. i see now that you were trying a Release build and it does indeed contain an absolute path. i just fixed it. elrod Chad Loder wrote: -BEGIN PGP SIGNED MESSAGE- Hello. I just downloaded the Win32 distribution for 2.0 beta 4. There were several compile, link, and

Re: Compile/build errors in Win32 v2.0b4

1999-12-03 Thread Chad Loder
If I remember correctly, STRICT is only useful for C files, not C++ (which has better type checking). c On Fri, 3 Dec 1999, Mark B. Elrod wrote: ahh, i can get rid of the stupid casts now... thanks for making ne think about this some more. i remember now that #define STRICT gets rid