Introduction
The VFP2C32Front application analyses C code snippets and creates VFP classes that emulate the
supplied type definitions.
The resulting classes can be used like normal VFP classes, this allows you to program in a clean object oriented style and easily port C to VFP code.
General usage
To convert C types to VFP copy the sourcecode of these types into the editbox in the Input page.
Figure 1 shows an example with the STARTUPINFO structure.
In the next step click the Parse Input button, if all went well you should see the parsed type in the Parsed types list box,
like show in Figure 2.
Now you have to configure how the type should be translated.
The options that control how the type is translated are located at the top as shown in Figure3.
Have a look at the topic Translation options for an explanation on how these options affect the generated code.
Finally hit the Generate wrapper button and the generated VFP code is displayed in the Output page, as shown in Figure 4.