Compiling vgui controls.lib

From Valve Developer Community
Revision as of 22:59, 11 January 2006 by Ts2do (talk | contribs)
Jump to navigation Jump to search

Template:Wrongtitle

The following is a short guide to successfully compiling your vgui2 modifications to lib\public\vgui_controls.lib.

On line 171 in AnimationController
Replace
return AnimationController::RelativeAlignment::a_northwest;
With
return a_northwest;

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