|
![]() Previous |
![]() Welcome |
![]() Next |
To build debug versions of the classes and native library:
nmakerelease versions:
nmake BUILD=retailPrebuilt binaries are in the 'sample' directory. Substitute 'debug' or 'retail' for 'sample' in the below instructions to run the versions you have built.
The dll must be somewhere on the path ("." will do). Set the current directory to the 'sample' directory:
cd sample
jview -cp:p .;demo demo.Main
jview -cp:p .;demo -a demo.Main
jview -cp:p . -a codebase=demo demo.Main
Remarks: This sample requires Internet Explorer 4.0
|