[hlcoders] vgui_controls.lib -- size

2006-04-24 Thread Tony \omega\ Sergi
This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] Anyone know why that if I compile vgui_controls.lib, it ends up being 11mb instead of 3 or so, in the sdk released version? Im using vc2003, with default project. If I compile in release its 11mb,

RE: [hlcoders] vgui_controls.lib -- size

2006-04-24 Thread Tony \omega\ Sergi
Sorted by turning off global optimization. -- -- omega Heroes of Excelsior http://www.heroesofexcelsior.com Blackened Interactive http://www.blackened-interactive.com -Original Message- From: Tony omega Sergi [mailto:[EMAIL PROTECTED] Sent: April 24, 2006 1:26 PM To:

[hlcoders] Crash in release mode only AND Changing the viewports scheme

2006-04-24 Thread ChromeAngel
2 Issues, I doubt they are related : Issue 1) I've got my HL2DM mod running sweet and lovely and i'm about ready to send it out to my testers, so I compiled in in release mode, only to find it causes a crash in HL2.exe when I spawn on my listen server. How should I go about finding the cause of

Re: [hlcoders] Crash in release mode only AND Changing the viewports scheme

2006-04-24 Thread Jorge Rodriguez
ChromeAngel wrote: 2 Issues, I doubt they are related : Issue 1) I've got my HL2DM mod running sweet and lovely and i'm about ready to send it out to my testers, so I compiled in in release mode, only to find it causes a crash in HL2.exe when I spawn on my listen server. How should I go about

RE: [hlcoders] vgui_controls.lib -- size

2006-04-24 Thread Adam \amckern\ Mckern
I just add /LTCG in the link command line box - dont you want your .LIB to be optimized? I try and make everything i work on do... --- Tony \omega\ Sergi [EMAIL PROTECTED] wrote: Sorted by turning off global optimization. -- -- omega Heroes of Excelsior

Re: [hlcoders] vgui_controls.lib -- size

2006-04-24 Thread Aaron Schiff
-- [ Picked text/plain from multipart/alternative ] If this is a standard modification to the library, it should be posted herehttp://developer.valvesoftware.com/wiki/Compiling_vgui_controls.lib (http://developer.valvesoftware.com/wiki/Compiling_vgui_controls.lib). -- ts2do --