Author |
Message |
Zip Newbie
Joined: Aug 31 2004 Posts: 9 Offline
|
Posted: 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 |
|
Back to top |
|
 |
Zip Newbie
Joined: Aug 31 2004 Posts: 9 Offline
|
Posted: 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.  |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: 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 _________________ This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him. |
|
Back to top |
|
 |
|