Hello everybody,
are there units available to achieve GTKExtra from Free Pascal?
With regards,
Jan Jelowicki
[EMAIL PROTECTED]
-
If there is enough interest, I'm thinking of
creating/hosting a web site devoted to the development
of cross-platform games using FreePascal. This site
would host game downloads, tutorial, forums, libs,
community projects, and code contributed by FreePascal
Gaming Community (you).
I've written sev
Hi,
the new FPC CVS release of 29/11 forbids
delphi / kylix type of library use
eg
--
interface
function QObjectList_create: QObjectListH; cdecl; overload;
function QObjectList_create(li
On Thu, 2 Dec 2004, Den Jean wrote:
> Hi,
>
> the new FPC CVS release of 29/11 forbids
> delphi / kylix type of library use
>
> eg
>
> --
> interface
>
> function QObjectList_create:
>>2) This breaks a lot of existing code, especially bindings ( I will
>> need to move 3283 external directives in my qte binding)
>
> This is known, but can't be helped.
Simple solution: Put them in an include file. Also the interface
declarations for kylix. For FPC only use the include file w
On Thu, 2 Dec 2004, Peter Vreman wrote:
> >>2) This breaks a lot of existing code, especially bindings ( I will
> >> need to move 3283 external directives in my qte binding)
> >
> > This is known, but can't be helped.
>
> Simple solution: Put them in an include file. Also the interface
> de
[EMAIL PROTECTED] wrote:
1) This is not Delphi/Kylix compatible (just try to compile Qt.pas)
This is known, but is unfortunately unavoidable. Delphi/Kylix uses an
internal linker and can therefore solve this problem. FPC has to use an
external linker, and therefore the assembler label must be fi