<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello.<br><br>Here next adventure of uos library...<br><br>I have good news for fpc. ;-)<br>I have try with a "hello world" 32bit library in Windows 7 64bit.<br>It works, a 32bit program can access a 32bit fpc library.<br><br>But i have bad news for me. :-(<br><br>I have try with uoslib, and try, and try, changing everything, but still same error message:<br>Program received signal SIGSEGV, Segmentation fault. <br>0x10002cf0 in SYSTEM_$$_CPUINCLOCKED$LONGINT () from c:\uoslibwin\src\uos.dll <br><br>I do not see the solution.<br><br>If a brave heart could try it, he will be my hero. ;-)<br><br>This is very easy.<br>All is included, you dont have to install anything...<br><br>First download the source here :<br><br>>> https://sites.google.com/site/fiensprototyping/uoslibtest.tar.gz<br><br>Unzip it and in /uoslibtest/src :<br><br>1) Compile uoslib.pas (or uoslib.lpi) => it will create uos.dll in /src.<br>2) Compile and run libconsoleplay.pas (or libconsoleplay.lpi) => it will test the library.<br><br>For me, it works if i compile both library and example with fpc 64 bit.<br>But it crash if i compile both library and example with fpc 32 bit.<br><br>In /src there is also unitconsoleplay.pas (and unitconsoleplay.lpi).<br>This program uses directly uos-unit, not via uoslib library.<br>And, this one on Windows 7 64bit, works compiled with fpc 32bit...<br><br>Many thanks.<br>Fred.<br><br>                                    </div></body>
</html>