BPDX
BPDX
Obviously I am missing a package in the OS or something... /usr/bin/ld: warning: link.res contains output sections; did you forget -T? /usr/bin/ld: cannot find -lX11 /usr/bin/ld: cannot find -lXext /usr/bin/ld:...
Questions
@nielsAD Okay, I found my memory leak - was in the new namespaces code I added. As I am migrating code, I have a couple questions - what do these...
Niels, I have modified _SystemUnit to track methods in each unit. Allowing the following code to function: Uses Math; Begin Writeln(Math.Random(18)); end; However, when I try to get fancy and...
var A:Byte; for A:=1 to 255 do write(a," "); output: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19...
var A : 1..100; begin Assert(A = 0, 'Range'); // BUG should be 1 end.
Synchronized first 8 documents of the 50+ I have. A lot of redundancy. Ozz
**Copy and Paste your example, does not work on desktop** I copied your example for POPOVER to your example of sign-up.html - however, it only displays on my droid device...
Hello, I am evaluating your editor as a possible Windows/Mac front-end to our compiler. However, opening standard Apple .p for Pascal Source - jumps to Hex View ... is there...
I have a Serial Port tracing module (allows me to mimic a loopback). It shows each character I send: Comport1.WriteStr('ATZ'#13); However, all of the OnRx* events - I do a...
A full JIT framework - 20 years mature. I cannot open source it as some of the embedded units are commercial that I purchased over the past 3 decades of...