Bot Questions - Compiling for 44 Zip - Thu Sep 02, 2004 2:53 am Post subject: Compiling for 44
I can compile for 38 but when I try to compile the default plugin for 44 I get these error:
C:\Program Files\Microsoft Visual C++ Toolkit 2003\includes\yvals.h(419) : error C4234: nonstandard extenstion used : '__thiscall' keyword reserved for future use.
I get that for each time '__thiscall' is used in that file and aslo typinfo. Is this because of something wrong with the include files on my compiler directory?
C:\Program Files\Microsoft Visual C++ Toolkit 2003\includes\ostream.h(606) : warning C4530: C++ exeption handler used, but unwind semantics are not enabled. Specify /EHsc
I get that also for istream but It seems easy to fix just got to specify /Ehsc
I have a few idea as how to fix this but I figured I would ask here in case some one could help me. Ty -Zip
Zip - Thu Sep 02, 2004 3:22 am Post subject: Fixed
I fixed my problem. When I downloaded the SDK I copy and pasted all the include files into the compiler include and it over-wrote some files that shouldnt have been. Every thing is working fine now. Sorry I wasted a few bytes of your webspace. Cyan~Fire - Thu Sep 02, 2004 6:21 am Post subject:
When you download the new SDK, you should add a compiler include directory of a higher priority to the new SDK include. Never replace the files that came with the compiler. :-S