![]() Overview Registration Info License |
![]() ![]() ![]() |
to Delphi 2
|
1. Create "..\Lib\AutoUpgraderPro" directory.
|
2. Unzip files and copy them to "..\Lib\AutoUpgraderPro".
|
3. Start Delphi 2 IDE.
|
4. Select "Component \ Install..." menu item.
|
5. Press "Add" button and select "_AACReg.pas" file.
|
6. Rebuild library.
|
|
to Delphi 3
|
1. Create "..\Lib\AutoUpgraderPro" directory.
|
2. Unzip files and copy them to "..\Lib\AutoUpgraderPro".
|
3. Start Delphi 3 IDE.
|
4. Open "AutoUpgraderProD3.dpk" file.
|
5. Install package to the components palette ("Install" button).
|
|
to Delphi 4
|
1. Create "..\Lib\AutoUpgraderPro" directory.
|
2. Unzip files and copy them to "..\Lib\AutoUpgraderPro".
|
3. Start Delphi 4 IDE.
|
4. Open "AutoUpgraderProD4.dpk" file.
|
5. Install package to the components palette ("Install" button).
|
|
to Delphi 5
|
1. Create "..\Lib\AutoUpgraderPro" directory.
|
2. Unzip files and copy them to "..\Lib\AutoUpgraderPro".
|
3. Start Delphi 5 IDE.
|
4. Open "AutoUpgraderProD5.dpk" file.
|
5. Install package to the components palette ("Install" button).
|
|
to Delphi 6
|
1. Create "..\Lib\AutoUpgraderPro" directory.
|
2. Unzip files and copy them to "..\Lib\AutoUpgraderPro".
|
3. Start Delphi 6 IDE.
|
4. Open "AutoUpgraderProD6.dpk" file.
|
5. Install package to the components palette ("Install" button).
|
|
to Delphi 7
|
1. Create "..\Lib\AutoUpgraderPro" directory.
|
2. Unzip files and copy them to "..\Lib\AutoUpgraderPro".
|
3. Start Delphi 7 IDE.
|
4. Open "AutoUpgraderProD7.dpk" file.
|
5. Install package to the components palette ("Install" button).
|
|
to Delphi 2005
|
1. Download "autoupgraderpro.zip" file.
|
2. Create "..\Lib\AutoUpgraderPro" directory.
|
3. Unzip files and copy them to "..\Lib\AutoUpgraderPro".
|
4. Start Delphi 2005 IDE.
|
5. Open "AutoUpgraderProD2005.dpk" file.
|
6. Install package to the components palette (right-click on "AutoUpgraderProD2005.bpl" node in the Project Manager and select "Install" menu item).
|
|
to C++ Builder 3
|
1. Create "..\Lib\AutoUpgraderPro" directory.
|
2. Unzip files and copy them to "..\Lib\AutoUpgraderPro".
|
3. Start C++ Builder 3 IDE.
|
4. Open "AutoUpgraderProCB3.bpk" file.
|
5. Select "Project \ Make AutoUpgraderProCB3" menu item.
|
6. Select "Component \ InstallPackages" menu item.
|
7. Press "Add" button and select "AutoUpgraderProCB3.bpl" file.
|
8. When you build a project, linker may raise some errors (i.e: Unresolved external 'InternetOpenA'). To avoid this, please add INET.LIB file (in CBuilder\Lib directory) to your project. The INET.LIB contains references to functions of WinInet.dll (standard Internet library).
|
|
to C++ Builder 4
|
1. Create "..\Lib\AutoUpgraderPro" directory.
|
2. Unzip files and copy them to "..\Lib\AutoUpgraderPro".
|
3. Start C++ Builder 4 IDE.
|
4. Open "AutoUpgraderProCB4.bpk" file.
|
5. Install package to the components palette ("Install" button).
|
6. When you build a project, linker may raise some errors (i.e: Unresolved external 'InternetOpenA'). To avoid this, please add INET.LIB file (in CBuilder\Lib directory) to your project. The INET.LIB contains references to functions of WinInet.dll (standard Internet library).
|
|
to C++ Builder 5
|
1. Create "..\Lib\AutoUpgraderPro" directory.
|
2. Unzip files and copy them to "..\Lib\AutoUpgraderPro".
|
3. Start C++ Builder 5 IDE.
|
4. Open "AutoUpgraderProCB5.bpk" file.
|
5. Install package to the components palette ("Install" button).
|
6. When you build a project, linker may raise some errors (i.e: Unresolved external 'InternetOpenA'). To avoid this, please add INET.LIB file (in CBuilder\Lib directory) to your project. The INET.LIB contains references to functions of WinInet.dll (standard Internet library).
|
|
to C++ Builder 6
|
1. Create "..\Lib\AutoUpgraderPro" directory.
|
2. Unzip files and copy them to "..\Lib\AutoUpgraderPro".
|
3. Start C++ Builder 6 IDE.
|
4. Open "AutoUpgraderProCB6.bpk" file.
|
5. Install package to the components palette ("Install" button).
|
6. When you build a project, linker may raise some errors (i.e: Unresolved external 'InternetOpenA'). To avoid this, please add WININET.LIB file (in CBuilder\Lib directory) to your project. The WININET.LIB contains references to functions of WinInet.dll (standard Internet library).
|
1. Uninstall / delete all previous (trial) instances of AutoUpgrader Pro.
|
2. Create "..\Lib\AutoUpgraderPro" directory.
|
3. Unzip files from "Sources" directory and copy them to "..\Lib\AutoUpgraderPro".
|
4. Run Delphi IDE.
|
5. Select "Component \ Install..." menu item.
|
6. Press "Add" button and select "_AUReg.pas" file.
|
7. Rebuild library.
|
![]() |
[Linker Error] Unresolved external 'InternetCrackUrlA' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER5\PROJECTS\LIB\AUTOUPGRADERPROCB5.LIB
|
please don't worry and be aware that InternetCrackUrlA are used to parse the URL (split URL to domain name, port, document name etc). To solve this problem, just add INET.LIB to your project (use "Project | Add to project" menu item in C++ Builder IDE).
|