On Tue, February 11, 2014 20:29, Fred van Stappen wrote:
>
>> It might be better to mention the necessary compiler options (-Mobjfpc
>> -Sh) or even better include them directly in the respective sources.
>>
>> In addition, compiling "uoslib.pas" results in "uoslib.dll", whereas you
>> try to load
> It might be better to mention the necessary compiler options (-Mobjfpc
> -Sh) or even better include them directly in the respective sources.
>
> In addition, compiling "uoslib.pas" results in "uoslib.dll", whereas you
> try to load uos.dll from libconsoleplay.pas.
Yep, sorry. But if you compi
On Tue, February 11, 2014 16:52, Fred van Stappen wrote:
.
.
> First download the source here :
>
>>> https://sites.google.com/site/fiensprototyping/uoslibtest.tar.gz
>
> Unzip it and in /uoslibtest/src :
>
> 1) Compile uoslib.pas (or uoslib.lpi) => it will create uos.dll in /src.
.
.
It might
On Tue, Feb 11, 2014 at 4:52 PM, Marco van de Voort wrote:
> In our previous episode, Mark Morgan Lloyd said:
> > If a method a.WriteBuff() is passed another method b.finish() as a
> > parameter, can it access b before calling finish(), or would this
> > require an explicit parameter?
> >
> > If
Hello.
Here next adventure of uos library...
I have good news for fpc. ;-)
I have try with a "hello world" 32bit library in Windows 7 64bit.
It works, a 32bit program can access a 32bit fpc library.
But i have bad news for me. :-(
I have try with uoslib, and try, and try, changing everything, b
Michael Van Canneyt wrote:
On Tue, 11 Feb 2014, Marco van de Voort wrote:
In our previous episode, Mark Morgan Lloyd said:
If a method a.WriteBuff() is passed another method b.finish() as a
parameter, can it access b before calling finish(), or would this
require an explicit parameter?
If yes
On Tue, 11 Feb 2014, Marco van de Voort wrote:
In our previous episode, Mark Morgan Lloyd said:
If a method a.WriteBuff() is passed another method b.finish() as a
parameter, can it access b before calling finish(), or would this
require an explicit parameter?
If yes, how?
tobject(tmethod(f
In our previous episode, Mark Morgan Lloyd said:
> If a method a.WriteBuff() is passed another method b.finish() as a
> parameter, can it access b before calling finish(), or would this
> require an explicit parameter?
>
> If yes, how?
tobject(tmethod(func).data)
__
If a method a.WriteBuff() is passed another method b.finish() as a
parameter, can it access b before calling finish(), or would this
require an explicit parameter?
If yes, how?
--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk
[Opinions above are the author's, not those of his employers
On Tue, 11 Feb 2014, Dimitrios Chr. Ioannidis wrote:
Hi,
the TThreadManager class has only the SemaphoreWait procedure and it
lacks the SemaphoreTimedWait function. But in the cthreads unit exists a
cSemaphoreTimedWait implementation.
Is there a problem with that function and didn't includ
Hi,
the TThreadManager class has only the SemaphoreWait procedure and it
lacks the SemaphoreTimedWait function. But in the cthreads unit exists a
cSemaphoreTimedWait implementation.
Is there a problem with that function and didn't included in the
TThreadManager class ?
I have some existed
>I have changed all cdecl into stdcall
but without luck...
>Did you change the calling convention for both the import and the
export
> code? (just a sidenote: on Linux you should use cdecl no
matter what ifnt >your library to be used by other languages
and
12 matches
Mail list logo