Posted September 3, 20213 yr 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!
September 4, 20213 yr 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.
September 4, 20213 yr Author On 9/4/2021 at 2:13 PM, 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?
September 5, 20213 yr It probably instructs the compiler somewhere in the config to create an exe, yeah. But I have no clue where that would be.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.