On 01/28/2014 12:26 PM, Jonas Maebe wrote:
On 28 Jan 2014, at 18:13, Andrew Haines wrote:
I want to use c "interfaces" exposed as structs in fpc as interfaces. In
particular I'm converting the OpenSLES header file to fpc.
If they are exposed as structs, you should translate them into reco
On Tue, 28 Jan 2014, Marcos Douglas wrote:
Hi,
FPCUnit has support for threads test? If yes, do you have an example?
No, it does not.
Michael.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman
Hi,
FPCUnit has support for threads test? If yes, do you have an example?
Regards,
Marcos Douglas
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On 28 Jan 2014, at 18:13, Andrew Haines wrote:
> I want to use c "interfaces" exposed as structs in fpc as interfaces. In
> particular I'm converting the OpenSLES header file to fpc.
>
> Here's an example of an exported struct:
> struct SLPlayItf_ {
> SLresult (*SetPlayState) (
>
2014-01-28 Michael Van Canneyt
>
> On Mon, 27 Jan 2014, silvioprog wrote:
>
>> 2014-01-27 Michael Van Canneyt
>> On Mon, 27 Jan 2014, silvioprog wrote:
>> 2014-01-26 Michael Van Canneyt
>> On Sun, 26 Jan 2014, silvioprog wrote:
>> Hell
Hi,
I want to use c "interfaces" exposed as structs in fpc as interfaces. In
particular I'm converting the OpenSLES header file to fpc.
Here's an example of an exported struct:
struct SLPlayItf_ {
SLresult (*SetPlayState) (
SLPlayItf self,
SLuint32 state
I checked my code again and I found I did post after I check the
blob/memo field values.
I think it is probably a bug, rather than a feature as all fields
should be the same: values get updated even without calling post.
Yes, I agree.
As I wrote I will look at it ... if I find smart solut
Am 28.01.2014 12:29, schrieb luciano de souza:
Hello all,
JSON is a very easy format to handle with Freepascal. However, the
output is not so readable when the number of registers increase. An
example of it is:
[snip]
s.text := r.AsJson;
s.SavetoFile('test.txt');
[snip]
The corresponding out
On Tue, 28 Jan 2014, luciano de souza wrote:
Hello all,
JSON is a very easy format to handle with Freepascal. However, the
output is not so readable when the number of registers increase. An
example of it is:
[snip]
The corresponding output is:
{ "people" : [{ "name" : "Luciano de Souza"
Hello all,
JSON is a very easy format to handle with Freepascal. However, the
output is not so readable when the number of registers increase. An
example of it is:
program test;
{$mode objfpc}{$H+}
uses
classes, fpjson;
var
r, j: TJSONObject;
a: TJSONArray;
s: TStringlist;
BEGIN
s := TStringli
Hello Jürgen,
On 27/01/14 17:50, Jürgen Hestermann wrote:
[...]
>
> I recently had a similar problem and solved it this way:
> With
>
> ---
> type FlagType = (FlagA,
> FlagB,
> FlagC,
> FlagD,
>
On Mon, 27 Jan 2014, silvioprog wrote:
2014-01-27 Michael Van Canneyt
On Mon, 27 Jan 2014, silvioprog wrote:
2014-01-26 Michael Van Canneyt
On Sun, 26 Jan 2014, silvioprog wrote:
Hello,
Conforms issue #16043
12 matches
Mail list logo