[fpc-devel] Lazarus to WinCE: using windows dlls to get the trick done

2007-01-09 Thread [EMAIL PROTECTED]
Hi... reading the guide on fpc wince compilation on the wiki: http://wiki.lazarus.freepascal.org/Windows_CE_Development_Notes Don't know WERE (something changed in the last days) i found that link: http://ccrdu.de/docs/pkCEStuff.htm That is a Patrick Michael Kolla's page, he's the creator of

Re: [fpc-devel] THREAD Programming IN FPC

2007-01-09 Thread Jason P Sage
Message: 3 - Jason P Sage Wrote (Original Message Snippet) I was wondering the rule on MULTI-THREADING when trying to make something THREAD SAFE. I Have multiple threads running, and I MADE EACH have its OWN set of VARIABLES - so there isn't VARIABLE Stomping from other THREADS. The

Re: [fpc-devel] THREAD Programming IN FPC

2007-01-09 Thread Bram Kuijvenhoven
Jason P Sage wrote: First, why the random capitalization ? I capitalize based on words I'm trying to stress like I would in speech. Capitals are usually read as shouting, so I'd recommend to either leave it out, or use the more common /italic text/, *bold text* or _underlined text_ when you

Re: [fpc-devel] THREAD Programming IN FPC

2007-01-09 Thread Florian Klaempfl
Jason P Sage schrieb: Are AnsiStrings managed intelligently in threaded applications? Meaning - do they have the same rules as other variables concerning multi-threaded applications or does the memory counters or reference counts to chunk of mem get hosed? They are thread safe if you don't