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:
I have 4 versions of llb32.dll on my computer ALL of them are the exactly the same. Their details are:
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...
LLB32.dll error in ReportPro 2.30a
-
- Posts: 248
- Joined: Fri Oct 14, 2016 7:09 am
LLB32.dll error in ReportPro 2.30a
You probably need to register it, it's an ActiveX.
Nick
Nick
LLB32.dll error in ReportPro 2.30a
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
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
The Netherlands
robert@xsharp.eu
LLB32.dll error in ReportPro 2.30a
Nick,
No this is not an ActiveX. It is loaded with LoadLibrary() and then 3 functions are called with GetProcAddress() and PCall().
Robert
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
The Netherlands
robert@xsharp.eu
-
- Posts: 248
- Joined: Fri Oct 14, 2016 7:09 am
LLB32.dll error in ReportPro 2.30a
Ok, never actually used LLB, but the other LightLib dlls do need registering I believe.
Nick
Nick
-
- Posts: 248
- Joined: Fri Oct 14, 2016 7:09 am
LLB32.dll error in ReportPro 2.30a
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
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
-
- Posts: 60
- Joined: Tue Oct 11, 2016 8:56 pm
- Location: UK
LLB32.dll error in ReportPro 2.30a
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
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
LLB32.dll error in ReportPro 2.30a
Thanks very much Leigh! That was the answer. Many thanks. Makes you wonder why those files are not included in the original download....