Omni
|
System.xvc, or system.vcs, or system.idx, depending on which version of Verge you are running,
is the compiled output of system.vc created with VCC. By typing vcc.exe -all at a command prompt or on the working command line of VCC's properties tab, you compile all your code and link it to system.vc.
But what is system.vc? It is the code that contains general declarations and functions for your Map VC files, which contain the event code for your maps.
Do you know how to code in VC? You may want to check the online tutorial at www.cplusplus.com for an overview of standard C and C++ code, and then check the vergec.txt file that comes with Verge to learn the Verge-specific commands.
Posted on 2002-02-19 18:35:59
|