2008/2/11, Skybuck Flying <[EMAIL PROTECTED]>:
> I don't like lazarus so much :)
>
> I like Delphi 2007 IDE much better :)
What if FPC is re-built as a addon for Delphi 2007, and later on you
like Delphi 2009 more? ;)
-Marco
___
fpc-pascal maillist -
I don't like lazarus so much :)
I like Delphi 2007 IDE much better :)
Bye,
Skybuck.
What about Lazarus?
-Marco
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Michael Van Canneyt wrote:
On Mon, 11 Feb 2008, Skybuck Flying wrote:
Hello,
Delphi's compiler/linker is probably malfunctioning for uint64 types.
It would be nice if free pascal compiler/linker/debugger can be used as a
replacement.
So that I can still use the Delphi IDE.
To do that proba
What about Lazarus?
-Marco
2008/2/11, Michael Van Canneyt <[EMAIL PROTECTED]>:
>
>
> On Mon, 11 Feb 2008, Skybuck Flying wrote:
>
> > Hello,
> >
> > Delphi's compiler/linker is probably malfunctioning for uint64 types.
> >
> > It would be nice if free pascal compiler/linker/debugger can be used
Hello,
Delphi's compiler/linker is probably malfunctioning for uint64 types.
It would be nice if free pascal compiler/linker/debugger can be used as a
replacement.
So that I can still use the Delphi IDE.
To do that probably requires replacing some DLL.
Maybe like:
DCC.DLL or something like
Hi all,
This morning, when I was testing to upgrade FPC on productional server
to v.2.2, I found a strange error in TmySQL5Connection of FPC 2.2's
FCL-DB. Any queries that have 'sum' would result a 'field size = 0'
error message. The same exact query works fine on FPC 2.0. On CentOS4.
Mantis see
Ok,
I will open source my little IDE so other people can help with it. Or use it
in their own IDE.
For now I am looking for:
1. A replacement for RichEdit which has syntax highlighting for
pascal/delphi. Line numbers are a big plus.
2. Some help with a DLL/API interface/specification.
For
Hello,
Is there a special way to interface with the free pascal compiler, for
example via a DLL/API ?
Just use the compiler unit in your project.
I want to develop the IDE in Delphi 2007.
Is it still possible to interface via the compiler unit ???
Bye,
Skybuck.
Skybuck Flying schrieb:
> Hello,
>
> Is there a special way to interface with the free pascal compiler, for
> example via a DLL/API ?
Just use the compiler unit in your project.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.fr
Hello,
Is there a special way to interface with the free pascal compiler, for
example via a DLL/API ?
Or is an IDE supposed to interface via the FPC executable, command line
parameters, and input files and console output with possibly output
re-direction to files or so ?
For example, I bui
Hello,
I'd like to know if this is a known issue, or a new bug.
With the following code:
--
program tester;
type SomeType = ( SomeElem );
const ElemSet = [ SomeElem ];
begin
writeln(SomeElem in ElemSet);
writeln(SomeElem in (ElemSet + []));
end.
--
one g
Matt Emson wrote:
I don't think this guy actually listens to anything anyone says to
him. He always seems, to me, to be speaking to an audience, rather
than a discussion list.
Adios Sybuck Flying, added you to my ignore list ;-)
+1
Luiz
___
fpc-pa
On Mon, 11 Feb 2008, Skybuck Flying wrote:
> Hello,
>
> Delphi's compiler/linker is probably malfunctioning for uint64 types.
>
> It would be nice if free pascal compiler/linker/debugger can be used as a
> replacement.
>
> So that I can still use the Delphi IDE.
>
> To do that probably requi
If you wanna chat, use irc. (freenode - #fpc)
Using a mailinglist we force people to think about their problems before
they send mails about it. Thus they have to test their code before
sending it.
That makes it easier to follow, and improves the changes that people
will read the emails. (and ma
Hello again,
On Mon, 11 Feb 2008, Adam Naumowicz wrote:
Hello,
I'd like to know if this is a known issue, or a new bug.
With the following code:
--
program tester;
type SomeType = ( SomeElem );
const ElemSet = [ SomeElem ];
begin
writeln(SomeElem in ElemSet);
writeln(So
Hi !
I think it has been discussed before but I would like to use
Semaphores, to allow multiple reads but 1 write at once (which is in
fact commons operations in a multi-thread program).
My program must work under OSX/Nux and Windows.
I may have missed something but I can not find something
Nothing to download yet ? Oh :(
Bye,
Skybuck.
Then use it as a gateway to FPC :):):)
look at the crossfpc project. It does exactly that. Simon Kissel is the
head
of that project.
Michael.
___
fpc-pascal maillist - fpc-pascal@lists.freepasc
Op Mon, 11 Feb 2008, schreef Skybuck Flying:
Hello,
Is there a special way to interface with the free pascal compiler, for
example via a DLL/API ?
Just use the compiler unit in your project.
I want to develop the IDE in Delphi 2007.
Is it still possible to interface via the compiler unit
Peter Vreman wrote:
None the less very interesting example.
Problem is ofcourse FPC does not support the new Delphi 2007 features.
And the big question is how would you port this code to FPC ?
Please don't make _your_ problem our problem!!!
You knew beforehand that FPC doesn't support these
Oh by I do listen.
This mailing list has been most usefull to solving some of the problems :)
Thanks people ! =D
Bye,
Skybuck ;)
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
20 matches
Mail list logo