home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / ntcode / we32i30d / dllcall.zi_ / DC-TEST.WBT next >
Encoding:
Text File  |  1993-07-31  |  227 b   |  7 lines

  1. ; This WBT file merely tests the WIL DllCall function with a DLL provided
  2. ; in the Technical notes provided with this product.
  3. a=DllCall("DCTST16I.DLL","MYENTRYPOINT","It Worked! Really!")
  4. Message("Returned value",a)
  5.  
  6.