Compiling vgui controls.lib

From Valve Developer Community
Revision as of 22:56, 11 January 2006 by Ts2do (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Wrongtitle

To compile vgui_controls.lib, you must take the following actions:

On line 171 in AnimationController, replace

return AnimationController::RelativeAlignment::a_northwest;

with

return a_northwest;

Open vgui_controls.vcproj in your MSVC++ .NET and compile it with the Release configuration.