Thanks Ben. I didn't want to submit a patch file yet (not that I know how
anyways) because I don’t think it’s complete and perhaps it’s not even on the
right track in terms of implementation. The compiler team seems busy now
anyways so I guess this will just have to wait.
I didn’t do any extens
AFAIK you need to submit a ".patch" file with your changes against the most
recent trunk revision to the bugtracker (with the category set to "patch",
obviously.) I doubt it'll get considered seriously or looked at at all
otherwise. For what it's worth, I did do a checkout of your branch and then
a
Hi,
from testing a while ago I remember the following:
The memory used by a class instance is composed of
1. the size ".instanceSize()" gives back
2. the memory used by other variables and maybe class instances referenced
by pointers and owned by the instance in question
3. strings are (to be)
Am 19.10.2018 um 19:22 schrieb Dennis:
Using Lazarus and FPC and sqlite3conn unit, I can use the sqlite3.dll
on windows without problem.
However, when I try to convert my project to win 64, it just fail
without any warning.
I am using
FPC 3.1.1 Revision 63034
Lazarus 1.9.0
both a