[fpc-devel] FPC Versus Laz - Seems Different or Configuration - Any Suggestions?

2007-03-26 Thread Jason P Sage
etc.) Any suggestions to just maybe send me on a path to a solution would be greatly appreciated. I know something must be different. I'm using both FPC 2.0.4 win32 Release Bundle for my straight FPC. And the .0.9.20 Beta of Lazarus SVN Revision: 10176 (the latest AFAIK) Thank you Jason P Sage

[fpc-devel] Array of Ansistring

2007-03-11 Thread Jason P Sage
to it because it seems a rather fast way to have a list of strings and to search them. I'm counting milliseconds in my current project - so speed matters. Thank you in advance. Jason P Sage ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

[fpc-devel] TProcess and Environment

2007-03-11 Thread Jason P Sage
long line. I've tried the equal sign instead of the tilde. Does any one know what it missing? Thank you in Advance, Jason P Sage ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: Inter Process Communication

2007-03-06 Thread Jason P Sage
apache module. Currently, = It is developed for Linux. So, having a big application (regarding its = size) isn't a problem. I used the named pipes to communicate between = the dispatcher main application. I'll look into it. Thank You. Jason P Sage Wrote: I definitely see the advantages of the TCP/IP

[fpc-devel] RE: Interprocess Communication

2007-03-06 Thread Jason P Sage
I misquoted my last response to the mailing list. It wasn't Felipe it was [EMAIL PROTECTED] I was responding to about PSP and Inter-process communication. My Apologies to both of you. Aavani and Felipe Monteiro de Carvalho No Harm Meant. Jason P Sage

Re: [fpc-devel] Inter Process Communication

2007-03-05 Thread Jason P Sage
configuration experiments. Wish me well and thanx for your advice. Best Regards, Jason P Sage ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Inter Process Communication

2007-02-28 Thread Jason P Sage
Hello All, Does the IPC unit written for linux by Michael Van Canneyt now support other platforms? I ask because I wrote one myself but its based on disk IO which is fast - but not as fast as in memory IPC would be. Thank you for any IPC suggestions or answers in advance! Best Regards, Jason P

Re: [fpc-devel] Inter Process Communication

2007-02-28 Thread Jason P Sage
Does the IPC unit written for linux by Michael Van Canneyt now support other platforms? It supports windows as well. Since day 1, I might add. I only see an implementation on unit ipc in the rtl/unix directory. He means simpleipc in the fcl, I assume ? Michael. Thank you

[fpc-devel] Re: Inter Process Communication

2007-02-28 Thread Jason P Sage
; SendStringMessage(sa); Active:=False; finally Free; end; end. --- CODE END This may be great news! Jason P Sage ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Ansistring and General Memory Management - Questions

2007-02-14 Thread Jason P Sage
is fine, and there is not a leak. Note: I'm aware of heap trace but the nature architecture my project just does not agree with heap trace. Certain things I do purposely it mistakes as an error and these same constructs run leak proof in other applications. Thank you in Advance, Jason P Sage

[fpc-devel] RE: Ansistrings and General Memeory Management Questions

2007-02-14 Thread Jason P Sage
; //== === -- CODE SNIPPET---END -- Best Regards, Jason P Sage [EMAIL PROTECTED] http://www.jegas.com

[fpc-devel] What I've been using Free Pascal For... Jegas Information Server (JIS)

2007-01-31 Thread Jason P Sage
is built on the mouse, video and keyboard units. I hope I have put Free Pascal in a good light and have correctly represented it. Any and all comments are welcome: http://www.jegas.com/?PAGE=jsoft_jisSECTION=main Best Regards, Jason P Sage -- No virus found in this outgoing message. Checked

Re: [fpc-devel] Some compiler changes..

2007-01-23 Thread Jason P Sage
knew all the inner workings. I do use many core lib's provided with FPC as a rule though - like RTL and system units etc. Good Day - I'll say no more ;) Jason P Sage -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.17.6/646 - Release

Re: [fpc-devel] Linking to C++

2007-01-22 Thread Jason P Sage
and all comments. Good Day Jason P Sage -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.17.4/643 - Release Date: 1/21/2007 5:12 PM ___ fpc-devel maillist - fpc-devel

[fpc-devel] Illegal Expression: Compile Err - On one XP Pro box, not another - same source. Please Advise

2007-01-19 Thread Jason P Sage
is coming up. I also use this construct for things like MyAnsiString+='more text'; Both are using FPC 2.0.4 Windows Install Package as downloaded through FreePascal.org web site - Same version. Is it something in the INI file? Thank you in advance! Jason P Sage [EMAIL PROTECTED] -- No virus

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

[fpc-devel] Propose: change TComponent.Tag from longint to PtrInt

2006-09-05 Thread Jason P Sage
that keeping a list of portable unique identifiers, coupled with pointers, and a method to find them quickly, might allow you to use the TAG in TComponent as it is, with a little rework of how you use TAG - but still accomplishing the same thing. Have a great day people! Jason P Sage

[fpc-devel] Small Apps thing of the Past?

2006-07-18 Thread Jason P Sage
necessary to use others.. only so I know intimately what each part of my system is doing down to the frame bolts so all in all... I think the statement below is not wrong but not entirely correct either. Jason P Sage Many small things (and some larger, like OpenOffice.org) together make