requester.class occasionally fails to open
I discovered that when using OS 3.2 requester.class requesters in a ReBuild GUI builder-generated project, requester.class rather often fails to open, especially if I use more than one requester in a project. The phenomenom isn't bound to the use of a certain compiler and happens with m68k-amigaos-gcc, vbcc and SAS/C alike. It happens with small data and large data compiler options aswell. Up to now, I could not find out about the reason.
The following project source (see link) uses bebbo's amiga-gcc. Compiler call is
m68k-amigaos-gcc -Wall -s -Os raip.c -o raIP -lamiga -lsocket -noixemul
Link: https://pastebin.com/m8BvAzTW
Compiles fine, but program refuses to start due to not opening requester.class until the class was opened by some other app that uses it.
Any ideas how to fix this behaviour?
Thanks a lot for clearing out, Darren! That bug nearly got me crazy - especially since other classes seem to open fine even with a given path.
Hey Thanks, this could also explain some problem I have. I quitted facebook for mastodon ( https://piaille.fr/@VictoriaFerryRetroGeek ) , so please make this forum alive.
Online Status
I replied on Facebook but for completeness and in case it's useful to anyone here I'm documenting the answer here too.
There is a bug with rebuild generated code
OpenLibrary("classes/requester.class",0L
The path should not be included in the above call