Build a 64 bit version
Hi, I have a problem, I have used this code to generate a telemetry plugin for ETS2, just that I only work on 32-bit ETS2, can help me build a version for ETS2 64-bit? @skyhisi
just open vs command prompt on x64 then nav to build.bat dir then open build.bat
@Chor1Pan
just open vs command prompt on x64 then nav to build.bat dir then open build.bat
Can you explain step by step how to do this? I'm not an I.T. guy, and can't understand what should i do... :(
1- install visual studio from Microsoft's web. 2-go to \Start Menu\Programs\Visual Studio (version)\Visual Studio Tools\Windows Desktop Command Prompts. 3- select Developer Command Prompt for VS (version of vs) x64. 4- Navigate on cmd to ets2_dashboard folder (ie. cd C:\Users\your user\Desktop\ets2_dashboard_v2-master\build) 5- write build.bat and press enter, wait to compile process finish. That make a folder called x64 and inside is the .dll con 64bit. Sorry for my bad english.