Re: [fpc-pascal] DOM and UTF-8 widestring conversion

2016-11-21 Thread Seth Grover
. Thanks, -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And you're nothing special Unless they are too. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc

[fpc-pascal] DOM and UTF-8 widestring conversion

2016-11-21 Thread Seth Grover
using 3.0 everywhere but on some legacy versions of our product upgrading the build environment is not an option right now. Thanks much, -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And you're nothing special Unless th

Re: [fpc-pascal] passing "array of const" into cdecl procvar

2016-05-13 Thread Seth Grover
another API and just forget the varargs one for now. Thanks, -SG -- Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] passing "array of const" into cdecl procvar

2016-05-13 Thread Seth Grover
s? Is there any way for me to pass an array of const argument through directly to a cdecl'ed procvar call? (And yes, I know FPC has a built-in json engine... that's besides the point :)) Thanks, -Seth Grover ___ fpc-pascal maillist - fpc-pascal

Re: [fpc-pascal] FPC 3: disabling automatic AnsiString codepage conversion

2016-04-04 Thread Seth Grover
uses clause be? I know if they are loaded/unloaded in the wrong order you can get SIGSEGVs during shutdown. >From my experience cthreads needs to be first. So should it be: cthreads, my_memory_manager, cwstring or cthreads, cwstring, my_memory_manager? Thanks, -SG

[fpc-pascal] fpc 3.0 ansistring codepage behavior

2016-03-04 Thread Seth Grover
Jonas, Thanks very much for your reply, it was very helpful. I'll pursue other avenues then in trying to find my bug. -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And you're nothing special Unless they are too

[fpc-pascal] fpc 3.0 ansistring codepage behavior

2016-03-03 Thread Seth Grover
s for your input, -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And you're nothing special Unless they are too. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailma

[fpc-pascal] internal error with bitpacked record in i386 with O3

2016-02-17 Thread Seth Grover
building with the new compiler and I'm hung up on this. -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And you're nothing special Unless they are too. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

Re: [fpc-pascal] FPC and SSH (Mark Morgan Lloyd)

2016-02-05 Thread Seth Grover
ing of the libraries at runtime. I've tested this on linux only, your mileage may vary. https://www.dropbox.com/s/ascm327hrtmxdaq/libssh_and_curl_fpc_headers.tar.gz?dl=0 -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And you're nothing special Unless they are

Re: [fpc-pascal] extreme memory growth using cthreads and default heap manager

2015-12-11 Thread Seth Grover
Jonas wrote: > > >> I am experiencing a weird issue regarding threading and shared libraries > >> under Linux. I've boiled it down to a very simple test case in hopes you > >> can help me understand what I'm doing wrong. > > >You're not doing anything wrong. It's caused by >

Re: [fpc-pascal] extreme memory growth using cthreads and default heap manager

2015-12-10 Thread Seth Grover
Interesting: playing around with it some more, if I put an empty try/except block inside my library's function from the example I posted, it leaks the memory whether or not I'm using cmem. -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And you're nothing

[fpc-pascal] extreme memory growth using cthreads and default heap manager

2015-12-10 Thread Seth Grover
ery thread that starts/finishes. Thanks, -Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] another minor bug in fcl-passrc (for-in loop)

2012-08-29 Thread Seth Grover
events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: another minor bug in fcl-passrc (for-in loop)

2012-08-29 Thread Seth Grover
. Seth Grover On Wed, Aug 29, 2012 at 9:52 AM, Seth Grover sethdgro...@gmail.com wrote: Michael, Greetings! I found another minor problem with the fcl-passrc parser. The new for-in string loop (http://wiki.freepascal.org/for-in_loop#String_loop) causes the parser to fail with 'Expected

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-23 Thread Seth Grover
of the parse tree is correct. I'll let you know if I run into anything else with it. Thanks a lot! -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-19 Thread Seth Grover
found them all. :) -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-18 Thread Seth Grover
is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-18 Thread Seth Grover
, but just compiling this one package from svn in trunk separately. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-17 Thread Seth Grover
living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-17 Thread Seth Grover
Also, it looks like it gets a segfault if you try to $include a file that can't be found. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-16 Thread Seth Grover
it to compile) with that little unit as input, you'll get a segfault when doing the FreeAndNil(M). I'll let you know if i run into anything else. Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover On Thu, Jul 12, 2012

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-16 Thread Seth Grover
or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-16 Thread Seth Grover
resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] fcl-passrc package question about source file and line number info

2012-07-12 Thread Seth Grover
descend any lower than that the deeper TPasImplBlock do not. Could someone with insight into this area give me any idea of why this is? Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-12 Thread Seth Grover
Oversight, a bug. I am currently working on the parser, I'll look into this. Michael. Thanks, I appreciate it. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc

[fpc-pascal] clarification about StackBottom and StackLength in threaded programs and/or shared libraries

2012-05-29 Thread Seth Grover
, doesn't this mean that since heaptrc does the same thing, it's going to not necessarily get the entire backtrace (although tracesize would limit it anyway)? Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover

[fpc-pascal] FpGetRLimit and FpSetRLimit reference an undefined symbol

2011-12-20 Thread Seth Grover
' This happens targetting Linux for both i386 and x86_64. Is this a bug? Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal

[fpc-pascal] Re: Free Pascal 2.6.0rc1 released

2011-11-05 Thread Seth Grover
events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: Free Pascal 2.6.0rc1 released

2011-11-05 Thread Seth Grover
Jonas, thanks for the link. For some reason it wasn't showing up on the viewvcs interface until I cleared my browser cache and refreshed. Thanks again. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover

[fpc-pascal] array of const and longword

2011-11-02 Thread Seth Grover
on the caller side? Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc

[fpc-pascal] status of sparc solaris support

2011-06-28 Thread Seth Grover
Mark, Jonas, and Pierre, thanks for your responses. I'll give it a shot and see how it goes. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc

[fpc-pascal] status of sparc solaris support

2011-06-27 Thread Seth Grover
as to what the status of Solaris on Sparc is? I'm specifically looking to port a Linux shared library to solaris on sparc. Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover

[fpc-pascal] Re: PowerPC Linux and endian modes

2011-05-20 Thread Seth Grover
weekend, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover On Thu, May 19, 2011 at 4:39 PM, Seth Grover sethdgro...@gmail.com wrote: Greetings! Wikipedia (http://en.wikipedia.org/wiki/PowerPC#Endian_modes) states

[fpc-pascal] PowerPC Linux and endian modes

2011-05-19 Thread Seth Grover
I'm cross compiling to powerpc-linux from x86_64-linux) targeted at PPC work in a little endian mode setup? Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc

[fpc-pascal] setting variables with DWARF in gdb

2010-10-29 Thread Seth Grover
is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: setting variables with DWARF in gdb

2010-10-29 Thread Seth Grover
I *was* doing something wrong... doing a := (pascal-style assignment) rather than just = seems to work Ok. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com On Fri, Oct 29, 2010 at 10:58

[fpc-pascal] Re: TFileStream and stdin - how to make this work?

2010-10-03 Thread Seth Grover
Could you use THandleStream (http://www.freepascal.org/docs-html/rtl/classes/thandlestream.html)? myInputStream := THandleStream.Create(StdInputHandle); ... -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover

[fpc-pascal] Re: TFileStream and stdin - how to make this work?

2010-10-03 Thread Seth Grover
. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] HookSignal, halt, and unhandled exceptions

2010-09-10 Thread Seth Grover
events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: HookSignal, halt, and unhandled exceptions

2010-09-10 Thread Seth Grover
ruminate on it while I'm gone. In the meanwhile I've logged a mantis issue to track: http://bugs.freepascal.org/view.php?id=17383 Have a good weekend, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail

[fpc-pascal] CRelocateThreadVar called from fpc_pushexceptaddr/fpc_popaddrstack

2010-09-09 Thread Seth Grover
exceptions are to be avoided in performance-critical code. :). Thanks, Seth -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc

[fpc-pascal] Re: CRelocateThreadVar called from fpc_pushexceptaddr/fpc_popaddrstack

2010-09-09 Thread Seth Grover
Thanks, Jonas. As always your answers are very helpful. Cheers, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc

[fpc-pascal] a few more heap questions

2010-09-08 Thread Seth Grover
, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman

[fpc-pascal] question about FPC heap and threading

2010-08-11 Thread Seth Grover
is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: access violation somehow related to dlopen'ing libssl

2010-07-02 Thread Seth Grover
Classes, the crash goes away. Not sure what that means... -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal

[fpc-pascal] Re: access violation somehow related to dlopen'ing libssl

2010-07-02 Thread Seth Grover
. classesh.inc has: HMODULE = longint; and dynlibs.pas has: HModule = TLibHandle; If the classes one gets used, it crashes. Anyway, I know what to do now. Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover

[fpc-pascal] problem linking when using cthreads when cross-compiling for arm

2010-05-24 Thread Seth Grover
resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: problem linking when using cthreads when cross-compiling for arm

2010-05-24 Thread Seth Grover
that libdl.a around was confusing things. Thanks again for your help. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist

[fpc-pascal] Re: annoying gdb bug fixed

2010-05-11 Thread Seth Grover
This was me... Pierre Muller Pierre, thanks so much for taking the time to look at and resolve this bug. It's working beautifully now. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-pascal] annoying gdb bug fixed

2010-05-10 Thread Seth Grover
is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] compilation verbosity

2010-04-14 Thread Seth Grover
events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: compilation verbosity

2010-04-14 Thread Seth Grover
Grover sethdgrover[at]gmail[dot]com On Wed, Apr 14, 2010 at 4:17 PM, Seth Grover sethdgro...@gmail.com wrote: fpc doesn't seem to respect the -v,X flags for me. I'm compiling a shared object library (on an Ubuntu Linux 64-bit platform cross-compiling to 32-bit) and I've tried -ve, -vew, -v0

[fpc-pascal] Re: compilation verbosity

2010-04-14 Thread Seth Grover
that's not right. Thanks, it's working great now. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal

[fpc-pascal] Re: stdcall vs. cdecl: another using a FPC-generated .dll with Microsoft Visual C++ question

2010-03-26 Thread Seth Grover
and it seems to work fine. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

[fpc-pascal] stdcall vs. cdecl: another using a FPC-generated .dll with Microsoft Visual C++ question

2010-03-24 Thread Seth Grover
, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman

[fpc-pascal] implicitly linking FPC-generated .dll from Visual Studio

2010-03-23 Thread Seth Grover
step (actually using the .dll in Visual Studio)? I realize this message is more about VS than FPC, so I apologize if it's offtopic. Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-pascal] Re: gdb, dwarf, and ansistring

2010-03-04 Thread Seth Grover
or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: gdb, dwarf, and ansistring

2010-03-04 Thread Seth Grover
to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] gdb, dwarf, and ansistring

2010-03-03 Thread Seth Grover
release tag) on Ubuntu 9.10 x86_64. Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal

[fpc-pascal] Re: gdb, dwarf, and ansistring

2010-03-03 Thread Seth Grover
coincidental. Seth Grover sethdgrover[at]gmail[dot]com On Wed, Mar 3, 2010 at 8:02 AM, Seth Grover sethdgro...@gmail.com wrote: Given the following example: program project1; {$mode objfpc}{$H+}  procedure doit (var s : ansistring);  begin    s

[fpc-pascal] Re: Which regex unit to use?

2010-02-26 Thread Seth Grover
, - Graeme - I have had good luck with TRegExpr and have been using it in FPC for a long time. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-pascal] different windows/linux behavior with enumerated types and write/writeln

2010-01-20 Thread Seth Grover
not compile with an error of Error: Can't read or write variables of this type. Why the difference in behavior? -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-pascal] Re: different windows/linux behavior with enumerated types and write/writeln

2010-01-20 Thread Seth Grover
is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: Inconsistency detected by ld.so

2009-12-07 Thread Seth Grover
is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: Inconsistency detected by ld.so

2009-12-03 Thread Seth Grover
Ubuntu could you give this a try and see if you can reproduce it? -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc

[fpc-pascal] Re: Inconsistency detected by ld.so

2009-12-02 Thread Seth Grover
Well, not that recent: http://www.hu.freepascal.org/lists/fpc-pascal/2008-April/017199.html Wow, how embarrassing. Not only is there already a mailing list thread on the topic, but it was started by me. I have a really bad memory. It seemed to be specific to a particular machine of yours.

[fpc-pascal] Inconsistency detected by ld.so

2009-12-01 Thread Seth Grover
is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: Inconsistency detected by ld.so

2009-12-01 Thread Seth Grover
(0x0080a000) libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0x00c27000) /lib/ld-linux.so.2 (0x002c7000) And I don't get the error when the program runs. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover

[fpc-pascal] Re: cross compiling x64_64 to i386 linux

2009-11-03 Thread Seth Grover
. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] cross compiling x64_64 to i386 linux

2009-11-02 Thread Seth Grover
coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: cross compiling x64_64 to i386 linux

2009-11-02 Thread Seth Grover
resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com On Mon, Nov 2, 2009 at 12:45 PM, Seth Grover sethdgro...@gmail.com wrote: I'm trying to cross-compile on Ubuntu 9.10 x86_64 for i386. Here's what I've done so far: I got FPC from

[fpc-pascal] 2.3.1 rev 13498 breaks synapse

2009-08-12 Thread Seth Grover
to have problems. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

[fpc-pascal] TFPCHeapStatus miscalculations in 2.3.1

2009-08-11 Thread Seth Grover
this problem? It's rather annoying... I know the each heap isn't really using 4.2 gigabytes, but I wish the numbers were accurate. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-pascal] Re: TFPCHeapStatus miscalculations in 2.3.1

2009-08-11 Thread Seth Grover
status: cu=4276332896, cs=458752, cf=19093152, mu=4294897312, ms=31752192 Seems like that should never happen. I'll log an issue in the bug tracking system. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover

[fpc-pascal] a few AssignStream questions

2009-07-27 Thread Seth Grover
with AssignStream? Thanks, Seth -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

[fpc-pascal] Re: a few AssignStream questions

2009-07-27 Thread Seth Grover
meaning indicating that the command was not found. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com On Mon, Jul 27, 2009 at 6:07 AM, Seth Groversethdgro...@gmail.com wrote: http

[fpc-pascal] thanks for major signal handling fix

2009-05-20 Thread Seth Grover
? Or will this first see the light of day in 2.4.0? Thanks again, SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal

[fpc-pascal] re: thanks for major signal handling fix

2009-05-20 Thread Seth Grover
it work the way I'm expecting it? If needed, I could provide some example projects. Thanks, SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc

[fpc-pascal] re: thanks for major signal handling fix

2009-05-20 Thread Seth Grover
Jonas, Thank you very much for the explanation. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal

[fpc-pascal] TProcess with festival

2009-05-15 Thread Seth Grover
is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: TProcess with festival

2009-05-15 Thread Seth Grover
Grover sethdgrover[at]gmail[dot]com On Fri, May 15, 2009 at 12:48 PM, Seth Grover sethdgro...@gmail.com wrote: Maybe I'm just dumb, but I cannot figure out why this isn't working. I wanted to write a simple program which uses TProcess to send input to festival (the text-to-speech engine

[fpc-pascal] Re: XML pretty formatter

2009-05-14 Thread Seth Grover
to add the XML to a log file and those spaces make very difficult to read the logs. Thanks in advance. Leonardo M. Ramé -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-pascal] (no subject)

2009-05-06 Thread Seth Grover
or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: daysbetween

2009-05-06 Thread Seth Grover
Disregard my email about daysbetween, I just saw this: http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/rtl/objpas/dateutil.inc?view=diffr1=12958r2=13107 -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover

[fpc-pascal] dcpcrypt 64-bit?

2009-04-29 Thread Seth Grover
coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] semaphores?

2009-04-13 Thread Seth Grover
coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: modifying system.pp's InstallSignals

2009-04-01 Thread Seth Grover
or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] modifying system.pp's InstallSignals

2009-03-31 Thread Seth Grover
to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: heap size growing

2009-01-14 Thread Seth Grover
Computer over. Virus = very yes. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] heap size growing

2009-01-13 Thread Seth Grover
Computer over. Virus = very yes. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] DateTimeToUnix bug?

2008-12-30 Thread Seth Grover
= 09-16-1989 12:00:02 It seems to me that 09-16-1989 12:00:01 should be 621950401, not 621950400. Is this broken or am I missing something? -sg Computer over. Virus = very yes. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc

[fpc-pascal] Re: How to build .so with FPC and use it in C program?

2008-12-11 Thread Seth Grover
yes. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] TProcess problem

2008-11-26 Thread Seth Grover
it by running cat /path/to/some/file as the command). When this happens, the P.Stderr.Read inside the while loop just hangs and never returns. What am I doing wrong? -SG Computer over. Virus = very yes. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-pascal] roadblock with Synapse and SNMPv3 authentication

2008-06-11 Thread Seth Grover
appreciate any help anyone could offer. Of course my hope is that all of the code I've written and anything else that comes from this could benefit the Synapse project and FPC community. Thanks, -SG My eyes! The goggles do nothing! Seth Grover sethdgrover[at]gmail[dot]com

[fpc-pascal] assertion failed testing merges into fixes branch

2008-04-14 Thread Seth Grover
[2008/04/14] for i386 Ubuntu Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux -SG -- Good news, everyone! Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

[fpc-pascal] Re: assertion failed testing merges into fixes branch

2008-04-14 Thread Seth Grover
something wrong with my configuration. By the way, thanks a lot, I really appreciate your efforts! -SG -- Good news, everyone! Seth Grover sethdgrover[at]gmail[dot]com http://grovers.us/seth ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

[fpc-pascal] Re: backport 2.3.1 fix to 2.2.x fixes branch?

2008-04-02 Thread Seth Grover
If the fix is not too invasive (i.e., its effects are generally overseeable), and if it has been in 2.3.1 for a while and no bad effects are reported, then it will be merged after a while. These particular fixes will be merged at some time in the future, but I don't know when yet

[fpc-pascal] backport 2.3.1 fix to 2.2.x fixes branch?

2008-04-01 Thread Seth Grover
. So my question is, how generally does a fix get backported to the fixes branch? Barring that, does anyone know of a way I can manually make sure the initialization code gets called? Can I directly call initialize somehow? Thanks a lot, Seth Grover -- Good news, everyone! Seth Grover

[fpc-pascal] library initialization and deinitialization

2007-06-15 Thread Seth Grover
. == Again, I ran a c test program against it and a fpc test program against it. The C program's output was: start Hello stop The freepascal program's output was: Hello What's going on here? With humble thanks, Seth Grover -- Seth Grover sethdgrover[at]gmail[dot

[fpc-pascal] Re: library initialization and deinitialization

2007-06-15 Thread Seth Grover
A bug report (with sample code reproducing the behavior) has been logged. http://freepascal.org/mantis/view.php?id=9089. Probably should have done that before I emailed the mailing list. Sorry. -SG -- Seth Grover sethdgrover[at]gmail[dot]com http://grovers.us/seth Who is John Galt

  1   2   >