Re: [fpc-pascal] Windows find out if an application already is running

2009-03-16 Thread Fantomas
as it was given, or a named event. Also, you can find a window created by the previous instance by its class name. -- Best regards, Fantomasmailto:fantomas...@yandex.com ___ fpc-pascal maillist - fpc-pascal@lists.freep

Re: [fpc-pascal] Array initialization

2009-03-17 Thread Fantomas
lues,SizeOf(Values),0) -- Best regards, Fantomas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re[2]: [fpc-pascal] Windows find out if an application already is running

2009-03-18 Thread Fantomas
Thank you all for the useful info. In view of aforesaid named objects seem to be the simplest and the most reliable way to pevent running multiple instances af an application under Win32/ -- Best regards, Fantomas ___ fpc-pascal maillist - fpc

Re: [fpc-pascal] How to solve "variable does not seem to be initialized" compiler hint.

2009-11-17 Thread Fantomas
that hint or switch off hints in your code where the hint is produced, if it really bothers you. -- Best regards, Fantomas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re[2]: [fpc-pascal] How to solve "variable does not seem to be initialized" compiler hint.

2009-11-17 Thread Fantomas
mailing list. In my humble opinion, there are no problems with the FillChar declaration. But the way you wrote your _absolutely correct_ code produced a hint. You shold use $HINTS OFF, for amendment to the FillChar declaration seems to be done unlikely. -- Best regar

Re[2]: [fpc-pascal] How to solve "variable does not seem to be initialized" compiler hint.

2009-11-17 Thread Fantomas
your code. E.g: {$HINTS OFF} FillChar(Temp,SizeOf(Temp),0); {$HINTS ON} You may consider my point to be a bit conservative, but I really do not think there is something to change about the FillChar declaration. -- Best regards, Fantomas ___ fpc-pascal m

Re: [fpc-pascal] File or Directory change notification component

2010-10-02 Thread Fantomas
ts like the one you mentioned. Only units importing Windows API functions. -- Best regards, Fantomas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Win CE

2010-11-10 Thread Fantomas
of several levels (3 or 4 afaik) of COM run-time support. Those levels differ in set of API-function and interfaces implemented. -- Best regards, Fantomas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/l

Re[2]: [fpc-pascal] More Win CE

2010-11-16 Thread Fantomas
> Free Pascal applications won't run on Windows Phone 7, but they might > run on "pure" Windows CE 6 and 7 systems (not tested though). Will not they really run under Windows Phone? -- Best regards, Fantomas ___ fpc-pascal ma

Re[2]: [fpc-pascal] More Win CE

2010-11-20 Thread Fantomas
al. There was large number of devices running under WM. Fotunately, there is a lot of ones so far. Maybe in the near future it will be worth to tend to the upcoming Bada platform of Samsung which allows to develope in C++? :) -- Best regards, Fantomas ___ f

Re[2]: [fpc-pascal] More Win CE

2010-11-20 Thread Fantomas
I can use bada IDE to code in C/C++. I am not very fond of Java and .Net. -- Best regards, Fantomas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal