In windows, you can create Mutex. That's how I ensure no other instance
of the same program is running.
YourIDString is a string that you use to uniquely id your program instance .
if OpenMutex(MUTEX_ALL_ACCESS, False, PChar(YourIDString)) = 0 then begin
// First one - the mutex didn't e
do to trap this external SIGPIPE?
(I tried emaillng the author but no response for weeks).
Thanks a lot in advance.
Dennis Poon
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
a lot.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
tell me why in some areas of fpc, it is MIPS and else MIPSEB?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
embedded computers already and the
speed should be close to a Windows PC.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
ou an ftp account of my web site.
Thanks a lot.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
ptimizes it and uses a cpu register for i
instead of a memory location?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
says about this...).
ISO/IEC 7185 :1990(E) says in section 6.8 .3.9 For-statements
After a for-statement is executed, other than being left by a
goto-statement, the control-variable shall be undefined .
Regards,
Thanks so much for clarificatio
to 0.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
within dll?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
I just tested, SetLength a string does not zero its elements (the chars).
However, SetLength a dynamic array seems to zero its elements.
I cannot find the official behaviour by googling.
Anyone has the official saying?
Dennis
___
fpc-pascal
E : EMyException do begin
//some handling
end;
end;
end;
Is this problem solved in FPC 3.0?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
and found out that endianess isn't really covered for floating
points...
Regards,
Sven
Do you imply that, unlike floating point, endianess for integers are
handled automatically by TStream?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.
heir code.
I prefer
V := If Condition then ThenExpr else ElseExpr;
Beginners to Free Pascal can easily guess its meaning just by its look.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Martin Schreiber wrote:
On Thursday 11 February 2016 17:17:32 Graeme Geldenhuys wrote:
Now the other thing that surprised be, I thought TPersistent.Assign()
automatically handles protected properties (via RTTI) - thinking that
descendants automatically get such functionality for free. But revi
According to http://www.freepascal.org/docs-html/prog/progse30.html
the smartlink option on the command line is -CX
but in Lazarus ver 1.42,
Compilation and Linking
Linking
Link Smart is -XX
Dennis
___
fpc-pascal maillist - fpc
ar((Pbyte(@Self)+LinkSize)^,
SizeOf(Self)-LinkSize, #0); { Clear data fields }
END;
Dennis
Tomas Hajny wrote:
On Wed, April 6, 2016 15:13, Vojtěch Čihák wrote:
How can I do it?
When I try do:
TMyObj = object(TObject)
compiler tells me:
Error: The mix of di
ase, will the absolute of private
method's parameters still work?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
isappear
but this process is slow and I try to avoid it.
Any idea ?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
I am want to embed the SNTP into my applications so that I don't have to
run Dimension 4 or other software to correct my PC Clock.
Thanks in advance.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.or
Has Anyone used Generics.Collections at
https://github.com/dathox/generics.collections ?
Is it stable enough for production use?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo
Maciej Izak wrote:
2016-04-21 5:44 GMT+02:00 Dennis <mailto:de...@avidsoft.com.hk>>:
Has Anyone used Generics.Collections at
https://github.com/dathox/generics.collections ?
Is it stable enough for production use?
Generics.Collections library is used for daily product
Graeme Geldenhuys wrote:
On 2016-04-21 04:44, Dennis wrote:
Is it stable enough for production use?
I don't see a single unit test, so that would make me weary.
Regards,
Graeme
By the way, I cannot find any unit tests for fgl unit? Where are they
located? Are they absent as
);
FreeAndNil(FObservers);
end;
inherited Destroy;
end;
Why did the documentation say that? Why was those code seemed not
linked at all? Some compiler options I messed up?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
h
There is no details on http://www.freepascal.org/docs-html/ref/refsu57.html
Thanks in advance.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Result := TMyClassRef(ClassType).Create(AOwner);
Am I missing something?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
find the interface parts of TThread classesh.inc
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Is there something like Rx.net for Free Pascal?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
what is the correct way to write {$IFDEF FPC Version > 3.0}
Thanks in advance,
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
by initializing all out parameters.
Am I the only one with this view?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
I always thought comparison of methods is done on both the data and the
code part.
TMethod = record
Code : CodePointer;
Data : Pointer;
end;
But the following proves it is NOT.
What is the rationale behind such behavior?
--
program compare_events;
{$mo
wonder if there is any catch.
Anyway, I gave up Delphi after Delphi 5 and stick to FPC since then.
However, from time to time, I miss its lightning fast compiler and good
debugger.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
wkitt...@windstream.net wrote:
On 08/23/2016 11:40 AM, Dennis wrote:
Thanks a lot.
I wonder if there is any catch.
you mean like having to create an account, having to provide a phone
number or having to run it in a winwhatever environment? ;)
\
it says:
"a limited commercial use li
:
EPrivilegePrivileged instruction
What could possibly raise this exception?
My program is win 32 from Lazarus 1.7 FPC 3.1.1
and running on Win 7 64 bit.
thanks in advance.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http
If a CriticalSection can acquire (but with a timeout), it can avoid any
gridlock.
I googled and Delphi seems to have function which does time out
function MonitorEnter(const AObject: TObject; Timeout: Cardinal =
INFINITE): Boolean; How can I do the same in FPC? Dennis
From Facebook, I just found this ORM became FREE today.
http://www.tmssoftware.com/site/aureliusfree.asp
I don't know whether it is better than mormot but might just download first.
Anyone has experience in both can comment?
Dennis
___
fpc-p
I have a class implementing a Com interface.
Now I want it to also implement a CORBA interface. Is it dangerous?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Dennis wrote:
I have a class implementing a Com interface.
Now I want it to also implement a CORBA interface. Is it dangerous?
For other who might be interested in this issue.
I have tested it for a while and it does not seem to cause any problems.
Dennis
fault without knowing the variable type? (it is
because sometimes the type get renamed)
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Programmatically, I want to make a list of all Classes defined in the unit.
Is this info stored in the RTTI or anywhere else?
Thanks in advance.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin
;something else';
end;
where HasChild is a boolean class function that tells me whether the
current calling class has children defined or now.
Is that possible?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.fr
build all when some common units are changed by
another project.
Since this freezing behavour does not happen during debugging, I have
spent months trying to fix it but failed.
Any suggestions are welcome.
Dennis
___
fpc-pascal maillist - fpc-p
previous writeln
//This is causing a problem to me because I later
MyList.Remove(aObj as IMyInterface);//will fail because it is not the
same as aInt and thus fail to locate the item to remove
Am I missing some fundamental understanding of interface reference?
Dennis
I just noticed that the definition of the constants have 0.5 in it.
Why?
from dateh.inc
const
JulianEpoch = TDateTime(-2415018.5);
UnixEpoch = JulianEpoch + TDateTime(2440587.5);
Dennis
___
fpc-pascal maillist - fpc-pascal
TParent = object
A : integer;
end;
TChild=object(TParent)
B : integer;
end;
var
Parent : TParent;
Child : TChild;
begin
Child.A := 10;
Child.B := 20;
Parent := TParent(Child );// is this always safe ? Will it copy
ONLY the 'A' field to 'parent'? Will it overwr
y of SPApiProduct;
function SPAPI_GetProduct(var apiProdList : TSPApiProduct);stdcall;
Thanks a lot in advance.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
running thread ids after
Application.Run, I might find out what those 2 threads are.
Can I do that in windows 32-bit?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
worst case, I have to write python tcp/ip server to
accepts commands from (and send back results to ) my FPC program.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Mattias Gaertner wrote:
The Lazarus team is glad to announce the release of Lazarus 1.8.
The release was built with FPC 3.0.4.
The previous release Lazarus 1.6.4 was built with FPC 3.0.2.
Congratulations and thank you for your great work.
Dennis
; (the dll file name)
In the routine of the dll, there is an out parameter of type WideString,
could this be the problem?
If not, what else could be the cause of the problem?
Below is the calling program:
Dennis
-
const
ExcelDLLName = 'Excel_xp.dll';//1.90951
Type
TFi
Sven Barth via fpc-pascal wrote:
Am 13.12.2017 11:39 schrieb "Dennis Poon" <mailto:den...@avidsoft.com.hk>>:
Just for clarification: is the excel_xp.dll written by you or by a 3rd
party? Or are you talking about a different library written by you?
Because in
Sven Barth via fpc-pascal wrote:
On 15.12.2017 16:10, Dennis wrote:
Okay, that explains things a bit more.
May I ask you to provide a small example consisting of program and
library (source only) that works in 32-bit, but fails in 64-bit? Try
way I can check myself what is going on as I have
I am upgrading my program from win 32 to win 64 using the new Lazarus 1.8.
I discovered my program exe size increased from 6M to 9M.
Why?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman
I have a list of records (each with a few fields).
I want to let users display this list of records in ascending orders of
any record field.
Is there any existing units/library I can use?
Thanks in advance.
Dennis
___
fpc-pascal maillist - fpc
are the 2 below equivalent?
procedure Method(param1, param2 : integer);
begin
inherited;
end;
procedure Method(param1, param2 : integer);
begin
inherited Method(param1, param2);
end;
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
h
When I compiled the following simply programs using Lazarus 1.8 fpc
3.0.4 Win 64, run it, it will throws RunError(215) Arithmetic overflow
error.
However, if I compile and run the same in Lazarus 1.8 fpc 3.0.4 win 32,
it won't raise the RunError (215).
Why???
program test64bit;
{$mode objf
in 32 bit, the compiler gives the Hint: (4079)
Converting the operands to "Int64" before doing the add could prevent
overflow errors.
but does not raise the RunError(215).
The 64 bit compiler does not give the Hint but raises the RunError(215).
I think both versions should be
e.g. OnClick, OnClose etc.
How do I save and restore them from file?
Many thanks in advance.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
hether int should
translate to Integer or Int64 in Pascal.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
named xxx32.dll?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
aries of statistics in R.
People new to iOS will learn swift because it allows them easily call
all the libraries of iOS, not because swift is better than Pascal or Java.
It is about convenience.
Dennis
___
fpc-pascal maillist - fpc-p
lower latency and lower RAM requirement than running
your FPC program on top of the Linux OS.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
', '=', ‘:’);
case c of
TChars:
...
Regards,
Ryan Joseph
case c of
'[', ']', '(', ')', '{', '}', '=', ':' : result := true;
end;
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
ecord, when
called with the Buf generated by pbEncodeDataRequestRecord will raise
exception "Invalid buffer "
Any help?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
The following delphi code when compiled by FPC, raised these errors:
Compile Project, Target: lib\x86_64-win64\Project1.exe: Exit code 1,
Errors: 10, Warnings: 2
StrBuffer.pas(100,19) Error: Unknown identifier "EAX"
StrBuffer.pas(100,23) Error: Assembler syntax error in operand
StrBuffer.pas(100
Thanks.
So the following will give an address+frame of the calling routine ?
get_caller_addr(get_frame), get_caller_frame(get_frame)
Dennis
Sven Barth via fpc-pascal wrote:
Dennis mailto:de...@avidsoft.com.hk>> schrieb
am Mi., 18. Juli 2018, 17:19:
The following delphi cod
ln(i.ToSTring+' -> '+s);
end;
readln;
end.
However, if I change to
TMonthType = (January, February, May,June, July);
The compiler error will disappear.
Is this kind of enumerated type with constant assignment not supported
by FPC 3.0.4?
TMonthType = (January=1, February,
noticeable improvement in speed.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
for my object.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Michael Van Canneyt wrote:
On Wed, 15 Aug 2018, Dennis wrote:
I was trying to use a generic class TDictionary with type T. This
class has a method that compares a variable of T with another one.
When I specialize a class using this TDictionary with a type:
TSecurity = object
end
any of this info on the web.
Thanks for your answer in advance.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Thanks for your contribution.
Just tried out your sample, they are nice.
How can I use opengl within my lazarus UI program?
I want to embed such an opengl window inside a TPanel, and in its Paint
method, do the opengl rendering. Is that possible? How?
Dennis
Anthony Walter wrote:
Dennis,
If you want to embed OpenGL in your window, then there is already
TOpenGLControl. It's included with Lazarus and is in the components
folder.
More here:
Thanks a lot.
I tried it but found that drawing text in OpenGL seems to be problematic.
Is there a
is there a function like
if IsOneOf('subtext', ['abc','cde','fecg','hig']) then begin
...
end;
is there such a function IsOneOf(TheSubString : String; const TheStrings
: array of String) : Boo
;
However, the debugger did not stop at all at any of them.
What could possibly be the cause of the problem?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
out it is not a 64 bit dll.
How can I force SQLite3Connection to first look for the dll in the exe
folder instead of from the search path?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman
.
https://codesigncert.com/cheapcodesigning
I am totally new to this. Can that USD75 certificate achieve my goal?
After I get the certificate, do you need to use any special software to
sign my exe?
Seems like Visual Studio can do it but I am using Lazarus.
Any feedback is welcome.
Dennis
definitely be missed by many.
Our hearts and prayers go out to his family and friends.
Rest in peace Martin Schreiber.
Regards,
Graeme
That is horrible news. How can someone pass away so suddenly? So sad.
My condolences to his friends and family.
Dennis
Just wondering whether the deceased's family requires any financial
assistance?
If yes, maybe we can throw a fund raiser.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinf
another unit file.
Is that possible?
I cannot create a simple test file to test it because the problem only
appears in my big project.
Does FPC always produce a 4 byte variable for an enumerated types?
Dennis
___
fpc-pascal maillist - fpc-pascal
s a file path in the name, it just fails.
Please help.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
ot be
used by the field in the class declaration of TProxyServerFrame.
if there a compiler directive that I can put around
TMyStringGrid to make it only visible to the unit frproxyserver?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepasca
rogramming
tools available in FPC. This is an area of very active development, the
latest addition is a complete REST bridge for SQLDB.
Can you share the link of REST bridge for SQLDB?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepasca
OnTerminate
Is it supposed to be a dummy place holder?
I don't use Delphi any more. Is this behaviour the same as Delphi?
Thanks in advance.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/lis
Sven Barth via fpc-pascal wrote:
Am 21.04.2019 um 18:22 schrieb Dennis:
I am using FPC 3.0.4 Lazarus 2.00 on windows 64
I created a subclass of TThread and found out that the
TThread.OnTerminate event was never called (I already assigned it).
Also, I search the source code of TThread in
is found, -1 is returned. The strings are matched
ignoring case.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Does it only happen to me?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
DaWorm wrote:
There was a thread yesterday about issues with the servers. This may
be related.
Jeff
On Thu, Jun 6, 2019 at 4:58 AM Dennis <mailto:de...@avidsoft.com.hk>> wrote:
Does it only happen to me?
The web site is still blank
finally
Writeln('inside finally. Before Exit');
exit;
end;
Writeln('after try finally block');
end;
begin
Test;
end.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
How do I find it using regular expression ACROSS line breaks?
That is, how to find the following in Lazarus IDE?
finally
.
exit;
.
end;
Thanks in advance.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists
took quite some time until it was
finally integrated into trunk.
Thanks for the contribution.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using
TFPHTTPClient.Get('https://api.telegram.org/bot')
returns the error "No SSL Socket support compiled in"
How can I fix it?
Dennis
--
This email has been checked for viruses by AVG.
Michael Van Canneyt wrote:
On Wed, 5 Aug 2020, Dennis wrote:
After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using
TFPHTTPClient.Get('https://api.telegram.org/bot')
returns the error "No SSL Socket support compiled in"
How can I fix it?
Simply
Michael Van Canneyt wrote:
On Wed, 5 Aug 2020, Dennis wrote:
Michael Van Canneyt wrote:
On Wed, 5 Aug 2020, Dennis wrote:
After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code
using TFPHTTPClient.Get('https://api.telegram.org/bot')
returns the error "No SSL
I know I can download the archived zip files but can I search it?
Is there any web site where I can search the archive?
Searching on google never return anything from this elist but I was told
most supports happen on this list.
Many thanks.
Dennis
ork with the
iOS SDK 4.2
I worried even if I fixed the parameter, it will still have n more
problems. Anyone succeeded in using xcode 4.6 for free pascal?
Thanks in advance for any tips.
Dennis
___
fpc-pascal maillist - fpc-pascal@
uced a 1.3M cleandir file (no extension)
Thanks in advance.
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
that listens runs normally,the socket than listen
after the first, cannot accept client.
I am wondering this non-thread loop of LNet only supports 1 running
server socket.
Any one has any idea?
Dennis
___
fpc-pascal maillist - fpc-pascal
Ewald,
Please kindly share your sample codes for both approaches.
Thanks a lot.
Dennis
Ewald wrote:
On 31 May 2013, at 13:31, Dennis wrote:
Is there something I can do to trap this external SIGPIPE?
You might try catching the signal using fpSignal
(http://www.freepascal.org/docs-html
1 - 100 of 271 matches
Mail list logo