Installation Problem
Posted: Sat 18 Jun 2011 21:20
Hi all,
I used mydac before on Delphi 2010, and to install I just booted up my delphi go to "open", browse to the "source" directory in my "MySQLProvider" directory and compiled/install:
dacXX.bpl
dcldacXX.bpl
dacvclXX.bpl
mydacXX.bpl
dclmydacXX.bpl
dclmysqlmonXX.bpl
mydacvclXX.bpl
crcontrolsXX.bpl
And as far as I remember that worked. I did get some form of nag screen when booting up delphi (not sure if i ever read it, so not sure what it was about) but could make connections to my mysql database just fine on my compiled applications ...
Now I updated to Delphi XE and wanted to install my mysql again. I noticed in that source code directory it only goes to "delpi14" which I believe was Delphi 2010 ... I downloaded from this site something called "MyDac for RAD Studio XE" which I thought was what I needed ...
However the directory structure is quite different to my other "MySQLProvider" directory.. I don't see a directory called "source" no more... I do have bpl files like "dac150.bpl" etc but I can't seem to compile / build them, just gives me plenty of warnings and errors ...
I added the library path to my Delphi settings to the directory where those bpl's are in but that didn't help...
How do I get this working in Delphi XE ? (Im talking about the free version, my programs are for personal non commercial use and I don't have the money to buy liscenses or something like that ...
If I can't get it to work ill downgrade my delphi to 2010 again, but seems silly to do that just because for some reason my component doesn't want to "install"...
Thanks in advance for the help !
I used mydac before on Delphi 2010, and to install I just booted up my delphi go to "open", browse to the "source" directory in my "MySQLProvider" directory and compiled/install:
dacXX.bpl
dcldacXX.bpl
dacvclXX.bpl
mydacXX.bpl
dclmydacXX.bpl
dclmysqlmonXX.bpl
mydacvclXX.bpl
crcontrolsXX.bpl
And as far as I remember that worked. I did get some form of nag screen when booting up delphi (not sure if i ever read it, so not sure what it was about) but could make connections to my mysql database just fine on my compiled applications ...
Now I updated to Delphi XE and wanted to install my mysql again. I noticed in that source code directory it only goes to "delpi14" which I believe was Delphi 2010 ... I downloaded from this site something called "MyDac for RAD Studio XE" which I thought was what I needed ...
However the directory structure is quite different to my other "MySQLProvider" directory.. I don't see a directory called "source" no more... I do have bpl files like "dac150.bpl" etc but I can't seem to compile / build them, just gives me plenty of warnings and errors ...
I added the library path to my Delphi settings to the directory where those bpl's are in but that didn't help...
How do I get this working in Delphi XE ? (Im talking about the free version, my programs are for personal non commercial use and I don't have the money to buy liscenses or something like that ...
If I can't get it to work ill downgrade my delphi to 2010 again, but seems silly to do that just because for some reason my component doesn't want to "install"...
Thanks in advance for the help !