Re: [fpc-pascal] Debian, Jessie, Linux64 failed to install FPC3.0 64bit

2016-10-10 Thread Zaher Dirkey
this one of mirrors i used ftp://gd.tuwien.ac.at/languages/pascal/fpc/dist/3.0.0/x86_64-linux/ On Mon, Oct 10, 2016 at 9:11 AM, Zaher Dirkey wrote: > Hi i tried to install FPC 64 but in Debian 64 bit but i feel it currpted, > i downloaded it from individual mirror but same. > It fini

Re: [fpc-pascal] Free Pascal - Github

2014-04-24 Thread Zaher Dirkey
​It is belong to you now, I removed my self as owner, have fun :) .​ Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Free Pascal - Github

2014-04-24 Thread Zaher Dirkey
under your hands, just confirm me. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Free Pascal - Github

2014-04-23 Thread Zaher Dirkey
On Wed, Apr 23, 2014 at 9:34 PM, Florian Klämpfl wrote: > Well, you can consider Charlie as part of the freepascal team ;) ​Ok, Done, he is the owner of https://github.com/orgs/fpc Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pas

Re: [fpc-pascal] Free Pascal - Github

2014-04-23 Thread Zaher Dirkey
h. ​You asked me to take fpc user orginazation/repo at ​githib? In fact i reserved it for offical freepascal team, but if no one interested about it u can take it. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Clone a instance of object

2013-09-23 Thread Zaher Dirkey
On Mon, Sep 23, 2013 at 4:28 PM, Zaher Dirkey wrote: > ​The idea is simply than needs to use a stream or RTTI, it is like a > record, if looked at an object like as a record but it is inheritable. > ​Compile can now every object body, and do the assigning as record assign. > ​

Re: [fpc-pascal] Clone a instance of object

2013-09-23 Thread Zaher Dirkey
igning as record assign. ​ That's the feature I like to have. ​ Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Clone a instance of object

2013-09-23 Thread Zaher Dirkey
procedure Assign(Source: TPersistent); >property a: string read F.a write F.a; > end; > ​But in derived classes fields will not assigned​? Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Clone a instance of object

2013-09-23 Thread Zaher Dirkey
veral times, it works well for most situations. > ​It is not the fastest way like assigning a record, can we ask it as a feature in FPC ?​ Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Clone a instance of object

2013-09-23 Thread Zaher Dirkey
sign) for every child class copy its field members, is there any trick to copy the values like assigning record var to another record var? I know it is kind of strange way :P ​Thanks​ ​Zaher Dirkey​ ___ fpc-pascal maillist - fpc-pasca

Re: [fpc-pascal] Clone a instance of object

2013-09-22 Thread Zaher Dirkey
it as well. ​Yes I added assign, but as example above, it is crashed when creating it Result:=TBaseObject(ClassType).Create; -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maillist

[fpc-pascal] Clone a instance of object

2013-09-22 Thread Zaher Dirkey
object from TmyObject but in base object in Clone method,like this TBaseObject.Clone:TBaseObject; begin Result:=TBaseObject(ClassType).Create;//I know it is wrong here end; A ​ny good idea?​ -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey

Re: [fpc-pascal] How to save a huge XML?

2013-06-18 Thread Zaher Dirkey
e the footer I mean writing directly to the file without put it in DOM or any kind of document in the memory. ​ -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc

Re: [fpc-pascal] How to save a huge XML?

2013-06-18 Thread Zaher Dirkey
On Tue, Jun 18, 2013 at 6:09 PM, Marcos Douglas wrote: > But I continue to keep the XML in memory... > The easy and fast way as I can see is change the TXMLLogger class to > write a simple file text but not using DOM. > Hmm, give us a small example of that xml.​ Best Regards

Re: [fpc-pascal] How to save a huge XML?

2013-06-18 Thread Zaher Dirkey
memory. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] How to save a huge XML?

2013-06-18 Thread Zaher Dirkey
est Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: Is THostResolver creating a thread?

2013-05-08 Thread Zaher Dirkey
, I think we have nothing to do > hehe... > > -- > Silvio Clécio > My public projects - github.com/silvioprog > > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal > -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-06 Thread Zaher Dirkey
ate using components as GUI components, no events in my classes. -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-04 Thread Zaher Dirkey
ranteed to complete *without blocking*. I still not sure in windows need Select, but maybe in Linux only, but i can't test it there. -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey __

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-04 Thread Zaher Dirkey
/04/2013 05:05 PM, Zaher Dirkey wrote: > > > > On Sat, May 4, 2013 at 5:40 PM, Ludo Brands > <mailto:ludo.bra...@free.fr>> wrote: > > > > Can you show the code you use? You tested on Windows, linux, Mac, > ...? > > > > > > ​Only on Windows

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-04 Thread Zaher Dirkey
But mnServer is works with me for a years, and there is mnHttpServer demo and it is work fine too without Select before Accept https://sourceforge.net/p/minilib/source/ci/master/tree/socket/demo/lazarus/ On Sat, May 4, 2013 at 6:05 PM, Zaher Dirkey wrote: > > On Sat, May 4, 2013 at 5

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-04 Thread Zaher Dirkey
r/tree/socket/source/mnWinSockets.pas ​ I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-04 Thread Zaher Dirkey
on who block the thread and get new connection. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Compileability of target WinCE restored

2013-05-04 Thread Zaher Dirkey
freepascal.org/**mailman/listinfo/fpc-pascal<http://lists.freepascal.org/mailman/listinfo/fpc-pascal> > -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freep

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-04 Thread Zaher Dirkey
r >> end; >> until ThreadTerminated; >> >> Ludo > > > Thank you! > ​If you success, tell us, i must fix my sockets too :)​ -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-03 Thread Zaher Dirkey
On Fri, May 3, 2013 at 11:47 PM, Zaher Dirkey wrote: > On Fri, May 3, 2013 at 11:27 PM, Marco van de Voort wrote: > >> >> That's the point. Don't. Use a select, it has a timeout, and accept only >> if >> select shows activity on the listened to socket. >

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-03 Thread Zaher Dirkey
ave it to silvio to test it :P​ -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-03 Thread Zaher Dirkey
On Fri, May 3, 2013 at 9:13 PM, Marco van de Voort wrote: > Select on the main socket before doing the accept? ​No i am not use Select before Accept, accept is blocking the thread. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pas

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-03 Thread Zaher Dirkey
On Fri, May 3, 2013 at 7:22 PM, Ewald wrote: > "Accept" but without errors ​You cant, Accept give you a handle of new socket or give you an error, not all is fatal error, just check what is it, if it a closed handle or shutdown.​ Best Regards

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-03 Thread Zaher Dirkey
On Fri, May 3, 2013 at 6:57 PM, silvioprog wrote: > when I close the server with one or more clients connected, I got a memory > leak. ​Check if the thread freed​? ​Try to stop server manually (by button or in Close event in the form)​ Best Regards Zaher

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-03 Thread Zaher Dirkey
programmesr without using cancel it. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-02 Thread Zaher Dirkey
On Fri, May 3, 2013 at 12:51 AM, Ewald wrote: > pthread_cancel() pthread_cancel() ​ ​ ​ not clos ​e​ the handles i though​.​ -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maill

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-02 Thread Zaher Dirkey
Result := erNone; end; ​ -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-02 Thread Zaher Dirkey
ctions will drop, and you wait to finish that.​ -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] How to close TInetServer without except?

2013-05-02 Thread Zaher Dirkey
begin > FSocket.StopAccepting; > FSocket.Free; > inherited Destroy; > end; > -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@list

Re: [fpc-pascal] MS DOS 8086 compiler?

2013-04-27 Thread Zaher Dirkey
On Sat, Apr 27, 2013 at 3:11 PM, Bart wrote: > I still have a portable (ahum, > 5 kg) IBM XT with 5.25" floppy disk. > HD is appr. 10 MB (decaying...) > Yay​ Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.fr

Re: [fpc-pascal] RAD Studio XE4 Released?

2013-04-24 Thread Zaher Dirkey
g > http://lists.freepascal.org/mailman/listinfo/fpc-pascal > -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] fpGUI Toolkit v1.0 release for FPC 2.6.2

2013-04-21 Thread Zaher Dirkey
UI Toolkit - a cross-platform GUI toolkit using Free Pascal > http://fpgui.sourceforge.net/ > > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal > -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Yet again Objects auto destruction

2013-04-18 Thread Zaher Dirkey
will kill that object first, because many of another object assigned to it. Ref http://lists.freepascal.org/lists/fpc-pascal/2006-August/011626.html I know about Interfaces but i hate use it, All just we need new feature to call "destroy" when freeing the object. Best Regards Za

Re: [fpc-pascal] why connect is "deprecated"

2013-04-16 Thread Zaher Dirkey
___ >> fpc-pascal maillist - >> fpc-pascal@lists.freepascal.**org >> http://lists.freepascal.org/**mailman/listinfo/fpc-pascal<http://lists.freepascal.org/mailman/listinfo/fpc-pascal> >> > > > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal > -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Free member after inherited Destroy;

2013-04-13 Thread Zaher Dirkey
Windows XP SP3 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FBLib (firebird library for FPC, Delphi and Kylix) has moved

2013-04-05 Thread Zaher Dirkey
graemeg/firebird-lib.git > > > Regards, > - Graeme - > > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal > -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Z

Re: [fpc-pascal] File Association and opening with already running app

2013-04-05 Thread Zaher Dirkey
kit using Free Pascal > http://fpgui.sourceforge.net/ > > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal > -- I am using last revision of Lazarus, FPC 2.6 on Windo

Re: [fpc-pascal] differences between .pp and .pas files

2013-03-13 Thread Zaher Dirkey
___ > fpc-pascal maillist - > fpc-pascal@lists.freepascal.**org > http://lists.freepascal.org/**mailman/listinfo/fpc-pascal<http://lists.freepascal.org/mailman/listinfo/fpc-pascal> > Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] OT a bit - Planet Object Pascal

2013-02-19 Thread Zaher Dirkey
index to discover the wiki. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] OT a bit - Planet Object Pascal

2013-02-19 Thread Zaher Dirkey
hat is the problem, there is no good map in that jungle. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: About Putting everything in one repo

2012-09-02 Thread Zaher Dirkey
:) I need more faster release versions, no need to include release a core files, only packages with minor version number, most product i used it have this release like PHP, SQLITE, FirebirdSQL. not using snapshots or SVN. Best Regards Zaher Dirkey

Re: [fpc-pascal] Re: About Putting everything in one repo

2012-09-02 Thread Zaher Dirkey
use: how can i publish my project and mentioned what snapshot must used to work or compiled?. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: About Putting everything in one repo

2012-09-02 Thread Zaher Dirkey
of non core packages? Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] About Putting everything in one repo

2012-09-02 Thread Zaher Dirkey
ink we need more searches to understand the code changes, but no problem. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] About Putting everything in one repo

2012-09-02 Thread Zaher Dirkey
nd it is not stable. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] About Putting everything in one repo

2012-09-02 Thread Zaher Dirkey
. Same idea for Lazarus, i know Lazarus has Lazarus-ccr, for that i asked why you extending the Components directory in the official Lazarus repository. Sorry for my poor English. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal

Re: [fpc-pascal] Including binary data making easy

2012-08-27 Thread Zaher Dirkey
en use LoadResource to get it, as like lfm files Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Including binary data making easy

2012-08-27 Thread Zaher Dirkey
On Mon, Mar 23, 2009 at 6:22 PM, Graeme Geldenhuys wrote: > Ah, but you are missing the point. We are programmers. We do NOT forget! > :-) > I forgot that! Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal

Re: [fpc-pascal] buffered filestream

2012-06-10 Thread Zaher Dirkey
viewvc/minilib/trunk/lib/mnStreams.pas?view=markup Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: TList Notify count changed

2012-05-23 Thread Zaher Dirkey
On Tue, May 22, 2012 at 8:08 PM, Zaher Dirkey wrote: > procedure SetCount(NewCount: Integer); Might i ask to make TList.SetCount a virtual method? Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org h

[fpc-pascal] TList Notify count changed

2012-05-22 Thread Zaher Dirkey
In TList how can i notify if Count is changed with New and Old values as like in SetCount, SetCount procedure not virtual? procedure SetCount(NewCount: Integer); I am using last revision of Lazarus, FPC 2.6 Best Regards Zaher Dirkey ___ fpc-pascal

Re: [fpc-pascal] Extend multiple classes with same code

2012-05-19 Thread Zaher Dirkey
e is overridden functions. BTW thanks for you all Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Extend multiple classes with same code

2012-05-19 Thread Zaher Dirkey
classes. But i dont even know of a language that has such > possibility (i dont know much languages anyway). > I hope i can find one, not for me for my kids in the future ;) Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Extend multiple classes with same code

2012-05-18 Thread Zaher Dirkey
se unit. now i like to inherit both TmyFields and TmyParams to add functions work on Firebird, TmyFirebirdFields and TmyFirebirdParams, both have same functions to work on buffer SQLDA. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.

Re: [fpc-pascal] Extend multiple classes with same code

2012-05-18 Thread Zaher Dirkey
an provide me and example). Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Extend multiple classes with same code

2012-05-18 Thread Zaher Dirkey
any new idea to do that, what about Helper, generics, i read about it i felt it is not fit to my problem (or i am wrong). Thanks in advance Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman

Re: [fpc-pascal] class of - instance created is wrong

2012-03-18 Thread Zaher Dirkey
On Sun, Mar 18, 2012 at 9:22 AM, Graeme Geldenhuys wrote: > I'm planning to publish it to the fpGUI repository today. No, I meant not under fpGUI, thanks. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.

Re: [fpc-pascal] class of - instance created is wrong

2012-03-17 Thread Zaher Dirkey
ital patches to the Lazarus community, > so they can fix their AggPas copy. > > And why there is many of AggPas, what happened to the original one? Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Spam

2012-03-11 Thread Zaher Dirkey
to join in the upcoming months. It's not like > we get 10 new subscribers a day or so (more like 5 to 10 per month, and > many of those don't post). > > In WordPress you need only moderate the new posts for the users, users have over 5 posts (5 for example), WordPress will

Re: [fpc-pascal] Currency and ABS(-674.59)

2012-03-07 Thread Zaher Dirkey
. In the future i like to have new kind of Currency (integer) but more extend (* 100 for example). Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Currency and ABS(-674.59)

2012-03-07 Thread Zaher Dirkey
sheet, my boss will fire me :P I still believe the results in i386 must be equal also to other systems/platforms even if it calculated in slow code. Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.

Re: [fpc-pascal] Currency and ABS(-674.59)

2012-03-06 Thread Zaher Dirkey
On Tue, Mar 6, 2012 at 2:56 PM, Sven Barth wrote: > No, Currency is based on Extended on i386 and x86_64 (except win64!). Hmm, but it is break the balance in the budget of my customer. I resolved it by adding CurrABS function, but i don't think it is good idea. Best Regards Zahe

Re: [fpc-pascal] Currency and ABS(-674.59)

2012-03-06 Thread Zaher Dirkey
PC 2.6 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Currency and ABS(-674.59)

2012-03-04 Thread Zaher Dirkey
-- I am using last reversion of Lazarus, FPC 2.6 Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: RE : [fpc-pascal] Pass array of record as parameter

2012-02-09 Thread Zaher Dirkey
;i:integer):TInfo; > begin > result.s:=s; > result.i:=i; > end; > ... > > func1([makeinfo('test1', 1), makeinfo('test2', 2)]); > > Yes, it is good idea, i will try it :D Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Pass array of record as parameter

2012-02-09 Thread Zaher Dirkey
s, but it save my trying time, thanks. Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Pass array of record as parameter

2012-02-09 Thread Zaher Dirkey
gt; function func1(a: array of TInfo); > > > Thanks, but that is not my expected answer, my ask about "dynamic array of record" and without define a variable to pass it by params, for example i can pass the params for array of string like this func2(['t1', 't1&#x

[fpc-pascal] Pass array of record as parameter

2012-02-09 Thread Zaher Dirkey
Hi, TInfo=record s: string; i: integer; end; function func1(a: array of TInfo); how can i pass the parameter to that function? for example, i cant do that? func1([('test1', 1), ('test2', 2)]); -- I am using last reversion of Lazarus, FPC 2.6 Thanks in a

Re: [fpc-pascal] Problem using make install in Windows

2012-02-07 Thread Zaher Dirkey
imiter > ;) > > Regards, > Sven > > On Windows (2000/XP and above) You can use / instead of \ that resolve some problems in my PHP projects Best Regards Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Interface, _AddRef, _Release, etc.

2011-09-15 Thread Zaher Dirkey
; > This is just wrong. > > 1 - If i use the class not Interface is the recount used? 2 - Is that compatible with Delphi? In 1 i meant, as i expected if i use f:IFoo the refcount counted, but if i use f:TFoo methods of reference not triggered? Thanks Zaher Dirkey ___

Re: [fpc-pascal] WinCE multithreading

2011-09-12 Thread Zaher Dirkey
t by reduce info passed to the gui, or do no pass any object that created by threads or other threads to the main thread. You can descript your problem to the FPC team when you have it. Best Regard Zaher Dirkey ___ fpc-pascal maillist - fp

Re: [fpc-pascal] Userfriendly editor

2011-06-09 Thread Zaher Dirkey
d not be in this package, but in a separate > package for the lib dir. > > -- > Felipe Monteiro de Carvalho > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal >

Re: [fpc-pascal] Userfriendly editor

2011-06-09 Thread Zaher Dirkey
On Thu, Jun 9, 2011 at 3:12 PM, Felipe Monteiro de Carvalho < felipemonteiro.carva...@gmail.com> wrote: > On Thu, Jun 9, 2011 at 3:06 PM, Zaher Dirkey wrote: > > commits, > > Thanks for being patient. > > Some more issues: > > 1> miniedit is missing a depend

Re: [fpc-pascal] Userfriendly editor

2011-06-09 Thread Zaher Dirkey
On Thu, Jun 9, 2011 at 2:58 PM, Felipe Monteiro de Carvalho < felipemonteiro.carva...@gmail.com> wrote: > ntvTabSets commits, Thanks for being patient. -- Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal

Re: [fpc-pascal] Userfriendly editor

2011-06-09 Thread Zaher Dirkey
On Thu, Jun 9, 2011 at 12:33 PM, Felipe Monteiro de Carvalho < felipemonteiro.carva...@gmail.com> wrote: > On Thu, Jun 9, 2011 at 12:13 PM, Zaher Dirkey wrote: > >> 1> What are the commands to download the source via git? > > > > There is download button in gi

Re: [fpc-pascal] Userfriendly editor

2011-06-09 Thread Zaher Dirkey
how to generate a patch using git > > There is installer for Win32 using InnoSetup, but my target it is to be portable, so it is no need to have installer. For linux, you can write it. > 6> Which rendering component does it use? SynEdit? > Yes, Lazarus SynE

Re: [fpc-pascal] Userfriendly editor

2011-06-08 Thread Zaher Dirkey
rmaja.com/pages/63 https://github.com/parmaja/miniedit > -- > Felipe Monteiro de Carvalho > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fp

Re: [fpc-pascal] When the variable freed in Optimize compile

2011-06-08 Thread Zaher Dirkey
On Wed, Jun 8, 2011 at 11:22 AM, wrote: > > > On Wed, 8 Jun 2011, Zaher Dirkey wrote: > > Hi, I know when compile the project with optimize in Delphi the variable >> freed/allocated after the last line used. >> How can i make same in FPC, O3 not worked for me. &g

[fpc-pascal] When the variable freed in Optimize compile

2011-06-08 Thread Zaher Dirkey
Hi, I know when compile the project with optimize in Delphi the variable freed/allocated after the last line used. How can i make same in FPC, O3 not worked for me. I used FPC 2.4.4 var c: Currency; begin c := 10; writeln(c); <___ fpc-pascal mail

Re: [fpc-pascal] TMenu - barbreak Delphi Compatbility.

2011-04-13 Thread Zaher Dirkey
only feature and it is not implemented in lazarus. > > And it is not work for Right To Left in Delphi or any application Windows Regards -- Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Inherit interface from 2 interfaces

2011-04-13 Thread Zaher Dirkey
tion IsValid : Integer; > end; > > InterfaceB = Interface > Function IsValid : String; > end; > > How to define : > > InterfaceC = Interface(InterfaceA,InterfaceB) > > I think, compile raise error duplicated methods, Same if inherit from one and add a method already e

Re: [fpc-pascal] Inherit interface from 2 interfaces

2011-04-08 Thread Zaher Dirkey
2011/4/7 Flávio Etrusco > On Wed, Apr 6, 2011 at 1:37 PM, Zaher Dirkey wrote: > > Can i do that? > > type > > IIntf3 = interface(IIntf11, IIntf2) > > > > end; > > > > Thanks in advance. > > -- > > Zaher Dirkey > >

Re: [fpc-pascal] Re: Inherit interface from 2 interfaces

2011-04-06 Thread Zaher Dirkey
On Wed, Apr 6, 2011 at 8:42 PM, leledumbo wrote: > Err... yes? Why don't you just try? > > I tried before my post and failed, the idea is there any way enable it (like directive to add it), or it is implmented in the next versions of FPC, or only the answer is No :) Regards --

[fpc-pascal] Inherit interface from 2 interfaces

2011-04-06 Thread Zaher Dirkey
Can i do that? type IIntf3 = interface(IIntf11, IIntf2) end; Thanks in advance. -- Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] utf8bidi and freebidi in rtl

2011-04-05 Thread Zaher Dirkey
On Sun, Apr 3, 2011 at 3:42 PM, ik wrote: > Hello, > > Is there a reason why both units are not deployed by FPC ? > > Thanks, > > Ido > > [Off Topic] I also have minibidi http://www.parmaja.com/pages/59 Regards -- Zaher Dirkey ___

Re: [fpc-pascal] OFFTOPIC: Money Model, for FPC

2010-12-03 Thread Zaher Dirkey
ion, QA, …, you name it. > > http://blog.cincura.net/232199-is-firebird-really-free/ -- Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] More Win CE

2010-11-19 Thread Zaher Dirkey
and destroys this dream mobile OS of mine. > Thank you Microsoft. > > That is also my pain, i feel something force me to move to .NET or Java, or i must wait for a miracle. What about to http://wiki.openmoko.org/wiki/Main_Page? -- Zaher Dirkey ___

Re: [fpc-pascal] More Win CE

2010-11-12 Thread Zaher Dirkey
> I test it and worked for me in real devices Windows 5.0, Windows 5.2 WM5.0, WM6.0 WM6.5 -- Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: Real length of WideString

2010-10-20 Thread Zaher Dirkey
On Thu, Oct 21, 2010 at 1:41 AM, Zaher Dirkey wrote: > How to get the real length of WideString variable. > > Hmm, I think i found my problem but not understand it, i used Lazarus as editor to write the code var ws: widestring; begin ws:= 'زاهر'; Label3.Caption :=

[fpc-pascal] Real length of WideString

2010-10-20 Thread Zaher Dirkey
How to get the real length of WideString variable. Thanks in advance. -- Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Can variables be declared within a block?

2010-10-17 Thread Zaher Dirkey
On Thu, Oct 14, 2010 at 11:21 AM, Michael Van Canneyt < mich...@freepascal.org> wrote: > > > On Thu, 14 Oct 2010, Frank Church wrote: > > Can variables be declared within a begin end block? >> > > No. > That found in Gnu Pascal Can we ask to be featu

Re: [fpc-pascal] Any recommendations for a good in-memory storage type

2010-09-27 Thread Zaher Dirkey
ctually be created from this automatically m.SetData('image/png'); (m as TfpgMimeData).Picture.Assign(MyPNGImage); d := TfpgDrag.Create(self); d.DragData := m; d.StartDrag([daCopy]); // d manages the lifespan of m // d will be freed automatically when drag action is complete or cancelled end; -- Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Compile ANSI unit as UTF8

2010-09-06 Thread Zaher Dirkey
ge utf8} not worked, it is give me Malformed string. Thanks -- Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Compile ANSI unit as UTF8

2010-09-06 Thread Zaher Dirkey
On Mon, Sep 6, 2010 at 11:16 AM, Jonas Maebe wrote: > > On 06 Sep 2010, at 01:28, Zaher Dirkey wrote: > > I have unit with Ansi strings but i want to compile it as UTF-8 how to ask >> the compiler to convert it to utf8 before compile it? >> > > The compiler itself c

  1   2   >