Compile problems with BCB6 + cddbcomp 0.1.76dev
Status: Beta
Brought to you by:
megari
This patch fixes compile errors with BCB6.
Though this patch only won't let me compile the
0.1.76dev version released here at sourceforge (BCB6
keeps complaining about FileCtrl.Obj that seems te be
missing) this patch fixes the compile problems I've found
in the project itself.
patch which fixes compile problems with bcb6
Logged In: YES
user_id=198924
Thank you for the patch and sorry for responding so late.
It seems I had forgotten about the change of the format of
TMatch in the BCB part.
There is no FileCtrl in BCB? How peculiar. I have to look
into this. Surely the functions defined there must be
somewhere since they are important base functions. Could you
tell me which functions go missing if you remove FileCtrl
from the uses clause?
Logged In: YES
user_id=845499
I've already found an solution for the FileCtrl problems.
If I remove the FileCtrl from the uses list (I thought it was in
the localcddbpascal unit) cddbcomp compiles just fine
without any errors.
Logged In: YES
user_id=198924
Thanks for the info. I will be patching that up soon.