LLB32.dll error in ReportPro 2.30a

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
Anonymous

LLB32.dll error in ReportPro 2.30a

Post by Anonymous »

Hi again, I'm trying to put a graph on a report using ReportPro 2.30a, and when I try to I get the following error:
RP230 error.JPG
RP230 error.JPG (15.32 KiB) Viewed 328 times
I have 4 versions of llb32.dll on my computer ALL of them are the exactly the same. Their details are:
llb32.JPG
llb32.JPG (41.04 KiB) Viewed 328 times
I'm assuming it's the wrong version, does anyone know where I can get the correct version please?

PS It also appears LABELS.SYS is missing also...
NickFriend
Posts: 248
Joined: Fri Oct 14, 2016 7:09 am

LLB32.dll error in ReportPro 2.30a

Post by NickFriend »

You probably need to register it, it's an ActiveX.

Nick
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

LLB32.dll error in ReportPro 2.30a

Post by robert »

Jeff,

You say you have 4 DLLs on your computer. That is actually not really relevant. Is one of these DLLs in the apps folder or in the path ?

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

LLB32.dll error in ReportPro 2.30a

Post by robert »

Nick,

No this is not an ActiveX. It is loaded with LoadLibrary() and then 3 functions are called with GetProcAddress() and PCall().

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
BiggyRat

LLB32.dll error in ReportPro 2.30a

Post by BiggyRat »

Yes Robert.
NickFriend
Posts: 248
Joined: Fri Oct 14, 2016 7:09 am

LLB32.dll error in ReportPro 2.30a

Post by NickFriend »

Ok, never actually used LLB, but the other LightLib dlls do need registering I believe.

Nick
BiggyRat

LLB32.dll error in ReportPro 2.30a

Post by BiggyRat »

No other ideas?
NickFriend
Posts: 248
Joined: Fri Oct 14, 2016 7:09 am

LLB32.dll error in ReportPro 2.30a

Post by NickFriend »

The error says "while loading imaging library". That will be LLI32.dll, so presumably it's getting to the stage of starting to load that library. You could try searching for that and see if anything looks wrong.

Otherwise maybe use the old dependency walker program to see if that sheds any light (though if these libraries are loaded with LoadLibrary internally, they may not show up).

Nick
leighproman
Posts: 60
Joined: Tue Oct 11, 2016 8:56 pm
Location: UK

LLB32.dll error in ReportPro 2.30a

Post by leighproman »

Just tried this with my ReportPro 2.30a and got the same result.

Then tried in ReportPro 2.16 and up popped the Graph Wizard.

Then noticed that DLL wasn't in my 2.30a folder so copied the following 4 files from the 2.16 folder to the 2.30a folder and I could then get to the Graph Wizard:
llb32.dll
lli32.dll
llo32.dll
labels.sys
BiggyRat

LLB32.dll error in ReportPro 2.30a

Post by BiggyRat »

Thanks very much Leigh! That was the answer. Many thanks. Makes you wonder why those files are not included in the original download....
Post Reply