You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My personal opinion is that you have done something great. It would be great if you could add a description of how to compile and debug it. This will allow versions of other technologies to appear. Congratulations on what you have done. I wanted to do something similar, but I never managed to compile and debug the Pascal version.
The text was updated successfully, but these errors were encountered:
If you have Visual Studio 2015 (not Code, actual VS) or later, you just open the sln file. Let VS convert it to something newer if it insists, and press F7.
If you have Clang, you'll find there's no makefile or anything. You can just do clang softporn.cpp agiparse.cpp wincon.cpp -o Softporn.exe to get a version without the fancy icon. At least, that's what I can personally confirm from trying it literally just now.
I have no VS Code and no other command-line compilers, so I wouldn't know.
My personal opinion is that you have done something great. It would be great if you could add a description of how to compile and debug it. This will allow versions of other technologies to appear. Congratulations on what you have done. I wanted to do something similar, but I never managed to compile and debug the Pascal version.
The text was updated successfully, but these errors were encountered: