MemDs Bad Unit Format

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mcuyan
Posts: 4
Joined: Wed 26 Dec 2018 00:10

MemDs Bad Unit Format

Post by mcuyan » Thu 27 Dec 2018 20:59

Hi.
I get the next error when I'm doing IOS Compile/Build/Deploy. (Delphi 10.3 Rio + unidac74d26pro)

[DCC Fatal Error] Main.pas(9): F2048 Bad unit format: MemDS.dcu' - Expected version: 33.0, MaxOSX NX Language(x86) Found version: 33.0, Windows Unicode(x86)

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: MemDs Bad Unit Format

Post by MaximG » Fri 28 Dec 2018 07:02

The described error may occur when working with RAD Studio in cases when the same project is compiled for different platforms. Try performing the following actions:

- carry out the "Clean" operation for which use the corresponding menu item in the Project Manager
- perform "Build" of the whole project

Let us know the results

mcuyan
Posts: 4
Joined: Wed 26 Dec 2018 00:10

Re: MemDs Bad Unit Format

Post by mcuyan » Fri 28 Dec 2018 08:45

I've already done what you said.
But in Rio, while Win32 is working, IOS&Android is also here.

I also get a "XXXX unit not found" error on all Unidac packages

I think there's a problem with the source code. Will a new update be released?

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: MemDs Bad Unit Format

Post by MaximG » Fri 28 Dec 2018 13:02

We tested the work of UniDAC 7.4.11 when developing applications for mobile platforms and found no problems. When using UniDAC with source code, please make sure that the required paths are specified in the settings of your project or IDE. Detailed information about the corresponding settings can be found in the ReadmeSrc.html file, which is located in the archive with source codes.

mcuyan
Posts: 4
Joined: Wed 26 Dec 2018 00:10

Re: MemDs Bad Unit Format

Post by mcuyan » Sun 06 Jan 2019 14:02

It's not just Memds. All units have problems. The project cannot be compiled. In no way can I compile my Mobile Projects. No problem with Win32 / 64 projects. But the mobile proletor always has problems.

Image

mcuyan
Posts: 4
Joined: Wed 26 Dec 2018 00:10

Re: MemDs Bad Unit Format

Post by mcuyan » Sun 06 Jan 2019 15:13

Hello there.
I think I got a BUG. When you install Unidac 7.4.11, all Library Path's is added automatically and the problem stems from it. For example: Error deleting Android and windows Path's on IOS Library Profiles..

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: MemDs Bad Unit Format

Post by MaximG » Thu 31 Jan 2019 10:09

Please specify the license you own. Is it Professional Edition or Professional Edition with source code? Is the issue reproduced in the last version of UniDAC 7.4.12?

Post Reply