CreatePlugins
Setup
- Extract the SDK zip and load the file "Epuper Plugin Tester.sln" with Visual Studio 2008 or Visual Basic Express .
- Include the reference on "Epuper Plugin Loader.dll" into the project with menu "Project" - "References..."
Development
- You can test the demo environment with the URL http://www.h-online.com/news/ .
- Now you can develop a plugin by yourself.
Create Plugin DLL
- Create a new project of type "class library". Name it "Epuper-Plugin <Url>".
- Add a reference to "Epuper Plugin Loader.dll" to the project.
- Copy the source of the ePuper plugin class from the test application into class1.vb of the "class library" project.
- Menu create -> "Epuper-Plugin Url.dll"
Use plugin
- Copy the plugin from {project dir}\bin\Release\ into the ePuper program directory,
- start ePuper again and
- voila, there it is...
Deutsch
English