Re: [fpc-pascal] MSEide+MSEgui SourceForge -> BerliOS

2010-02-06 Thread Rainer Stratmann
http://en.wikipedia.org/wiki/Switzerland Am Saturday 06 February 2010 20:51:09 schrieb Zaher Dirkey: > On Fri, Feb 5, 2010 at 3:25 PM, Martin Schreiber wrote: > > On Friday 05 February 2010 14:11:03 Anthony Walter wrote: > > > I don't understand. Would you care to explain what restrictions > > >

Re: [fpc-pascal] MSEide+MSEgui SourceForge -> BerliOS

2010-02-06 Thread Martin Schreiber
On Saturday 06 February 2010 20:51:09 Zaher Dirkey wrote: > Can i ask What is your country? > CH. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] MSEide+MSEgui SourceForge -> BerliOS

2010-02-06 Thread Zaher Dirkey
On Fri, Feb 5, 2010 at 3:25 PM, Martin Schreiber wrote: > On Friday 05 February 2010 14:11:03 Anthony Walter wrote: > > I don't understand. Would you care to explain what restrictions > > SourceForge places on its users? I am curious. > > Please read: > > http://sourceforge.net/blog/clarifying-so

Re: [fpc-pascal] Component Writing - Registering Components with the widget set

2010-02-06 Thread Mattias Gaertner
This is a fpc list. Please put lazarus question on the lazarus list or forum. On Fri, 5 Feb 2010 07:55:41 +1100 "Justin Smyth" wrote: > Can someone help here , if i have my own custom component thats got a > container that has a base class of TCustomControl does one need to register > it on th

Re: [fpc-pascal] Component Writing - Registering Components with the widget set

2010-02-06 Thread Zaher Dirkey
On Thu, Feb 4, 2010 at 10:55 PM, Justin Smyth wrote: > Can someone help here , if i have my own custom component thats got a > container that has a base class of TCustomControl does one need to register > it on the widget level ? do i just use WSRegisterCustomControl and write my > own setters an

Re: [fpc-pascal] error while compiling

2010-02-06 Thread Jonas Maebe
On 06 Feb 2010, at 09:21, dayat wrote: > I have a function ftest located in library program (dll). > > function ftest(Param: PWideChar): PWideChar; stdcall; export; > > And will call them with a program with use: > > function ftest(Param: PWideChar): PWideChar; stdcall; external 'test.dll'; >

[fpc-pascal] error while compiling

2010-02-06 Thread dayat
Dear, I have a function ftest located in library program (dll). function ftest(Param: PWideChar): PWideChar; stdcall; export; And will call them with a program with use: function ftest(Param: PWideChar): PWideChar; stdcall; external 'test.dll'; while compiling to exe, I got error like this: C