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

2007-03-26 Thread Jason P Sage
nfig - so it can find LCL 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: 1017

[fpc-devel] TProcess and Environment

2007-03-11 Thread Jason P Sage
shows the environment variables) reports One 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] Array of Ansistring

2007-03-11 Thread Jason P Sage
e. I was drawn 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@

[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

[fpc-devel] Re: Inter Process Communication

2007-03-06 Thread Jason P Sage
need to install any 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. >>

Re: [fpc-devel] Inter Process Communication

2007-03-05 Thread Jason P Sage
ense. FastCGI seems the right way to go - but I've yet to get one of the FastCGI programs - like echo or threaded to actually return something in a browser after much 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] Re: Inter Process Communication

2007-02-28 Thread Jason P Sage
mCount>0) then ServerInstance:=Paramstr(1); Active:=True; SendStringMessage(sa); Active:=False; finally Free; end; end. --- CODE END This may be great news! Jason P Sage ___ fpc-devel maillist - fpc-de

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 ? > >

[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

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

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

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

2007-02-14 Thread Jason P Sage
y tail because the heap manager is doing something innovative and everything 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&

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

2007-01-31 Thread Jason P Sage
bo vision which 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_jis&SECTION=main Best Regards, Jason P Sage -- No virus found in this outgoi

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

2007-01-23 Thread Jason P Sage
ite the class lib - but I didn't base it on the Delphi TClassThis or TClassThat structure - I'm a loyal user of objfpc and native FPC. As For classes - I I just wanted to write my own so I knew all the inner workings. I do use many core lib's provided with FPC as a rule though - li

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

2007-01-22 Thread Jason P Sage
nd I'd be playing with Direct X and Open GL too. Regardless - I'm happy with it so far! I welcome any 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

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

2007-01-19 Thread Jason P Sage
- this problem 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

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 th

[fpc-devel] THREAD Programming IN FPC

2007-01-08 Thread Jason P Sage
Stack? Or the main program's? 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? Thanx for any and all resp

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

2006-09-05 Thread Jason P Sage
nt is not to tout my classes - but to suggest 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

[fpc-devel] FPC 2.0.4 Win32 and Fedora5 - EXCELLENT! (Plus A Thank You to Felipe Monteiro de Carvalho)

2006-08-28 Thread Jason P Sage
.   Thank you Felipe Monteiro de Carvalho for pointing me at the correct Download – gosh I have my moments.     Excellent job to all of You!   Jason P Sage   ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org

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

2006-07-18 Thread Jason P Sage
less absolutely 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.or