Difference between revisions of "Windows Code Notes"

From Mod Wiki
 
Line 2: Line 2:
 
*Visual Studio 2008 Express is currently untested.
 
*Visual Studio 2008 Express is currently untested.
  
*You can find the final gamex86.dll in source\build\win32\<configuration name>\
+
*You can find the final gamex86.dll in '''source\build\win32\<configuration name>\'''
 
**Copy it to the same folder as your etqw.exe and the game will automatically load your new dll.
 
**Copy it to the same folder as your etqw.exe and the game will automatically load your new dll.
  
 
*We recommend setting up a post-build event to automatically copy the dll to the game folder.
 
*We recommend setting up a post-build event to automatically copy the dll to the game folder.

Revision as of 16:02, 21 November 2007

  • You can use Visual Studio 2005 Express edition to compile the SDK.
  • Visual Studio 2008 Express is currently untested.
  • You can find the final gamex86.dll in source\build\win32\<configuration name>\
    • Copy it to the same folder as your etqw.exe and the game will automatically load your new dll.
  • We recommend setting up a post-build event to automatically copy the dll to the game folder.