Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Missing edbrun212rddelphi2010.bpl
Mon, Mar 25 2013 11:47 PMPermanent Link

sergioarc

Hi all,

I'm using Elevate DB trial server in Delphi 2010 and when I try to run my project an error pops out with message "Project cannot run because edbrun212rsdelphi2010.bpl is missing"

File it's present in folder C:\Program Files (x86)\ElevateDB 2 VCL-TRIAL\RAD Studio 2010 (Delphi)\code

Also, in edbcomps unit there are 2 errors at line 2236:19 and 2238:19, something about overloaded procedures "read" and "write"

Using server version 2.12 Build 2 in Windows 7 64-bits

Any clues ?

Thanks

Sergio Alejandro
Tue, Mar 26 2013 12:20 PMPermanent Link

Barry

Sergio Alejandro,

<I'm using Elevate DB trial server in Delphi 2010 and when I try to run my project an error pops out with message "Project cannot run because edbrun212rsdelphi2010.bpl is missing">

The file edbrun212rsdelphi2010.bpl should be in your BDS\7.0\Bin directory. Make sure your Windows path has this directory in it.

I don't know if the eval version support Unicode or not. But if you are using Unicode, your EDBMgr must be Unicode as well. You cannot mix a Unicode version of EDBMgr with a non-unicode version of EDB component, or vice-versa.

<File it's present in folder C:\Program Files (x86)\ElevateDB 2 VCL-TRIAL\RAD Studio 2010 (Delphi)\code>
This is correct. It should have the same file stamp and file size as the on one in BDS\7.0\Bin directory. You may be able to copy this file to your BDS\7.0\Bin directory and see if that solves the problem.

<Also, in edbcomps unit there are 2 errors at line 2236:19 and 2238:19, something about overloaded procedures "read" and "write">
Check to make sure your Delphi library path points to the properly EDB code directory. (You may have an old EDB directory from a prior version).

As a last resort, try uninstalling EDB component and remove the old EDB directory. Make sure all of the old files are gone by searching on EDB*.*. (I use SearchEverything from http://www.voidtools.com/ which is free and a lost faster than Windows Search).

Download EDB again from
http://www.elevatesoft.com/download?action=info&category=edb&type=edbvcltrial&majorversion=2&version=2.12
The eval file name for D2010 should be 212b2edbvcltrialrsdelphi2010.exe.

Hope this helps.

Barry
Tue, Mar 26 2013 3:12 PMPermanent Link

sergioarc

Barry,

Problem solved !!! Looks like it was a problem with PATH system variable pointing to a wrong folder...

Thanks for your help !!!

Regards

Sergio Alejandro
Tue, Mar 26 2013 3:15 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Sergio,

<< File it's present in folder C:\Program Files (x86)\ElevateDB 2
VCL-TRIAL\RAD Studio 2010 (Delphi)\code >>

It should also be present in the Delphi 2010 \bin subdirectory - that is how
it becomes present in the OS path and can be loaded properly by the IDE.
Are you just trying to run the project from the IDE ?

<< Also, in edbcomps unit there are 2 errors at line 2236:19 and 2238:19,
something about overloaded procedures "read" and "write" >>

You shouldn't be compiling against the edbcomps.pas unit that is provided -
it is only provided for reference purposes.  However, it should still be
able to compile, and it compiles fine here using Delphi 2010.

If you have any other questions, please let me know.

Tim Young
Elevate Software
www.elevatesoft.com
Image