Page 1 of 1
Unidac for FastReports
Posted: Mon 13 May 2013 09:49
by nprzybyla
Hello,
I'm trying to install component for FastReport on Windows7(x64). After install dclfrxUniDAC7.dpk I have message:
"Nie znaleziono punktu wejścia procedury
@Uni@TUniTable@CheckSQL$qqrv w bibliotece unidac70.bpl"
Message is in Polish language and mean "There is no enter point into .... in library ..."
Can I install this dpk on x64 systems? If I can please let me know.
Re: Unidac for FastReports
Posted: Mon 13 May 2013 12:56
by AlexP
Hello,
Delphi is a 32-bit application, therefore the problem doesn't depend on the OS version (we couldn't reproduce the problem), please specify the UniDAC version you are using.
Re: Unidac for FastReports
Posted: Mon 13 May 2013 13:08
by nprzybyla
ver: 3.00.0.7
Re: Unidac for FastReports
Posted: Mon 13 May 2013 13:36
by AlexP
Hello,
You are using an obsolete UniDAC version, please try to reproduce the problem on the latest trial UniDAC version 8.6.12
http://www.devart.com/unidac/download.html , and if the problem repeats, contact us again.
Re: Unidac for FastReports
Posted: Tue 14 May 2013 08:53
by nprzybyla
We use UniDAC in very big project wich has been developed over 15 years so upgrade is impossible. One of other developer wich has windows xp on 32 bit computer with this sam version of unidac install this component without any problems. I have download his components and try to install on my computer and problem is still there. Have You even try to install it on x64?
Re: Unidac for FastReports
Posted: Tue 14 May 2013 09:34
by AlexP
Hello,
We checked your demo components for FastReport on both 32-bit winXP/win7 and 64-bit OSs - and installation completed with no errors in all the cases. Please try to reinstall UniDAC for FastReport in the following way:
1) open and compile the frxDAC7.dpk package
2) open and compile the frxUniDAC7.dpk package
3) open and compile the dclfrxUniDAC7.dpk package
4) install the dclfrxUniDAC7.dpk package
Re: Unidac for FastReports
Posted: Tue 14 May 2013 10:16
by nprzybyla
Still this same.
I don't know is it important but I have unidac70.bpl in ..\Windows\System32 and ..\Windows\SysWOW64 ...
Mayby this file should be in other localization?
Re: Unidac for FastReports
Posted: Wed 15 May 2013 09:29
by FCS
Hello,
Is Delphi7 compatible with Win7 x64?
Try to uninstall the UniDac for FastReport Add-on. Then search all places on HDD for bpl, dcp files created during installation of this add-on and delete them (you can change its names).
Then chack if the pathnames to BPL and DCP are correct. Some components can't recognize these paths. You may create for example the "build" folder and change output folders in compiler option to this folder before compiling the all parts of this add-on.
Maybe it will helpfull for you.
Regards
Michal
Re: Unidac for FastReports
Posted: Wed 15 May 2013 14:16
by AlexP
Hello,
We still cannot reproduce the problem. There is really no TuniTAble.CheckSQL, method in your UniDAC version, however, this method is not used in the components for FastReport. Please try to completely delete all bpl and dcu files created on an attempt to compile the package for FastReport and install the package once more.