<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>I have a external dll. In Windows i can access perfectly the procedures with<br>GetProcAddress() if i use Windows unit.<br><br>If i use DynLibs unit, prog crash when i try to load the procedure.<br>I prefer to use DynLibs unit because i want to use the dll for Linux too (of course with library.so).<br><br>I have try, in linux to access the procedure with DynLibs too but same crash than for Windows.<br>What must i do to access procedure with DynLibs ?<br><br>Many thanks.<br><br> </div></body>
</html>