AmiBlitz³

Normale Version: AmiBlitz3 with StormWizard - how to create include-file?
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
I'm using Bernd Roesch's enhanced StormWizard v2.3 to create my GUI and by default it puts out a .h file for usage in C. Though it is no problem to talk to the created gadgets by using their ID numbers, it would be fine if I could call them by name. When using C, I simply #include the produced .h file where those numbers are #defined.

Is there a way to tell StormWizard to produce output for AmiBlitz or at least a way to convert the .h file to .ab3 in order to tokenize it?
As you might have guessed, I'm new to AmiBlitz, though beeing experienced in C. Wink