You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
623 B
23 lines
623 B
/*! \page trivial-nsplugin-example.html
|
|
\ingroup nsplugin-examples
|
|
|
|
\title Trivial Example
|
|
|
|
This example is trivial, and thus useful for
|
|
investigating problems you might have installing the
|
|
extension.
|
|
|
|
To build the example, you must first build the
|
|
\link netscape-plugin.html TQt Netscape Plugin Extension\endlink library.
|
|
Then type \c{make} in \c{extensions/nsplugin/examples/trivial/}
|
|
and copy the resulting \c{trivial.so} or \c{nptrivial.dll}
|
|
to the Plugins directory of your WWW browser.
|
|
|
|
<EMBED TYPE=trivial/very WIDTH=100 HEIGHT=100>
|
|
|
|
<hr>
|
|
Implementation:
|
|
|
|
\include trivial/trivial.cpp
|
|
*/
|