HughJanus 244 Posted September 3, 2021 Share Posted September 3, 2021 Hey guys, I have been using Visual Studio Code for Python and AL programming recently and have become very fond of it (since it also supports Linux). Last weekend I have tried setting it up for mod development, but I cant seem to get it done. Does anyone have any knowledge on how I can use Visual Studio Code for building asi files (and which extensions and other programs I need)? Any help would be greatly appreciated! Quote Link to comment Share on other sites More sharing options...
LMS 674 Posted September 4, 2021 Share Posted September 4, 2021 I have never done C++ with VSC, but this should in theory all you need: C++ programming with Visual Studio Code. Compile to dll while including the proper SH headers and libs, rename to asi and you should be good to go. Quote Link to comment Share on other sites More sharing options...
HughJanus 244 Posted September 4, 2021 Author Share Posted September 4, 2021 3 hours ago, LMS said: I have never done C++ with VSC, but this should in theory all you need: C++ programming with Visual Studio Code. Compile to dll while including the proper SH headers and libs, rename to asi and you should be good to go. I have already set up my project last weekend and compiled it, but it always creates an exe file. I dont know how to change the output - I think i would have to adjust the json describing the build tasks, but dont know how. I thought that maybe there are extensions which come with dll build task jsons out of the box? Quote Link to comment Share on other sites More sharing options...
LMS 674 Posted September 5, 2021 Share Posted September 5, 2021 It probably instructs the compiler somewhere in the config to create an exe, yeah. But I have no clue where that would be. Quote Link to comment Share on other sites More sharing options...
HughJanus 244 Posted September 6, 2021 Author Share Posted September 6, 2021 Okay, thank you. I will post the solution here when I come across it :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.