AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Module Coding (https://forums.alliedmods.net/forumdisplay.php?f=9)
-   -   Setup Visual Studio for build module (https://forums.alliedmods.net/showthread.php?t=319169)

karaulov 10-17-2019 00:50

Setup Visual Studio for build module
 
1 Attachment(s)
How to configure Visual Studio 2019 and WSL for build 32bit elf modules for AMXX ?

Example module. (With sln project for LINUX, select 'release' and 'x86')

karaulov 10-17-2019 04:15

Re: Setup Visual Studio for build module
 
11 downloads and no answers? (((

Please help) I got 32bit elf, but 'bad load'

0. Install Windows 10 x64
1. Install UBUNTU (for WSL)
2. Install clang++/g++ with 32 bit support to UBUNTU
3. Install Visual Studio 2019 with Linux support
4. Build this project, got 32 bit elf, but 'bad load' ((((

karaulov 10-19-2019 02:51

Re: Setup Visual Studio for build module
 
5. Choose g++ compiler
6. Add -static-##### to command line
7. Now all works!


All times are GMT -4. The time now is 13:36.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.