LB Booster
General >> General Board >> Help to make this run on LBB. http://lbb.conforums.com/index.cgi?board=general&action=display&num=1454379856 Help to make this run on LBB.
Post by SarmedNafi on Feb 2nd, 2016, 01:24am
regards
Re: Help to make this run on LBB.
Post by RNBW on Feb 2nd, 2016, 10:38am
Hi
I've installed WMLiberty into LBB and into LB4.5.
The code works with LB4.5 but not with LBB (comes up with error "No such DLL function SetWMhandler at line 95").
Richard does state that WMLiberty may not be fully compatible with LBB. You have probably hit one of the incompatibilities.
If Richard is monitoring he may wish to comment or you could email him and ask the question. Re: Help to make this run on LBB.
Post by SarmedNafi on Feb 2nd, 2016, 2:28pm
Thank you RNBW, Thank you very much.
Re: Help to make this run on LBB.
Post by Richard Russell on Feb 2nd, 2016, 4:00pm
I can't allow that comment to go uncorrected (so well done for forcing me out of my exile again!).
The mouse wheel code runs fine in LBB (at least it does here), indeed it's one of the many test programs I run every time I release a significant upgrade to LBB.
Quote:
Richard does state that WMLiberty may not be fully compatible with LBB.
Whilst that's true, the error message "No such DLL function" cannot arise from that cause. It simply means the DLL wasn't found (you probably copied it into the wrong directory).
Richard. Re: Help to make this run on LBB.
Post by RobM on Feb 2nd, 2016, 6:49pm
I use that code in my program so I can confirm it works in LBB on all current Windows versions.
Re: Help to make this run on LBB.
Post by RNBW on Feb 2nd, 2016, 6:51pm
Richard
Thanks for replying. As you know, I'm not trying to put LBB down. I put WMLiberty.dll in the root directory of LBB. I ran the program and it came up with the error. I've also put WMLiberty.dll in the System32 folder, with the other dlls. Same result. I've even tried it in the BB4W directory.
Which directory should I put it in to work?
Re: Help to make this run on LBB.
Post by RobM on Feb 2nd, 2016, 6:53pm
Put it in the same folder as the .bas file you are running.
Re: Help to make this run on LBB.
Post by RNBW on Feb 2nd, 2016, 7:15pm
Quote:
Posted by: RobM Posted on: 02/02/16 at 7:49pm I use that code in my program so I can confirm it works in LBB on all current Windows versions.
Thank you RobM. I've done as you suggested and can confirm that the code DOES work with LBB.
SarmedNafi and Richard Russell: My apologies. I gave you duff information.
Re: Help to make this run on LBB.
Post by Richard Russell on Feb 2nd, 2016, 8:09pm
I've also put WMLiberty.dll in the System32 folder, with the other dlls.
Presumably you're running a 64-bit edition of Windows, so that's not the right place. It should have been C:\Windows\SysWOW64\ (with the other 32-bit DLLs).
Back to my corner....
Richard. Re: Help to make this run on LBB.
Post by RNBW on Feb 2nd, 2016, 10:20pm
Richard
As usual you are correct. My computer is 64-bit and placing WMLiberty.dll in C:\Windows\SysWOW64\ (with the other 32-bit DLLs) does the job and the code works perfectly.
Please come out of that corner. You'll be very well received on this forum.
Re: Help to make this run on LBB.
Post by SarmedNafi on Feb 2nd, 2016, 11:27pm
Thanks to all of you,
Have you noticed how graphic box of LBB worked better than LB. When we moved the scroll bars the page ran at once, there is no try and error.