Page 1 of 1

Weird run time error

Posted: Wed Nov 29, 2006 4:45 pm
by FRED_EMMERICH_(Guest)
When trying to preview a report on a notebook PC (all the R&R is on a network drive) I get an error that says: ____Cannot Open File: Lead Technologies Libraries____This is the only PC that generates this error. I am calling the runtime from my own code. It blows on chooseReport().____Anybody know what this is?____thaks__Fred

=> RE: Weird run time error

Posted: Tue Dec 12, 2006 10:15 am
by kfleming
You need to have the lead tools support files available. Typically these would be in the R&R program directory. Here is the file list:__LFBMP13N.DLL__LFCMP13N.DLL__LFFAX13N.DLL__LFGIF13N.DLL__LFPCX13N.DLL__LFPNG13N.DLL__LFTGA13N.DLL__LFWMF13N.DLL__LFWPG13.DLLL__LDIS13N.DLL__LTFIL13N.DLL__LTKRN13N.DLL____Kathleen__R&R Support

==> RE: Weird run time error

Posted: Tue Dec 12, 2006 3:19 pm
by FRED_EMMERICH_(Guest)
I am confused since the report runs on other PC^s that don^t have those files. What are they for?____I am trying to create an app that run a R&R report from the same network directory, and I want the directory to be as self contained as possible with as few files as possible.____thanks__Fred

===> RE: Weird run time error

Posted: Wed Dec 13, 2006 12:33 pm
by kfleming
Is there a chance that the other stations are using an earlier version of R&R? We changed to the LeadTools library starting in V10.____Putting these files in the same folder as the runtime executable should correct the problem.____Kathleen__R&R Support

====> RE: Weird run time error

Posted: Thu Dec 14, 2006 11:02 am
by FRED_EMMERICH_(Guest)
I^ll have to check. I removed an image from my report (.jpg) and the error went away. Requiring all these files is a real nuisance when deploying apps.