Hi,
I experience a major bug in MyDac 5.00.1.7 using Delphi 2007. I develop applications in Vista and run the application on XP ServP 2.
Within 5v minutes the application closes (I believe it gets a WM_DESTROY message).
How to Reproduce this error?
- Create an MDI application on Vista
- Add MyDac connection, table and datasource and add a grid.
- Compile/link
- run the application on XP
I hope you can fix this problem.
best regards,
Hans
Major bug in MyDAC 5.00.1.7 with Delphi 2007
Hi,
Thanks for your testcode. Your testcode runs fine on vista and XP. It took me quiet a long time to find out the difference. It looks like the error is caused by a grid from Infopower.
In my first testcode i used a grid from Infopower. However, before i put this issue on the forum i changed the Infopower grid for a standard just to be sure the only non standars components i used where from MyDAC.
The stupid thing is, that when you remove the Infopower grid from your form there still is a reference in your USES part. Ones i removed that, everything worked.
THE PROBLEM WAS NOT CAUSED BY MYDAC!!!
Thanks for your help, since i would not have discovered this issue without comparing my source files with yours.
best regards,
Hans
Thanks for your testcode. Your testcode runs fine on vista and XP. It took me quiet a long time to find out the difference. It looks like the error is caused by a grid from Infopower.
In my first testcode i used a grid from Infopower. However, before i put this issue on the forum i changed the Infopower grid for a standard just to be sure the only non standars components i used where from MyDAC.
The stupid thing is, that when you remove the Infopower grid from your form there still is a reference in your USES part. Ones i removed that, everything worked.
THE PROBLEM WAS NOT CAUSED BY MYDAC!!!
Thanks for your help, since i would not have discovered this issue without comparing my source files with yours.
best regards,
Hans