What does the title say. I can think of some hackish methods, but is there a correct way to do this? To check Windows, most scripts I’ve seen use the following:
let s:win = has(“win16”) ||
What does the title say. I can think of some hackish methods, but is there a correct way to do this? To check Windows, most scripts I’ve seen use the following:
let s:win = has(“win16”) ||
In Visual Studio, how to exit the current project and load another project? Like reloading?
When I execute my project (window application), I need to close the current exe and load another in