Development of plugins

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Guest's Avatar

    Development of plugins

    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?
  • Zoë
    Team Scooter
    • Oct 2007
    • 2666

    #2
    Re: Development of plugins

    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.
    Zoë P Scooter Software

    Comment

    • Guest's Avatar

      #3
      Re: Development of plugins

      Thanks!!

      It works now...

      Comment

      Working...