OSX64
OSX64
I have release 27 binary installed and 27 source on Rad Studio 10.3.2. I have a project where I wish to compile for Win64 and OSX64. Having difficulty compiling the software for OSX64. The binary installer doesn't seem to have worked correctly. There are no library paths for OSX64. There are no debug paths for OSX64. There are only paths for OSX32. Am I to use those? How do I proceed?
Re: OSX64
Hello,
We are testing pre-release library files for OSX64. I'm sending you a link to your registered email account.
Regards,
Marc Meumann
We are testing pre-release library files for OSX64. I'm sending you a link to your registered email account.
Regards,
Marc Meumann
Steema Support
Re: OSX64
Hello,
Sure. I'm sending a link to your registered email account.wrote: ↑Thu Aug 29, 2019 8:13 pmI also need OSX64-bit as I have customers running 10.15 beta and can't use my 32-bit version. I just upgraded today thinking it would be there. Is there any chance I could test the beta also?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 19
- Joined: Thu Aug 29, 2019 12:00 am
Re: OSX64
When I try to compile the program, I get this:
Compiling gives me this error: [dccosx64 Fatal Error] FMX.fs_isysrtti.pas(15): F2051 Unit FMX.fs_iinterpreter was compiled with a different version of FMX.fs_isysrtti.TfsSysFunctions
How do I fix this?
Compiling gives me this error: [dccosx64 Fatal Error] FMX.fs_isysrtti.pas(15): F2051 Unit FMX.fs_iinterpreter was compiled with a different version of FMX.fs_isysrtti.TfsSysFunctions
How do I fix this?
-
- Newbie
- Posts: 19
- Joined: Thu Aug 29, 2019 12:00 am
Re: OSX64
Paul from Fast Reports helped me get past the last error. But it looks this error is indeed a TeeChart error.
[dccosx64 Fatal Error] Main.pas(41): F2051 Unit FMXTee.DBChart was compiled with a different version of FMXTee.Procs.TCustomTeePanelExtended.FillPanelRect
How do I fix this?
[dccosx64 Fatal Error] Main.pas(41): F2051 Unit FMXTee.DBChart was compiled with a different version of FMXTee.Procs.TCustomTeePanelExtended.FillPanelRect
How do I fix this?
Re: OSX64
Hello,
I could add a TDBChart to a new test form and it works fine in osx64 for me here.
Could you please arrange a simple example project we can run as-is to reproduce the problem here?
I could add a TDBChart to a new test form and it works fine in osx64 for me here.
Could you please arrange a simple example project we can run as-is to reproduce the problem here?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 19
- Joined: Thu Aug 29, 2019 12:00 am
Re: OSX64
I had accidentally posted in the fast report forum when I got the same basic error due to his files, after unzipping the folder you gave me. He fixed that error but then when I got the second error I sent that to him also. Here's what he sent back.
"F2051 Unit A was compiled with a different version of B error means different compiler versions"
"F2051 Unit A was compiled with a different version of B error means different compiler versions"
Re: OSX64
You can read the error description at Embarcadero's documentation (here).wrote: ↑Sat Aug 31, 2019 7:46 pm[dccosx64 Fatal Error] Main.pas(41): F2051 Unit FMXTee.DBChart was compiled with a different version of FMXTee.Procs.TCustomTeePanelExtended.FillPanelRect
This makes me think there may be a confusion in the TeeChart version(s) being used.
Can you reproduce the error without FastReports, just with a Chart in a Form?
As mentioned before, it would be helpful if you could arrange a simple example project we can run as-is to reproduce the problem here.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 19
- Joined: Thu Aug 29, 2019 12:00 am
Re: OSX64
Your right. Compiling a new project with OSX64 and TeeChart only compiles just fine. Then I went to drop a FastReport component, but all the Fast Report components were grayed out on OSX64. Fast Reports doesn't offer a recompile.exe that includes OSX64. Maybe by not recompiling would help, but I think it there is a problem with Fast Reports OSX64, even though all the paths are correct. I will send this off to Fast Reports and let you know what happens.
-
- Newbie
- Posts: 19
- Joined: Thu Aug 29, 2019 12:00 am
Re: OSX64
I worked with Fast Reports and they had me remove all of the .pas files from the Fast Reports OSX64 folder and got past the Fast Report errors. They had me create a new project and add just the FMXTee.DBChart to the units of the project. Attached are the errors and a zip file containing the project. Notice that on the component pallet (toolbar), all of the TeeChart components are grayed out. Not sure how, or if, I compiled TeeCharts on a fresh project, but here are my results.
- Attachments
-
- TeeChartTest.zip
- (8.73 KiB) Downloaded 1667 times
Re: OSX64
Hello,
Sorry for the delay here.
I could open, compile and run your project without errors here.
I also created a new FMX project, added FMXTee.DBChart unit and compiled for OSX64 without errors.
Could you please share the complete "dccosx64 command line..." the IDE is trying to execute?
Sorry for the delay here.
I could open, compile and run your project without errors here.
I also created a new FMX project, added FMXTee.DBChart unit and compiled for OSX64 without errors.
Could you please share the complete "dccosx64 command line..." the IDE is trying to execute?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |