Is there any function in freepascal to show the Unicode symbol by its code (e.g. U+1D15E)? Unfortunately Chr() works only with ANSI symbols (with codes less than 127).
I am trying to compile a 64bit dll for use with a 64bit C# application. I have a simple class and a simple app to try and test it and it falls over no matter what I try and do.Here is the code:
I am building a small app in Lazarus and need a parse function based on the underscore. For example: array := Split(string, delimiter开发者_StackOverflow社区);
I sometimes use windows gdi regions for graphics drawing and invalidation/validation. For example the program http://www.maxerist.net/main/soft-for-win/tubicus (oss) was made using only regions (no bi
I have a database that I need to query over and over as fast as possible. My queries execute pretty quickly, but there seems to be some additional lag.
I code using Free Pascal and Lazarus. I want to incorporate the LEET Table seen here (http://en.wikipedia.org/wiki/Leet#Orthography) into a new program, but I\'m unsure of the best way to do so. Sho
just need o access to my custom TreeView with this: MyTreeView1.Selected.MyOwnProperty := \'something\';
I\'ve got an assignment to do which involves seeing if there are any birthdays this month. I\'m开发者_JS百科 not asking for you to \'do my homework\', but what I am asking is this: is there a way to g
I\'m using Lazarus 0.9.30 and in both the IDE and the sample applications the menu entries a trimmed:
i would开发者_运维知识库 like to know which toolkit is used in Lazarus IDE (linux version) ?