Hello, on AmigaOS3x the function GetTeempFileName()" returns always the same filename : T:hollywood.eaaaaa
I've tested with a compiled executable on WinUAE.
also note that compiling with aos3 hollywood compiler produce output always hollywood.aaaaa
while compiling with windows compiler->aos fpu output is always hollywood.baaaa
- Fix [OS3fpu/WarpOS]: Temporary file name generator was completely broken and returned the very same file
name most of the time; this could affect several parts of Hollywood, including the SDK and functions like
GetTempFileName(); this bug was introduced in Hollywood 6.0 and unfortunately went unnoticed until now