News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Generating c++ files from wxSmith files without using GUI

Started by A-D, April 29, 2012, 01:23:03 PM

Previous topic - Next topic

A-D

Hello everybody,

I'm looking for a way to generate C++ files from wxSmith files (*.wxs) using command line. In fact I want to generate wxs files from data definition in xml using a custom schema.

Using wxs will help latter if I need to customize.

The only usable executable I found is codeblocks.exe but I didn't find any usefull information for me. Is there a way to call the wxsmtih generator from command line?

I found that maybe using squirrel script but I don't know if there is any command avaible. I found nothing in the web and I don't know if there is way to enumerate availble commands.

Thanks