type   tfnSendMessage =function(hWnd :HWND):String;stdcall;
 Th :=LoadLibrary('DLLTEST.dll');
         if Th>0         then
          begin
              Tp :=GetProcAddress(Th,PChar('fnSendMessage'));
                if tp <>nil  then
我怎么得到的TP是空的,每次执行到最后一行就跳过去的,到底是什么地方错了阿