Hello everyone,
I want to implement the cpu_relax() function in order to use it inside
loops. However before, I would like to know if the fpc compiler is doing an
optimization of this kind.
Kinds regards, Matias.
___
fpc-pascal maillist - fpc-pascal@l
On Sun, Oct 29, 2017 at 5:28 PM, wrote:
> does the delphi conversion system convert those MMSystem calls
> to something else?
Now the converter just removes MMSystem from uses section.
I don't know how it should be converted. Maybe it should be left untouched.
> i remember seeing something abou
On 10/29/2017 07:07 AM, Juha Manninen wrote:
On Sun, Oct 29, 2017 at 2:53 AM, Cleverson Casarin Uliana
wrote:
Why some units like the mentioned MMSystem are
delivered with Lazarus but not with FPC?
MMSystem is not delivered with Lazarus. I don't know what you are writing about.
does the de
I've fallen into various traps with array of const before. I would
always recommend that:
1. Test the vType before accessing the argument value and raise an
exception if it is not what is expected. You are dealing with a free
union and the compiler may not always do what you expect it to.
2.
Em 29/10/2017 11:25, Marco van de Voort escreveu:
Reading your messages, I suspect your originally misconfigured FPC,
including only RTL, and not packages.
It's possible yes, thanks for the hint, will be more careful this time. :)
Cleverson
___
fpc-p
In our previous episode, Cleverson Casarin Uliana said:
> > MMSystem is delivered with fpc (at least with my current version: 3.0.4rc1).
> >
> Good to know, it wasn't the case some 3-4 years ago.
At least since 2005 (cvs->svn change)
Reading your messages, I suspect your originally misconfigure
Em 29/10/2017 09:47, Bart escreveu:
MMSystem is delivered with fpc (at least with my current version: 3.0.4rc1).
Good to know, it wasn't the case some 3-4 years ago.
Thank you all who answered.
Cleverson
___
fpc-pascal maillist - fpc-pascal@lists.f
On Sun, Oct 29, 2017 at 12:07 PM, Juha Manninen
wrote:
> On Sun, Oct 29, 2017 at 2:53 AM, Cleverson Casarin Uliana
> wrote:
>> Why some units like the mentioned MMSystem are
>> delivered with Lazarus but not with FPC?
>
> MMSystem is not delivered with Lazarus. I don't know what you are writing
On Sun, Oct 29, 2017 at 2:53 AM, Cleverson Casarin Uliana
wrote:
> Why some units like the mentioned MMSystem are
> delivered with Lazarus but not with FPC?
MMSystem is not delivered with Lazarus. I don't know what you are writing about.
Juha
___
fpc-p
On 2017-10-29 00:53, Cleverson Casarin Uliana wrote:
I was wondering if I must get
Lazarus again or the standalone FPC is enough.
If your programs don't rely on the VCL (Delphi's Visual Component
Library. ie: TButton, TForm etc), that means they shouldn't need to rely
on the LCL, so then only
Hello, beginer here:
Some years ago, I tried to port an old Delphi program to FreePascal, and
discovered I had to use the entire Lazarus and not FPC alone due to some
units missing, e.g. MMSystem. I then installed Lazarus and was able to
compile most of the software, but since it was mostly fo
11 matches
Mail list logo