Sorry, I didn't notice new revision!
Jussi
On Wed, Jun 23, 2010 at 20:50, Jussi Lahtinen wrote:
> Valgrind doesn't tell much... Does strace, ltrace, or?, logs help you?
>
> Jussi
>
>
> On Sun, Jun 20, 2010 at 19:54, Jussi Lahtinen
> wrote:
>> To my surprise this bug seems to need specific ear
Valgrind doesn't tell much... Does strace, ltrace, or?, logs help you?
Jussi
On Sun, Jun 20, 2010 at 19:54, Jussi Lahtinen wrote:
> To my surprise this bug seems to need specific earlier conditions.
> I managed to isolate those conditions, see attachments.
>
> Jussi
>
>
> 2010/6/19 Benoît Minis
To my surprise this bug seems to need specific earlier conditions.
I managed to isolate those conditions, see attachments.
Jussi
2010/6/19 Benoît Minisini :
>> Hi!
>> Here is the problem:
>>
>> Declaration in C:
>> void Lib_initr(void)
>> (I also tested void Lib_initr() with same result)
>>
>> I
> Hi!
> Here is the problem:
>
> Declaration in C:
> void Lib_initr(void)
> (I also tested void Lib_initr() with same result)
>
> In Gambas:
> Public Extern Lib_initr() In "libMlpp"
>
> And this raises error:
> Lib_initr()
> Type mismatch: Wanted Void, got Integer instead
>
> Ubuntu 10.04 64bit
Hi!
Here is the problem:
Declaration in C:
void Lib_initr(void)
(I also tested void Lib_initr() with same result)
In Gambas:
Public Extern Lib_initr() In "libMlpp"
And this raises error:
Lib_initr()
Type mismatch: Wanted Void, got Integer instead
Ubuntu 10.04 64bit, Gambas3 revision 3016
Juss