Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

VB .net

Discussing issues that occur during plugin development.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
optikal
Posts: 5
Joined: December 7th, 2005, 6:20 pm

VB .net

Post by optikal »

I compiled the example vbdotnetplugin from the sourceforge site for vb.net.
When I use $dll(vbdotnetplugin,1,hello,there) it shows a msgbox saying:

Load of plugin failed: Bridge Init for vbdotnetplugin.dll failed with :Plugin does not contain a type of vbdotnetplugin.LCDSmartie


Any ideas?

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Check your program directory for the DNBridge.dll

Also take a look here:
http://www.lansley.co.uk/forum/phpBB2/v ... ugin+error

optikal
Posts: 5
Joined: December 7th, 2005, 6:20 pm

Post by optikal »

Thanks, I checked I had all that stuff from both posts and I do.
The LCD displays Dll: No Bridge Func]

I don't have a problem with any other plugins. Just the custom one from the sourceforge vbdotnetplugin example compiled.

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Here is a new Sample project (created using vb.NET 2005).

Can you test this one? :smt024

optikal
Posts: 5
Joined: December 7th, 2005, 6:20 pm

Post by optikal »

limbo wrote:Here is a new Sample project (created using vb.NET 2005).

Can you test this one? :smt024
worked perfect. thanks a lot.

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

No problem,E-mail me if you need extra info or anything :wink:

Post Reply