Our company uses SDL with good results in our cross-platform projects.
--
Regards,
- Graeme -
___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net
___
fpc-pascal maillist - f
You can use OpenAL or SDL...
2012/6/9 luciano de souza :
> Hello all,
>
> Bass is a very good library for sound playing and recording. However,
> it's not included as an standard feature of Freepascal. For whom wich
> wants to work with standard components, are there other options: (1)
> to play s
Hello all,
Bass is a very good library for sound playing and recording. However,
it's not included as an standard feature of Freepascal. For whom wich
wants to work with standard components, are there other options: (1)
to play sounds and (2) to record sounds?
Regards,
Luciano
___
- Original Message -
> From: Ludo Brands
> To: 'FPC-Pascal users discussions'
> Cc:
> Sent: Saturday, June 9, 2012 12:54 PM
> Subject: RE : [fpc-pascal] Currency symbol wrong location
>
>> This is as per doc?
>>
>> http://www.freepascal.org/docs-html/rtl/sysutils/format.html
>>
>>
> This is as per doc?
>
> http://www.freepascal.org/docs-html/rtl/sysutils/format.html
>
> FloatToStrF(Argument,ffGeneral,Precision,3)
>
> MCurrency format. the next argument in the var{Args}
> array must be a
> floating point value. The argument is converted to a decimal
> string using cu
In our previous episode, Leonardo M. Ram? said:
> Hi, I want to format a float number to currency. To do this, I use the Format
> function using the %m format, as this:
> Format('%m', [123.25]);
>I'm using Ubuntu 12.04 and my regional settings at configured to display "$
>1234.25", but I'm gett
On Sat, 9 Jun 2012, Leonardo M. Ramé wrote:
- Original Message -
From: Michael Van Canneyt
To: Leonardo M. Ramé ; FPC-Pascal users discussions
Cc:
Sent: Saturday, June 9, 2012 11:59 AM
Subject: Re: [fpc-pascal] Currency symbol wrong location
On Sat, 9 Jun 2012, Leonardo M. Ra
- Original Message -
> From: Leonardo M. Ramé
> To: FPC-Pascal users discussions
> Cc:
> Sent: Saturday, June 9, 2012 12:31 PM
> Subject: Re: [fpc-pascal] Currency symbol wrong location
>
> - Original Message -
>
>> From: Michael Van Canneyt
>> To: Leonardo M. Ramé ; FPC-Pa
- Original Message -
> From: Michael Van Canneyt
> To: Leonardo M. Ramé ; FPC-Pascal users discussions
>
> Cc:
> Sent: Saturday, June 9, 2012 11:59 AM
> Subject: Re: [fpc-pascal] Currency symbol wrong location
>
>
>
> On Sat, 9 Jun 2012, Leonardo M. Ramé wrote:
>
>> Hi, I want to
On Sat, 9 Jun 2012, Leonardo M. Ramé wrote:
Hi, I want to format a float number to currency. To do this, I use the Format
function using the %m format, as this:
Format('%m', [123.25]);
I'm using Ubuntu 12.04 and my regional settings at configured to display "$ 1234.25", but
I'm getting "12
in packages/fcl-image/src/fpinterpolation.inc when it calculates the
interpolated color it must initialize the value of the variable NewCol
with a quadruple of all zero but it actually uses colBlack which has
RGB set to zero but alpha is $. This is wrong. It makes it
impossible to scale any ima
Hi, I want to format a float number to currency. To do this, I use the Format
function using the %m format, as this:
Format('%m', [123.25]);
I'm using Ubuntu 12.04 and my regional settings at configured to display "$
1234.25", but I'm getting "123.25$", why is the money symbol at the right side
12 matches
Mail list logo