melchiorre caruso wrote:
> procedure TTestLibrary.TestBtnClick(Sender: TObject);<br>
> begin<br>
> &nbsp; LibHandle := LoadLibrary('thread2lib.dll');<br>
> &nbsp; CreateMyThreadFunc := GetProcedureAddress(LibHandle,
> 'CreateMyThread');<br>

Make sure your library actually loads...

> &nbsp; if Assigned(CreateMyThreadFunc) then<br>

... otherwise it won't enter this.


BTW, can you stop sending html messages?


Thanks!

--
Al

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to