AmiBlitz³
AmiBlitz3 with StormWizard - how to create include-file? - Druckversion

+- AmiBlitz³ (https://www.amiblitz.de/community)
+-- Forum: AmiBlitz³ (https://www.amiblitz.de/community/forum-3.html)
+--- Forum: Questions & Answers (https://www.amiblitz.de/community/forum-7.html)
+--- Thema: AmiBlitz3 with StormWizard - how to create include-file? (/thread-182.html)



AmiBlitz3 with StormWizard - how to create include-file? - mbergmann-sh - 28.02.2017

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