nce between the two
versions though.
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://list
o FPC 3.0) Is there any workaround in 2.6.4 to
get the correct behavior?
I'd prefer just to be 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
ing to do using 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
llowed in procvar declaration
How can I do this? 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
__
es 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
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
Unle
itch way to do it.
Thanks 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://
code 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
ic loading 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
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
> >http://bugs.freepasca
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
would really like to figure out
what I can do to continue to use my own memory manager, plus threading,
without it leaking so much memory for every 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
Imagine I have this function:
procedure ArrayTest(const data : array of char);
begin
...
end;
and in another routine I have a pchar variable. If I slice the array byte
doing this:
ArrayTest(myPChar[0..99]);
then inside ArrayTest it will appear that data is 100 characters, which is
exactly wha
ly coincidental.
Seth Grover
On Wed, Aug 29, 2012 at 9:52 AM, Seth Grover 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 f
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
ion I'm pulling out 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
__
ng this over my
source files until we've 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:
h FPC 2.6.0 would there? I am using FPC 2.6.0, 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
> Works fine here.
> Michael.
Hm, that's odd. I'll do a clean pull and clean build and let you know. Thanks.
-SG
--
This email is fiction. Any resemblance to actual events
or persons living or dead is purely coincidental.
Seth Grover
__
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-pascal
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 -
lance 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
iction. 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
n. 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
actually had to tweak to
get 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
> 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
_
s the source file/line number
information set, but if I 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 pers
o do, or
is there a better way to know when to stop walking the stack? Also,
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 resemb
>> Yes, it seems like a missing public alias for the FpGetRLimit function in
>> the Linux system unit.
> I added it.
Thank you both.
-SG
--
This email is fiction. Any resemblance to actual events
or persons living or dead is purely coincidenta
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-p
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 G
tion. 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
nt64 or a qword or something 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://li
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 -
ho knows give me
a quick rundown 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 d
f I
do.
Have a good 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 wrote:
> Greetings!
>
> Wikipedia (http://en.wikipedia.org/wiki/PowerPC#Endian_mod
mpiled programs (specifically
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
___
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
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
ental.
Seth Grover
sethdgrover[at]gmail[dot]com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
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
weeks (up in the mountains away from computers, electricity, etc.) but
I'll 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 e
hts? Should I log it as a bug?
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@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
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
an certainly see why 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-pas
seThreadVars is called to actually free the memory
associated with the threadvar itself
Is that correct?
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
ng from.
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@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
ition of HModule.
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 coincident
it still crashes. If I add it
after "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
___
ibssl causes things to blow
up.
Any suggestions?
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@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
nd ran correctly as well once
I copied it to the target device. So apparently having 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
ibpthread_nonshared.a )
Does anyone have any suggestions?
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@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> 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]gm
ents
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
e on before." Of course 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
tal.
Seth Grover
sethdgrover[at]gmail[dot]com
On Wed, Apr 14, 2010 at 4:17 PM, Seth Grover 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
emblance 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
o use cdecl in both UNIX and Windows 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
way to get stdcall to work without having to manually
put the decorations on the exported names myself.
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
hat I need with FPC? What about the next 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 coincidenta
ction. 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
tual 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
persons living or dead is purely coincidental.
Seth Grover
sethdgrover[at]gmail[dot]com
On Wed, Mar 3, 2010 at 8:02 AM, Seth Grover wrote:
> Given the following example:
>
>
> program project1;
>
> {$mode objfpc}{$H+}
>
> procedur
tion compiled in?
I am compiling with FPC 2.4.0 (built from svn from the 2.4.0 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
_
o it can be compiled into my applications.
>
>
> Regards,
> - 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 de
lance 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
ons 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
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[a
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
p yet. :) Even if any of you are FPC users running 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
_
>
> 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 yo
12704a.so => ./libtw12704a.so (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 coinci
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
king.
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@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
--
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, Nov 2, 2009 at 12:45 PM, Seth Grover wrote:
> I'm trying to cross-compile on Ubuntu 9.10 x86_64 for i386. Here's
> what I
one can offer assistance, I'd surely appreciate 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-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
m the trunk,
you're going 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@l
154624, cf=33834960, mu=4294897312,
ms=31752192
heap 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 o
ll screwy (current used is
negative, etc.).
Does anyone know about changes to this which could cause 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
"127" has a special 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 Grover wrote:
>
m executed
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.free
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
handler catches it.
Is this a pipe dream? Or can I somehow make 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
?
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 - f
s
or persons living or dead is purely coincidental.
Seth Grover
sethdgrover[at]gmail[dot]com
On Fri, May 15, 2009 at 12:48 PM, Seth Grover 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
mail 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
CRLFs after closing tags, this doesn't affect my parser, but I
> need 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 perso
Disregard my email about daysbetween, I just saw this:
http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/rtl/objpas/dateutil.inc?view=diff&r1=12958&r2=13107
-SG
--
This email is fiction. Any resemblance to actual events
or persons living or dead is purely coincidental.
Seth Grover
set
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/listinfo/fpc-pascal
urely coincidental.
Seth Grover
sethdgrover[at]gmail[dot]com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
rsons 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
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/listinfo/fpc-pascal
?
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@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
ic structure.
-SG
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
? HEAPTRC?
-SG
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
00:00 = 621950400 = 09-16-1989 12:00:00
09-16-1989 12:00:01 = 621950400 = 09-16-1989 12:00:00
09-16-1989 12:00:02 = 621950402 = 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
C
=====
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
to STDOUT of the command
exceeds 65K (I'm testing 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 o
apse source
code you patched).
I'd certainly 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 goggle
glibc 2.6.1, I'm
> not going to spend time on this.
Okay, if you've tested it on that many other platforms I'll take your
word for it. Thanks again you for your effort!
-SG
--
Good news, everyone!
Seth Grover
sethdgrover[at]gmail[dot]com
___
1 - 100 of 110 matches
Mail list logo