RE: [fpc-pascal] XML Programming..

2008-02-13 Thread erwinam2006
Michael, please send me that article and example about that. Thanks.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Van Canneyt Sent: Wednesday, February 13, 2008 4:32 PM To: FPC-Pascal users discussions Subject: RE: [fpc-pascal] XML Programming

Re: [fpc-pascal] atomic primitives for lock-free algorithms?

2008-02-13 Thread Dariusz Mazur
Marco Alvarado pisze: I'm reading about lock-free algorithms: http://en.wikipedia.org/wiki/Lock-free_algorithms#Implementation Is there a way to access those atomic primitives, but in a multiplatform manner? CAS=interlockedCompareExchange as in Microsoft API rest in unit classes Darek

Re: [fpc-pascal] New local-indexes support for sqldb

2008-02-13 Thread Jesus Reyes
--- Joost van der Sluis <[EMAIL PROTECTED]> escribió: > Hi all, > > fpc 2.3.1 and 2.2.1 now have local indexes support for sqldb. > (TBufDataset) > > I would like it if you can test if it works ok for you before we > release > fpc 2.2.2. > Maybe is not related to this feature but there seems

Re: [fpc-pascal] remote mysql connection

2008-02-13 Thread Wolfram Kläger
// Mattias Gaertner, 13.02.2008 19:51 >> plink ... -L 3306:127.0.0.1:3306 ... > > Maybe > plink ... -L 3306:server_name:3306 ... > > ? You mean 'localhost'? Fails, too. FPC still returns 'EDatabaseError, Server connect failed.' and in the plink window I see an additional 'Opening forwarded co

[fpc-pascal] Re: Changing the background of a radiobutton inside a groupbox

2008-02-13 Thread Felipe Monteiro de Carvalho
I found the problem ... I should have using SetWindowLong to change the wndproc of the GroupBox =) now it works... thanks, -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/lis

Re: [fpc-pascal] remote mysql connection

2008-02-13 Thread Mattias Gaertner
On Wed, 13 Feb 2008 19:20:59 +0100 Wolfram Kläger <[EMAIL PROTECTED]> wrote: > // Michael Van Canneyt, 12.02.2008 20:08 > > > > On Tue, 12 Feb 2008, Wolfram Kläger wrote: > > > >> I am trying to get access to a remote MySQL database via sqldb and > >> mysql50conn, ending up with 'EDatabaseErro

Re: [fpc-pascal] remote mysql connection

2008-02-13 Thread Leonardo M. Ram
, I doubt a shared hosting allows him to connect via SSH. Leonardo. --- Wolfram Kläger <[EMAIL PROTECTED]> wrote: > // Michael Van Canneyt, 12.02.2008 20:08 > > > > On Tue, 12 Feb 2008, Wolfram Kläger wrote: > > > >> I am trying to get access to a remote MySQL database via sqldb and > >>

Re: [fpc-pascal] remote mysql connection

2008-02-13 Thread Wolfram Kläger
// Michael Van Canneyt, 12.02.2008 20:08 > > On Tue, 12 Feb 2008, Wolfram Kläger wrote: > >> I am trying to get access to a remote MySQL database via sqldb and >> mysql50conn, ending up with 'EDatabaseError, Server connect failed.' ... > Make sure that > a) the mysql server is listening to remo

[fpc-pascal] Changing the background of a radiobutton inside a groupbox

2008-02-13 Thread Felipe Monteiro de Carvalho
Hello, I am having problems on a pure Win32 API test software (the real problem is something I'm tracking on the lazarus wince interface). I am trying to change the background color of a radiobutton inside a groupbox. If the radiobutton is put directly on the form, my code, which handles the WM_C

[fpc-pascal] atomic primitives for lock-free algorithms?

2008-02-13 Thread Marco Alvarado
I'm reading about lock-free algorithms: http://en.wikipedia.org/wiki/Lock-free_algorithms#Implementation Is there a way to access those atomic primitives, but in a multiplatform manner? Regards! -Marco ___ fpc-pascal maillist - fpc-pascal@lists.freepa

[fpc-pascal] Error, WinCE/ARM and inherit from TForm and IInterface.

2008-02-13 Thread zaher dirkey
Only when i try to compile for WinCE/ARM i have this error, Is that bug or i have a problem? -- type IMyInterface = interface(IInterface) ['{A51D99BE-9A99-4DFC-89D5-31FEFDC150E7}'] procedure MyUpdate(State: Boolean); end; TForm1 = class(TForm, IMyInterface) private public

RE: [fpc-pascal] XML Programming..

2008-02-13 Thread Michael Van Canneyt
On Wed, 13 Feb 2008, [EMAIL PROTECTED] wrote: > Should I use GUI ? couse I want to use ncurse for that.. > Btw, thanks for reply.. I will check that component No, you don't need a GUI. WST works on the command-line as well. About this also, I can send an article, if you want :-) Michael. >

RE: [fpc-pascal] XML Programming..

2008-02-13 Thread erwinam2006
Should I use GUI ? couse I want to use ncurse for that.. Btw, thanks for reply.. I will check that component -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Van Canneyt Sent: Wednesday, February 13, 2008 3:38 PM To: FPC-Pascal users discussions S

RE: [fpc-pascal] XML Programming..

2008-02-13 Thread Michael Van Canneyt
On Wed, 13 Feb 2008, [EMAIL PROTECTED] wrote: > Actually I want to change data beetwen application from .Net with my app in > FPC using web interface (webservices ?). Is there are an examples about that > ? If this is your goal, you don't need XML, you need WST (Web Services Toolkit). Look on t

Re: [fpc-pascal] XML Programming..

2008-02-13 Thread Damien Gerard
Le Feb 13, 2008 à 2:06 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED] > a écrit : Actually I want to change data beetwen application from .Net with my app in FPC using web interface (webservices ?). Is there are an examples about that ? May be take a look at this : http://wiki.freepascal.o

Re: [fpc-pascal] Skybuck's ODE approved by sourceforge :)

2008-02-13 Thread Skybuck Flying
Lol funny. Lot's of gui tweaks, it's *nice* :) That's the magic of Delphi :) Bye, Skybuck. Skybuck Flying ha scritto: Look in the subversion folder. Current version is 0.04 I gave a look. The only code I found there is: 94 procedure TForm1.FileListBox1Click(Sender: TObject); 95 begin