In Embarcadero, Firemonkey, I made a simple application. On a form I added a TMyConnection, TMyQuerry, TDataSetProvider, TClientDataSet. I connected the components and bind it to a grid. On windows works on MAC it doesn't. I made some research to find the bug and I think I found it.
With only the above components if clientdataset is Active it crashes if not it works. The error is dubious (Project Project1 raised exception class with message ".) Can anyone help me? Is this a error from Devart or from Embarcadero.
Thanks.
Mac OS Cross Compiling Problems (part 2)
-
AndreyZ
Hi, I am using the same IDE and MyDac version as you. Are you sure that it works if you deploy it on Mac. On Windows works without a problem. Make sure that the TMyConnection is connected to a real database so it receives data.(if this works try to bind the dataset to a TStringGrid and deploy it to Mac, because this is where I got the problem, and I searched for it and seemed to be from dataset->active=true). If you like I can send you a demo project. Thanks for the quick answer.
-
AndreyZ