Re: [fpc-pascal] Poss FPC Bug

2010-04-06 Thread Justin Smyth
Guys I need some help here , can some shed some light on this issue ? I've got my own test dll with this function declared as an export function GetCLSID(clsid:TGUID):Integer;stdcall; begin clsid := TESTGUID; Result := S_OK; end; My testguid = '{3F5A62E1-1112-1100-A075-CC7364CAE42A}' and

Re: [fpc-pascal] Dosemu problems compiling

2010-04-06 Thread John Coppens
On Mon, 5 Apr 2010 21:38:33 +0200 Jonas Maebe wrote: > > Anyone had a similar experience? > > As the DosEMU output says: "ERROR: Please report the contents of > ~/.dosemu/boot.log at > http://sourceforge.net/tracker/?atid=457447&group_id=49784&func=browse"; > > This is a bug in DosEMU. I've re

Re: [fpc-pascal] CLX is returning to Delphi 2011

2010-04-06 Thread Michael Van Canneyt
On Tue, 6 Apr 2010, Marco van de Voort wrote: In our previous episode, Michael Van Canneyt said: But the best possible solution (everything everywhere 100% native) is simply not realistic from a business perspective. Why not? Lazarus does it. 1) Lazarus is not a sold product. Moreover si

Re: [fpc-pascal] CLX is returning to Delphi 2011

2010-04-06 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said: > > But the best possible solution (everything everywhere 100% native) is simply > > not realistic from a business perspective. > > Why not? Lazarus does it. 1) Lazarus is not a sold product. Moreover since it took like 13 years to get here, I t

Re: [fpc-pascal] CLX is returning to Delphi 2011

2010-04-06 Thread Michael Van Canneyt
On Tue, 6 Apr 2010, Marco van de Voort wrote: In our previous episode, Michael Van Canneyt said: In our previous episode, Michael Van Canneyt said: Well, It is the least work for them. Except that they'll have a HUGE amount of bugs to fix, if you look at the FreeCLX bugtracker on sourceforge

Re: [fpc-pascal] CLX is returning to Delphi 2011

2010-04-06 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: > > > >From a screenshot on the following page, it shows a "Delphi Prism > > Mono" project type. So I guess Delphi Prism 2010 explicitly targets > Mono too. That's just me guessing, based on a screenshot - I have > never actually used any Delphi s

Re: [fpc-pascal] CLX is returning to Delphi 2011

2010-04-06 Thread Graeme Geldenhuys
On 6 April 2010 14:33, Marco van de Voort wrote: > > Does Prism explicitely target Mono, or is it merely possible to DIY? >From a screenshot on the following page, it shows a "Delphi Prism > Mono" project type. So I guess Delphi Prism 2010 explicitly targets Mono too. That's just me guessing, b

Re: [fpc-pascal] CLX is returning to Delphi 2011

2010-04-06 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said: > > In our previous episode, Michael Van Canneyt said: > >> Well, It is the least work for them. > >> Except that they'll have a HUGE amount of bugs to fix, if you look at the > >> FreeCLX bugtracker on sourceforge :-) > > > > FreeCLX was afaik bas

Re: [fpc-pascal] CLX is returning to Delphi 2011

2010-04-06 Thread Michael Van Canneyt
On Tue, 6 Apr 2010, Marco van de Voort wrote: In our previous episode, Michael Van Canneyt said: Well, It is the least work for them. Except that they'll have a HUGE amount of bugs to fix, if you look at the FreeCLX bugtracker on sourceforge :-) FreeCLX was afaik based on K1, and K2..K3 fol

Re: [fpc-pascal] CLX is returning to Delphi 2011

2010-04-06 Thread Graeme Geldenhuys
On 6 April 2010 14:24, dmitry boyarintsev wrote: > Does Embarcadero offer 2 different way of cross-platform development. I would say one way only... read further to see why. > Delphi Prism (XDelphi?) with its Mono .Net based development and Delphi Prism is not developed by Embarcadero, that's

Re: [fpc-pascal] CLX is returning to Delphi 2011

2010-04-06 Thread Marco van de Voort
In our previous episode, dmitry boyarintsev said: > Does Embarcadero offer 2 different way of cross-platform development. > > Delphi Prism (XDelphi?) with its Mono .Net based development and Does Prism explicitely target Mono, or is it merely possible to DIY? _

Re: [fpc-pascal] CLX is returning to Delphi 2011

2010-04-06 Thread dmitry boyarintsev
Does Embarcadero offer 2 different way of cross-platform development. Delphi Prism (XDelphi?) with its Mono .Net based development and Delphi 2011 with new CLX? thanks, dmitry ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.free

Re: [fpc-pascal] CLX is returning to Delphi 2011

2010-04-06 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said: > Well, It is the least work for them. > Except that they'll have a HUGE amount of bugs to fix, if you look at the > FreeCLX bugtracker on sourceforge :-) FreeCLX was afaik based on K1, and K2..K3 followed, and maybe some post K3 development. I do

Re: [fpc-pascal] CLX is returning to Delphi 2011

2010-04-06 Thread Graeme Geldenhuys
On 6 April 2010 12:02, Michael Van Canneyt wrote: > > Well, It is the least work for them. > Except that they'll have a HUGE amount of bugs to fix, if you look at the > FreeCLX bugtracker on sourceforge :-) Definately! I just told somebody else on another mailing list that wanted to use the curre

Re: [fpc-pascal] CLX is returning to Delphi 2011

2010-04-06 Thread Michael Van Canneyt
Well, It is the least work for them. Except that they'll have a HUGE amount of bugs to fix, if you look at the FreeCLX bugtracker on sourceforge :-) In each case, the decision for remote debugging is IMHO fatal. I would never want to work like that; it simply is not practical. Michael. On T

[fpc-pascal] CLX is returning to Delphi 2011

2010-04-06 Thread Graeme Geldenhuys
It seems Embarcadero is staying with Qt and CLX. According to the following web page: http://www.blaisepascal.eu/index.php?actie=./lazarus_dutch_event --- About Delphi 2011: According to Michael Rozlog [Delphi product manager] in his Delphi Podcast interview: Fu

Re: [fpc-pascal] Inotify low-level functions

2010-04-06 Thread Marco van de Voort
In our previous episode, Micha? 'rysiek' =?utf-8?q?_Wo=C5=BAniak?=" said: > Some time ago (2 years, actually) I needed to implement inotify support for > FPC; never got around to contributing... well, the time has come. :) > > As far as I can tell, the Inotify Linux kernel interface hasn't got de