Hi all,
I'm working on some normal amiga '.library' files from (virtually pure) C. Now, for historical reasons beyond my control I am forced to use storm, at least for some of it...
Unfortunately storm has its gripes and what seems to be an intractable bug in the code generator has waylaid me. I am still seeing exactly what is wrong there but it doesnt look like its the code (having tested that part in another compiler).
Now, can the bulk of the library - as defined as those functions not part of the fd - be compiled in another compiler (I am thinking vbcc uses same object format IIRC) and then linked with stormc ?
Anybody tried this?
On the same note, I need to compile a WarpOS PPC version of the same library but don't have StormC PPC. Assuming that the code could be compiled in vbcc-wos, again, any chance of getting stormlink to make a .library from it?
Cheers,
K