PDA

View Full Version : [DCC Fatal Error] F1026 File not found: 'C:\DevTools\EurekaLog 6\Cbuilder12\ExceptionLog.pas'


Michael Gillen
23-Nov-2008, 05:22 AM
Hi,

C++Builder 2009
[DCC Fatal Error] F1026 File not found: 'C:\DevTools\EurekaLog
6\Cbuilder12\ExceptionLog.pas'

I have tried both 6.17 and 6.18 RC3. In one case, I was able to get it
to work, cut after closing the project, I reopened it later and the
problem reappeared.
I tested on two older projects and created a new project and the
problem persisted.


--
-Michael Gillen
Hollister, CA
UTC/GMT -8

admin
25-Nov-2008, 11:29 AM
Hi Michael,

try to do this:

1)...Close all opened Delphi/C++Builder instances;
2)...Deinstall all installed EurekaLog versions;
3)...Remove all folders containing the ExceptionLog.* or ?ExceptionExpert.* files;
4)...download and install the latest EurekaLog 6.0.18 RC 6 version;
5)...restart your PC.

I'm waiting to your feedback as soon as possible, OK? :)

If this did not works then try to create and send to me a little source demo able to reproduce your issue!

Michael Gillen
25-Nov-2008, 04:36 PM
admin wrote:


Hi Michael,

try to do this:

1)...Close all opened Delphi/C++Builder instances;
2)...Deinstall all installed EurekaLog versions;
3)...Remove all folders containing the ExceptionLog.* or
?ExceptionExpert.* files; 4)...download and install the latest
EurekaLog 6.0.18 RC 6 version; 5)...restart your PC.

I'm waiting to your feedback as soon as possible, OK? :)

If this did not works then try to create and send to me a little
source demo able to reproduce your issue!

I have done as requested. in the C++Builder2007 version the same type
of include is there:

<DelphiCompile Include="C:\Program Files\EurekaLog
6\Cbuilder11\ExceptionLog.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>

but the message "Skipping because it is up to date" is in the build. In
CPPBuilder 2009, it stops because of the missing file. A compiler bug?

Thank you,
--
-Michael Gillen
Hollister, CA
UTC/GMT -8

admin
25-Nov-2008, 06:11 PM
Hi Michael,

I have just tried your example on my PC.

I have only manually removed the ExceptionLog.pas project reference and after disabled and re-enabled EurekaLog.

After a full rebuild and all seems to works fine.

Michael Gillen
25-Nov-2008, 09:37 PM
admin wrote:


Hi Michael,

I have just tried your example on my PC.

I have only manually removed the ExceptionLog.pas project reference
and after disabled and re-enabled EurekaLog.

After a full rebuild and all seems to works fine.

I got it to work once, but then I closed everything and reopened it and
the problem reappeared.
I'll keep trying....

--
-Michael Gillen
Hollister, CA
UTC/GMT -8

admin
26-Nov-2008, 09:48 AM
Hi,

OK I'm waiting for your feedback! :)

Michael Gillen
26-Nov-2008, 02:19 PM
admin wrote:


Hi,

OK I'm waiting for your feedback! :)

I have been unsuccessful. I can remove it, but as soon as I reactivate
Eurekalog, the dependency is created.

--
-Michael Gillen
Hollister, CA
UTC/GMT -8

admin
26-Nov-2008, 02:45 PM
Hi Michael,

check if in your "Library Search Path" is included the "C:\DevTools\EurekaLog 6\Cbuilder12\" path and if not add it.

Michael Gillen
26-Nov-2008, 03:24 PM
admin wrote:


Hi Michael,

check if in your "Library Search Path" is included the
"C:\DevTools\EurekaLog 6\Cbuilder12\" path and if not add it.

It is there. I had even moved it forst in the path.

--
-Michael Gillen
Hollister, CA
UTC/GMT -8

Michael Gillen
26-Nov-2008, 04:04 PM
admin wrote:


Hi Michael,

check if in your "Library Search Path" is included the
"C:\DevTools\EurekaLog 6\Cbuilder12\" path and if not add it.

I reinstaleled again - to default directory - no changes.

If I add this line:
#pragma link "c:\\Program Files\\Eurekalog
6\\CBuilder12\\Exceptionlog.obj"

I can build it then it will run. If I make any changes, I must do a
full build again to run it. A make is not sufficient.

--
-Michael Gillen
Hollister, CA
UTC/GMT -8

admin
02-Dec-2008, 10:21 AM
Hi Michael,

is it possible that this error is related to some 3th party installed packages?

Can you try to disable every 3th party packages and see what happen, please?

Michael Gillen
02-Dec-2008, 05:00 PM
admin wrote:


Hi Michael,

is it possible that this error is related to some 3th party installed
packages?

Can you try to disable every 3th party packages and see what happen,
please?

The only package that was enabled was KbmMemTable (and EurekaLog). I
disabled it and the problem remains. It ran once, on successive
attempts, the problem returns.

Thank you,
--
-Michael Gillen
Hollister, CA
UTC/GMT -8

Michael Gillen
04-Dec-2008, 06:54 PM
admin wrote:


Hi Michael,

is it possible that this error is related to some 3th party installed
packages?

Can you try to disable every 3th party packages and see what happen,
please?

I have an easy work around.

1. Enable Eurekalog
2. Remove Exceptionlog.pas from the project via the project Manager
3. Add Exceptionlog.obj to the project via the project Manager

Now Exceptionlog.pas cannot be re-added by the IDE because the project
already has a unit named Exceptionlog.

--
-Michael Gillen
Hollister, CA
UTC/GMT -8

admin
05-Dec-2008, 11:05 AM
Hi Michael,

why do you add only the .OBJ instead of the .PAS file?

Michael Gillen
07-Dec-2008, 02:36 AM
admin wrote:


Hi Michael,

why do you add only the .OBJ instead of the .PAS file?

I do not have the .PAS file. There are only .DCU, .HPP and .OBJ files.
I do not have the source code.

Thank you.
--
-Michael Gillen
Hollister, CA
UTC/GMT -8

admin
11-Dec-2008, 06:46 PM
Hi Michael,

I'm going to look about this issue so to can fix it on the next release! :)

admin
18-Dec-2008, 08:26 AM
Hi Michael,

admin wrote:


I do not have the .PAS file. There are only .DCU, .HPP and .OBJ files.
I do not have the source code.

Thank you.
--
-Michael Gillen
Hollister, CA
UTC/GMT -8

I have just released a fix in the last 6.0.19 RC 3.

Try it and tell back to me your results, OK? :)