home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 14 / IOPROG_14.ISO / soft / sdkjava / sdkjava.exe / SDKJava.cab / Samples / CustDoc / rect / readme.txt < prev    next >
Encoding:
Text File  |  1998-03-05  |  350 b   |  12 lines

  1. This is what you do to build binaries of the files in the RECT directory:
  2.  
  3. 1) Compile the C source
  4.     cl /LD RectMarshaler.c /I..\..\..\include ..\..\..\lib\i386\msjava.lib user32.lib ole32.lib RectMarshaler.def
  5.  
  6. 2) Compile the Java source
  7.     jvc RectMarshaler.java
  8.  
  9. 3) Copy files to run location
  10.     copy *.dll ..\rundir
  11.     copy *.class ..\rundir
  12.