Discuss anything to do with plugins
Moderators: _X7JAY7X_ , caesar , IFR , mattcro , limbo
whizz
Posts: 28 Joined: March 29th, 2005, 1:51 pm
Post
by whizz » May 1st, 2005, 7:42 pm
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 » May 1st, 2005, 8:46 pm
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 » May 2nd, 2005, 3:03 pm
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 » May 4th, 2005, 9:39 am
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:
returns
clansley
Site Admin
Posts: 104 Joined: February 13th, 2005, 5:09 pm
Location: UK
Contact:
Post
by clansley » May 4th, 2005, 11:04 am
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 » May 4th, 2005, 3:23 pm
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 » May 4th, 2005, 7:51 pm
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_ » May 4th, 2005, 8:55 pm
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 » May 4th, 2005, 9:21 pm
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.