How to launch my program on other computer???

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Basurmaan
Posts: 1
Joined: Thu 18 May 2006 11:26

How to launch my program on other computer???

Post by Basurmaan » Thu 18 May 2006 11:41

Please, tell me step by step, how to do it! When I am launching the program that I made, I receive such a message: "MyDAC Trial version needs additional "bpl" files to be present on the user PC
If you build your project without run-time packages you need:
dac60.bpl
mydac60.bpl".
When I launch program from the directory with this files I receive this message - "MyDAC Trial version requires C++ Builder IDE".
So what should I do to launch it??? Help me please!!!

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 18 May 2006 14:13

This is trial version restriction. You should run IDE before your application is running. Registered users don't have such restrictions.

Post Reply