TUniConnectDialog::Execute() results in access violation
Posted: Fri 07 Jan 2011 12:46
Try to use UniDAC Pro 3.50.014 for RAD Studio XE in a C++ VCL project.
As test used a form with one button and a TUniConnectDialog on it.
The only code is the button click handling:
void __fastcall TForm1::Button1Click(TObject *Sender)
{ UniConnectDialog1->Execute(); }
When running a button click results only in an
Access violation at address 00380980 in module 'unidac150.bpl'. Read from address 000000EC.
That's it.
What to do, to get a simple connection dialog on screen in RAD Studio XE in a C++ VCL project?
(There is no problem to connet with design time connection by use of TUniConnection, TInterBaseUniProvider, TUniTable...)
As test used a form with one button and a TUniConnectDialog on it.
The only code is the button click handling:
void __fastcall TForm1::Button1Click(TObject *Sender)
{ UniConnectDialog1->Execute(); }
When running a button click results only in an
Access violation at address 00380980 in module 'unidac150.bpl'. Read from address 000000EC.
That's it.
What to do, to get a simple connection dialog on screen in RAD Studio XE in a C++ VCL project?
(There is no problem to connet with design time connection by use of TUniConnection, TInterBaseUniProvider, TUniTable...)