View Single Post
  #9  
Old 02-28-2004, 03:52 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Quote:
Command line warning D4002 : ignoring unknown option '/Ob2'
Im not sure of this error/warning.. Are you using the command line compiler/option or the gui?
Quote:
C:\Program Files\Microsoft Visual Studio\VC98\MFC\INCLUDE\afxv_w32.h(14) : fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include <windows.h>
Im not sure why you are getting that, as I dont see that any of the zone files are including this header file (could be wrong).. A quick search within files in the whole of 0.5.5 DR1 source files confirms this... There are several calls to WINDOWS.h in the emusharmem.dll, and world files, but nothing in zone exept in world/zonserver.cpp... Another quick search reveals that afxv_w32.h is not called from WINDOWS.h either.... I may be totally off base here as I just started learning C++ myself, but try recompiling it from scratch and following the above directions and see what you come up with (using the GUI)...
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote