Re: [fpc-pascal] Default properties first draft

2018-10-20 Thread Ryan Joseph
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

Re: [fpc-pascal] Default properties first draft

2018-10-20 Thread Ben Grasset
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

[fpc-pascal] instance memory usage

2018-10-20 Thread Marc Santhoff
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)

Re: [fpc-pascal] Cannot use SQLite 64 bit dll

2018-10-20 Thread Sven Barth via fpc-pascal
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