Compiling vgui controls.lib: Difference between revisions
Jump to navigation
Jump to search
Note:The client project requires a rebuild once the new vgui_controls.lib is made to relink it.
Thunder4ik (talk | contribs) m (→top: Unicodifying) |
Thunder4ik (talk | contribs) |
||
Line 1: | Line 1: | ||
{{Dead end|date=January 2024}} | |||
{{DISPLAYTITLE:Compiling vgui_controls.lib}} | {{DISPLAYTITLE:Compiling vgui_controls.lib}} | ||
Line 16: | Line 18: | ||
{{note|The client project requires a rebuild once the new vgui_controls.lib is made to relink it.}} | {{note|The client project requires a rebuild once the new vgui_controls.lib is made to relink it.}} | ||
[[Category:Programming]] [[Category:Tutorials]] | |||
[[Category:Programming]] | |||
[[Category:Tutorials]] |
Latest revision as of 08:50, 21 January 2024

This article has no
links to other VDC articles. Please help improve this article by adding links
that are relevant to the context within the existing text.
January 2024


January 2024
The following is a short guide to successfully compiling your vgui2 modifications to lib\public\vgui_controls.lib
.
Change this line in AnimationController.cpp
return AnimationController::RelativeAlignment::a_northwest;
↓ return a_northwest;
Open src\vgui2\controls\vgui_controls.vcproj
in your MSVC++ .NET and compile it with the Release
configuration.
The library should be copied and overwrite lib\public\vgui_controls.lib
once the compilation is complete.
