PDA

View Full Version : Problems Executing Trial Version


Rezzandy
02-Mar-2006, 08:43 PM
Hello,

I am using Delphi 5 and I am trying to evaluate your product to determine if this is an appropriate tool for our company to use. I have downloaded the trial version from your website (version 5.1.3 trial) and have installed the trial. When I Activate EurekaLog I keep getting the following error:

"[Fatal Error] ProjectName.dpr(770): File not found 'C:\Source\ProjectName\ProjectName.drc'".

If I deactivate EurekaLog my project compiles as I expect without errors.

What am I doing wrong? Is there more documentation that you can provide on how to install this product?

Thanks.

Rezzandy

admin
04-Mar-2006, 07:54 AM
Hi,

Rezzandy wrote:
> Hello,
>
> I am using Delphi 5 and I am trying to evaluate your product to
> determine if this is an appropriate tool for our company to use. I
> have downloaded the trial version from your website (version 5.1.3
> trial) and have installed the trial. When I Activate EurekaLog I keep
> getting the following error:
>
> "[Fatal Error] ProjectName.dpr(770): File not found
> 'C:\Source\ProjectName\ProjectName.drc'".
>
> If I deactivate EurekaLog my project compiles as I expect without
> errors.
>
> What am I doing wrong? Is there more documentation that you can
> provide on how to install this product?
>
> Thanks.
>
> Rezzandy

Have you try with a blank project?

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!

Rezzandy
06-Mar-2006, 01:55 PM
Yes, I have tried a blank project and it does work.

My project compiles as I expect when I have EurekaLog inactive but as soon as I have EurekaLog activated errors occur.

Please help...

admin
07-Mar-2006, 06:40 AM
Hi,

Rezzandy wrote:
> Yes, I have tried a blank project and it does work.
>
> My project compiles as I expect when I have EurekaLog inactive but as
> soon as I have EurekaLog activated errors occur.
>
> Please help...

Can you create and send to me a simple source demo capable to reproduce
it, please?


Otherwise, if you want I can connect with your PC using the open-source
UltraVNC remote control tool (http://ultravnc.sf.net), so to can
definitely check the problem on your PC, ok?

If you want do the following points:

1)...download the binary version at:
http://prdownloads.sourceforge.net/ultravnc/UltraVnc-101-Setup.zip?download

2)...unzip it

3)...run the winvnc.exe server

4)...type a password (I must know it to can access to your PC)

5)...click on OK (the server will go in the tray-bar)

6)...tell me your IP and the choice password and I'll connect directly
with your PC (with chat service enabled).

If your PC is protected by router/firewall then you must open the 5900
port or set the winvnc to works with other your opened port.

I'm waiting for your feedback ASAP, ok? :)



--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!

Rezzandy
08-Mar-2006, 01:58 PM
I appreciate your officer, however, due to the sensitivity of our project I am unable to allow you to log into my pc.

I am sure that this is something very simple - I suspect it is a project option that is either on or off.

Could you send some screenshots of the project options that you recommend be turned on/off for Delphi 5?

admin
08-Mar-2006, 02:37 PM
Hi,

Rezzandy wrote:
> I appreciate your officer, however, due to the sensitivity of our
> project I am unable to allow you to log into my pc.
>
> I am sure that this is something very simple - I suspect it is a
> project option that is either on or off.
>
> Could you send some screenshots of the project options that you
> recommend be turned on/off for Delphi 5?

Currently EurekaLog change only the following project settings:

1)...Compiler/Debug information (active)
2)...Linker/Map File (detailed)

I hope this can help you to solve your problem.

PS: are you sure to have the ProjectName.drc file into your project folder?

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!

Jouni Aro
09-Mar-2006, 08:42 AM
admin wrote:
> Hi,
>
> Rezzandy wrote:
>
>> I appreciate your officer, however, due to the sensitivity of our
>> project I am unable to allow you to log into my pc.
>>
>> I am sure that this is something very simple - I suspect it is a
>> project option that is either on or off.
>>
>> Could you send some screenshots of the project options that you
>> recommend be turned on/off for Delphi 5?
>
>
> Currently EurekaLog change only the following project settings:
>
> 1)...Compiler/Debug information (active)
> 2)...Linker/Map File (detailed)
>
> I hope this can help you to solve your problem.
>
> PS: are you sure to have the ProjectName.drc file into your project folder?

I remember also sometimes having problems with this kind of files - not
related to EurekaLog, though. '.drc' is a temporary file, created by
Delphi, so it is most probably related somehow to the directory settings
- or even temp directory. Unfortunately, I have forgotten the details,
but you might find some help from the web. I have also sometimes
experienced some weird compiler problems when the path variable has been
a too long string (over 255 characters), os check that as well, just in
case.