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

can't ues same dll on one line

Place your requests for plugins here

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
Guest

can't ues same dll on one line

Post by Guest »

hi
I use win8.1 X86 and checked DLL or [dot]net.
when i use double same dll it tell me "load of plugin failed: loadLibray failed with #126"
Code like this
line1:$dll(bignum,1,1#2,123) $dll(bignum,1,1#2,1323)
line2:$dll(bignum,1,2#2,123) $dll(bignum,1,2#2,1323)
but
line1:$dll(bignum,1,1#2,123)
line2:$dll(bignum,1,2#2,123)
can use!
why?PLZ help me !Forgive me poor English~XD

ophero
Posts: 3
Joined: July 24th, 2015, 11:43 pm

Re: can't ues same dll on one line

Post by ophero »

anybody here? :cry:

ophero
Posts: 3
Joined: July 24th, 2015, 11:43 pm

Re: can't ues same dll on one line

Post by ophero »

Help~

dperrow
Plugin Author
Posts: 276
Joined: May 27th, 2011, 2:13 pm
Location: Stirling, Scotland

Re: can't ues same dll on one line

Post by dperrow »

Works okay in Win7 x64 lcdsmartie 5.4.2.92

is that the smartie version you ar using?

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

Re: can't ues same dll on one line

Post by limbo »

5.4.2.92

The
$dll(bignum,1,1#2,123) $dll(bignum,1,1#2,1323)
$dll(bignum,1,2#2,123) $dll(bignum,1,2#2,1323)

lines are working perfectly.
bignumtest.jpg
You do not have the required permissions to view the files attached to this post.

hydrolisk1792
Site Admin
Posts: 305
Joined: July 23rd, 2010, 8:32 pm
Location: Las Vegas, NV USA
Contact:

Re: can't ues same dll on one line

Post by hydrolisk1792 »

This will also still work in smartie 5.4 on windows 7 X64. I use this all the time on my winamp screens and some other unmentionable screens to remove some characters and replace them with others to get these customer displays to display proper bar graphs and other characters properly. Hope this helps mate.

ophero
Posts: 3
Joined: July 24th, 2015, 11:43 pm

Re: can't ues same dll on one line

Post by ophero »

limbo wrote:5.4.2.92

The
$dll(bignum,1,1#2,123) $dll(bignum,1,1#2,1323)
$dll(bignum,1,2#2,123) $dll(bignum,1,2#2,1323)

lines are working perfectly.
bignumtest.jpg
i try 5.4.2.92 & 5.4.2.92++ OS:win7 x64 cant work.

Did you ever get it to work mate?
You do not have the required permissions to view the files attached to this post.

hydrolisk1792
Site Admin
Posts: 305
Joined: July 23rd, 2010, 8:32 pm
Location: Las Vegas, NV USA
Contact:

Re: can't ues same dll on one line

Post by hydrolisk1792 »

ophero wrote:
limbo wrote:5.4.2.92

The
$dll(bignum,1,1#2,123) $dll(bignum,1,1#2,1323)
$dll(bignum,1,2#2,123) $dll(bignum,1,2#2,1323)

lines are working perfectly.
bignumtest.jpg
i try 5.4.2.92 & 5.4.2.92++ OS:win7 x64 cant work.
Mate, the only thing I can think of is maybe your .NET framework is messed up or maybe try removing the spaces between the strings...

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

Re: can't ues same dll on one line

Post by limbo »

There is something strange on the pic, the second dll call is translated to ? $dl[Dll which may case the problem.
Please check communication speed on your port and driver settings as well.


Last bumped by Anonymous on April 28th, 2017, 9:38 pm.

Post Reply