Ver Mensaje Individual
  #1  
Antiguo 26-06-2008
skltr skltr is offline
Registrado
 
Registrado: ago 2007
Posts: 3
Reputación: 0
skltr Va por buen camino
como instalar MyDAC en Delphi 2007?

Disculpen, soy novato y quiero aprender a programar con Delphi 2007 y MySQL, tengo instalado un demo de Delphi para aprender a conectarme a una tabla que tengo en otra PC con MySQL v5 instalado, he conseguido el MyDAC ver 5.2 pero no consigo instalar el paquetee!

abro los paquetes que estan en: Source\Delphi11\*.dpk - for Delphi 2007
que me indica el readme pero no doy como instalarlo despues de compilarlos, me dice que no es un componente visual asi que he compilado los del paso 2 y 5 y al tratar de instalarlo me dice que no encuentra un archivo! !!

Delphi and C++Builder for Win32
--------------------------------
Run your IDE and walk through the folowing steps:
1) Compile DAC run-time package (dacXX.dpk)
2) For Delphi 6,7 or C++Builder 6 compile DAC GUI related package dacvclXX.dpk
3) Compile DAC design-time package (dcldacXX.dpk)
4) Compile MyDAC run-time package (mydacXX.dpk)
5) For Delphi 6,7 or C++Builder 6 compile MyDAC GUI related package mydacvclXX.dpk.
If you are going to create CLX applications compile MydacClx.pas unit separately.
6) Compile and install MyDAC design-time package (dclmydacXX.dpk)
You can find these packages in
Source\Delphi5\*.dpk - for Delphi 5
Source\Delphi6\*.dpk - for Delphi 6
Source\Delphi7\*.dpk - for Delphi 7
Source\Delphi9\*.dpk - for Delphi 2005
Source\Delphi10\*.dpk - for Delphi 2006
Source\Delphi11\*.dpk - for Delphi 2007
Source\CBuilder5\*.bpk - for C++Builder 5
Source\CBuilder6\*.bpk - for C++Builder 6
To compile MyDAC based applications, add MyDAC Source directory path
to the "Library Path".
---------------------------------
lo intentare con el MAKE.BAT que dice asi:

II. Using make-files
Delphi and C++Builder for Win32
--------------------------------
1) Go to one of the following folders (let's denote this folder %MakePath%):
Source\Delphi5 - for Delphi 5
Source\Delphi6 - for Delphi 6
Source\Delphi7 - for Delphi 7
Source\Delphi9 - for Delphi 2005
Source\Delphi10 - for Delphi 2006
Source\Delphi11 - for Delphi 2007
Source\CBuilder5 - for C++Builder 5
Source\CBuilder6 - for C++Builder 6
2) Find in the 'make.bat' line containing
set IdeDir="D:\Program Files\Borland\Delphi7
and make sure that correct path to IDE is set (always include forward
quote and do not include ending quote)
3) Run 'Make.bat'. Binaries will be copied to the %MakePath%\Mydac subfolder
4) Copy %MakePath%\Mydac\*.bpl files to a folder that is included in the
PATH environment variable
5) Run IDE and add dclmydacXX.bpl via Component->Install Packages... menu
6) To compile MyDAC based applications, add MyDAC Source directory path
to the "Library Path" list
-----------------------------

a ver que sale !! deseenme suerte!
Responder Con Cita