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

Round plugin support

Discuss anything to do with plugins

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
whizz
Posts: 28
Joined: March 29th, 2005, 1:51 pm

Post by whizz »

It doesn't seem to work...

I get this error (translated) :

Load of plugin failed: LoadLibrary failed with #126: Cannot find the given module

IFR
Plugin Author
Posts: 201
Joined: April 6th, 2005, 12:59 am
Location: Canada
Contact:

Post by IFR »

Just tested and works fine for me.

You need .NET framework. Grab it at microsoft website

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

Post by limbo »

whizz wrote:It doesn't seem to work...

I get this error (translated) :

Load of plugin failed: LoadLibrary failed with #126: Cannot find the given module

Install the latest .NET Framework

whizz
Posts: 28
Joined: March 29th, 2005, 1:51 pm

Post by whizz »

:roll: Ok, I've installed the .net framework, no error anymore, but it doesn't seem to work correct.
It just seems to delete the . in a numer.

For example:

Code: Select all

$dll(round.dll,1,45.2823,0)
returns

Code: Select all

452823

clansley
Site Admin
Posts: 104
Joined: February 13th, 2005, 5:09 pm
Location: UK
Contact:

Post by clansley »

AFAIK: In some locales (mostly European?) the '.' is used seperate thousands and ',' used to seperate the decimal part: so we would write 10,000.99 but they would have 10.000,99

Could this be related to your issue? [This is one area of LCD Smartie that needs some work...]

whizz
Posts: 28
Joined: March 29th, 2005, 1:51 pm

Post by whizz »

Could be the problem, although I've tried a . and a , (the . should be allright, but here in Holland we do use the , do separate the decimal part, so that could be the problem ) :(

IFR
Plugin Author
Posts: 201
Joined: April 6th, 2005, 12:59 am
Location: Canada
Contact:

Post by IFR »

using the comma wont work because LCDSmartie interpret it as a param delimiter. You can try to change your decimal symbol in the "numbers" tab of regional Options(which can be found in your control panel).

_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

Clansley, IFR has a good point, dont know how feasible this it, but the delimiter in LCD smartie should be a character that you would never use.

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

Post by limbo »

Adapted from "README" file
KNOWN BUGS
----------
May experienced error when the decimal sing is comma (depending on system "LOCALE")
But the code you supplied seems to be OK...

Give some time to check the dll code again. I hope to make something with this and release a new version. :)

Post Reply