I just got back to this problem now. Yes, changing it to a while loop fixed the
little bug and cleans things up in the translation for sure. Thanks for the tip.
> On Oct 24, 2016, at 3:20 AM, Bernd Oppolzer
> wrote:
>
> int pnpoly (int nvert, float *vertx, float *verty, float testx, float test
On Mon, October 24, 2016 5:20 am, José Mejuto wrote:
> El 24/10/2016 a las 1:40, Lars escribió:
>
>
>> Hi, what is the status of automated conversion tools? Last I remember
>> reading about them was when I read a delphi page on how to convert
>> header files. Are you saying that nowadways you can
I previously wrote:
>
>> Are you saying that nowadways you can actually convert
>> plain C code to fpc,
Found this too:
http://c2pas.sourceforge.net/
It says it can convert a large portion, but not all, obviously
___
fpc-pascal maillist - fpc-pascal@
On Mon, October 24, 2016 8:00 pm, Lars wrote:
> I previously wrote:
>
>>
>>> Are you saying that nowadways you can actually convert
>>> plain C code to fpc,
>
> Found this too:
>
>
> http://c2pas.sourceforge.net/
>
And there is also this interesting find:
http://cc.embarcadero.com/item/26951
(C
Dňa 24.10.2016 o 13:10 José Mejuto napísal(a):
El 24/10/2016 a las 8:17, LacaK escribió:
I'm not "sure" because if the flag does not tell us nothing (no IN, no
OUT) I do not know if there is a "default behavior" except the "ByRef"
flag and both "constref" and "var" are "ByRef".
I have found:
h
El 24/10/2016 a las 1:40, Lars escribió:
Hi, what is the status of automated conversion tools? Last I remember
reading about them was when I read a delphi page on how to convert header
files. Are you saying that nowadways you can actually convert plain C code
to fpc, not just header files but al
El 24/10/2016 a las 8:17, LacaK escribió:
I'm not "sure" because if the flag does not tell us nothing (no IN, no
OUT) I do not know if there is a "default behavior" except the "ByRef"
flag and both "constref" and "var" are "ByRef".
I have found:
https://msdn.microsoft.com/en-us/library/windows/