Copyright © 2024 | All Rights Reserved
After logging in, open the C Code Interface by selecting Scripting and Automation> C Code Interface.
In Visual Studio, build your project. When done, start Vehicle spy. The Output tab should show Another Second happened about every second. This text is coming from the C Code. In Visual Studio the main project file is called SpyCCode.c. The Spy_Main function is the one creating this string. Try changing the text to Hello World of Vspy!. Remember to stop Vehicle Spy and recompile for changes to take effect.
A new project is added by selecting Add Project (Figure 1:) and then selecting New Project. Name the project and give a short description of the project (Figure 2). When done click on OK. Visual Studio should open with the new project created.