Has anyone noticed bugs with v3.10 and Windows 7? During compile, I am getting the following error:
"Compiler log file not found."
"The most common cause of this type of failed compile is that the Project is in a deeply nested directory...."
The app registers an error but if I compile the CODEGEN_ files in PB9 IDE, everything is fine. Anyone else experiencing this error?
FYI, my project is in:
E:\Development\PROJECTS.FF3\eMotions\
Enabling zTrace.DLL fixes this problem on one project, while disabling zTrace fixes this error on my eMotions project. What exactly is zTrace, and is there a work around for this error?
Can't help you with the error message, but zTrace is a debugging window for text output.
http://www.jose.it-berater.org/smfforum/index.php?topic=3092.msg9672;topicseen#msg9672 (http://www.jose.it-berater.org/smfforum/index.php?topic=3092.msg9672;topicseen#msg9672).
That is a very strange error that has been around since my days of using JellyFish Pro Editor. Not sure why it happens sometimes that the compiler log can not be found. It is almost like the folder where the log file is created gets changed in FireFly's eyes and it can't find it.
The log file is supposed to be created in the same folder where the CODEGEN*.BAS file is located.
Curious, does the EXE get created prior to the "log file not found" message?
Not sure if the "." in your "PROJECTS.FF3" folder structure is causing a problem. Most likely it is not.