Good afternoon,
Using C++ Ent windows 10
Using Firemonkey, target win 64
Using Firedac to sqlite table, win 32 all good.
Change to Win 64, fails
Out of memory, ilink32 fail.
Google search only find is to not link dynamically.
Problem then is program no longer standalone exe.
Any ideas?
Thank you,
Andrew
Firemonkey Fdac Win 64 Executable stand alone
Moderator: 2ffat
-
- Active Poster
- Posts: 17
- Joined: Fri Nov 06, 2020 12:36 am
-
- Active Poster
- Posts: 17
- Joined: Fri Nov 06, 2020 12:36 am
Re: Firemonkey Fdac Win 64 Executable stand alone
Trying to Build a SIMPLE app for SQL
FireDAC ( the new and improved ... ) wont compile on stand alone executable WIN 64 - Embarcadero Knows about ( for years - but no soultions found yet )
and
Going back to simple SQLConnection1 - using dbexpress - now depricated - cant make that work - missing ini files on NEW 10.4
Solution - From Embarcadero - copy over file into DIR required to make older work
Now I don't have permissions, and cant save connection string in Data Explorer ?
Honestly, how much time do I need to burn to do a simple SQL ?
FireDAC ( the new and improved ... ) wont compile on stand alone executable WIN 64 - Embarcadero Knows about ( for years - but no soultions found yet )
and
Going back to simple SQLConnection1 - using dbexpress - now depricated - cant make that work - missing ini files on NEW 10.4
Solution - From Embarcadero - copy over file into DIR required to make older work
Now I don't have permissions, and cant save connection string in Data Explorer ?
Honestly, how much time do I need to burn to do a simple SQL ?
-
- Active Poster
- Posts: 17
- Joined: Fri Nov 06, 2020 12:36 am
Re: Firemonkey Fdac Win 64 Executable stand alone
Found website :
http://docwiki.embarcadero.com/RADStudi ... _(FireDAC)
Which details the error - I can add a component : FDPhysSQLiteDriverLink1 to my Project,
BaseDriver = SQLite
EngineLinkage changed to slStatic
Now I have to add this to uses somehow ?
Thanks in Advance
Andrew
http://docwiki.embarcadero.com/RADStudi ... _(FireDAC)
Which details the error - I can add a component : FDPhysSQLiteDriverLink1 to my Project,
BaseDriver = SQLite
EngineLinkage changed to slStatic
Now I have to add this to uses somehow ?
Thanks in Advance
Andrew
-
- Active Poster
- Posts: 17
- Joined: Fri Nov 06, 2020 12:36 am