melchiorre caruso wrote:
> procedure TTestLibrary.TestBtnClick(Sender: TObject);<br>
> begin<br>
> LibHandle := LoadLibrary('thread2lib.dll');<br>
> CreateMyThreadFunc := GetProcedureAddress(LibHandle,
> 'CreateMyThread');<br>
Make sure your library actually loads...
> 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