Page 1 of 1
dbaccess.res
Posted: Wed 01 Jun 2005 16:44
by woeltgens
Hello,
I installed mydac on my machine and started using the components. However, on compiling the project the linker complains about not being able to openthe file 'DBACCESS.RES' although I checked the search path.
I'm using BCB5!
thanx in advance, Han-Willem
Posted: Thu 02 Jun 2005 07:29
by Ikar
Please recheck if Tools->Environment Options->Library->Library path contains 'с:\Program Files\Borland\CBuilder5\MyDac\Lib\ path.
Also please supply us following information.
- Exact version of myDAC. You can see it in About sheet of TMyConnection Editor
- Exact version of C++ Builder
Posted: Thu 02 Jun 2005 15:05
by woeltgens
the library path is "$(BCB)\MyDac\Lib"
- Exact version of myDAC: Version 3.55.0.21
- Exact version of C++ Builder: Version 5.0 Build 12.34
thanx again, Han-Willem
Posted: Fri 03 Jun 2005 08:41
by Ikar
Have you installed MyDAC to BCB folder?
Try to move "$(BCB)\MyDac\Lib" to the beginning of the line.
Posted: Fri 03 Jun 2005 09:34
by Guest
it was the mydac installation program which moved in the BCB path!
I moved it to the beginning of the line and still have the problem:((
thanx, Han-Willem
Posted: Fri 03 Jun 2005 14:14
by Ikar
Check that MyDac\Lib\DBAccess.res file exists.
Try to re-install MyDAC once more.
As another users have never informed us about similar problem, the error can be in local settings of С++ Builder. Try to re-install it.
Posted: Wed 28 Sep 2005 09:13
by New Comer
I got the same problem:-(
1) myDAC:Version Trial 4.00.1.3
2) C++ Builder:Version 5.0 Build 12.34
3) "$(BCB)\MyDac\Lib" to the beginning of the line.
4) The MyDac\Lib\DBAccess.res file exists.
Posted: Wed 28 Sep 2005 15:09
by Ikar
Try to replace $(BCB) with full path to your CBuilder directory, for example with c:\Program Files\Borland\CBuilder5\
Problem solved!
Posted: Sun 20 Nov 2005 14:08
by Folador
C++ Builder
===========
To compile MyDAC based application add $(BCB)\MyDAC\Lib to
Project Options|Library path and $(BCB)\MyDAC\Include to
Project Options|Include path.
In my case, in the Library options there was "$(BCB)\MyDAC\Include" instead of "$(BCB)\MyDAC\Lib".
Just adding "$(BCB)\MyDAC\Lib" in the Library options, the problem was solved.
Now, i don't know if it was my problem or MyDAC installation problem.
Hope this could solve your problems also.