Trying to compile to an executable on both Amiga(4) and Window, and having issues.
On the Windows side, the application keeps saying that it cannot find the inventory.xml (RAPA HUI XML file), even though I have added it as a @LINKER.
On the Amiga side, when I compile it ends up with a "Cannot write to file !" window, then previous output window is automatically closed so I can't see if there's any more information there.
Any ideas what I might be doing wrong?
Compiler issues
-
- Posts: 475
- Joined: Fri May 15, 2015 5:15 pm
- Location: Waterville, Minnesota USA
Re: Compiler issues
Try using @FILE instead of @LINKER and set the RapGUI creation routine to use the preprocessed file. That way you can resolve it with the interpreter.
I'm on registered MorphOS using FlowStudio.
-
- Posts: 28
- Joined: Fri Mar 15, 2019 2:35 pm
Re: Compiler issues
I was unable to get the file to link with the @FILE. However, I was able to convert the XML file into a string variable and import it that way. I will try to get the file linking done later