PDA

View Full Version : Development of plugins


10-Aug-2004, 02:07 AM
I use Borland C++Builder 6. I can compile the SampleViewer without problems but when I try to start BC it always tells me:
"Plug-In "MyViewer.bcp" kann nicht geladen werden:
Datei scheint kein gültiges Beyond Compare Plug-In zu sein."

How can I find out what's wrong?

Craig
10-Aug-2004, 09:10 AM
That error means that BC wasn't able to find the GetBCPluginInfo export. We don't use C++Builder here, so I can't give specific directions, but you need to export at least the GetBCPluginInfo and GetBCViewerInfo functions to have a usable plugin.

10-Aug-2004, 10:04 AM
Thanks!!

It works now...