03-11-2011 02:35 AM
I have an application with many (CVI) dll's and a main exe; currently I have to create a lwl file (for localization) for each of the dll's and the exe, is it possible to use one (big) lwl-file for all of them? Or at least create from one source lwd-file all necessary lwl-files during program start automatically, to make the redistribution easier?
Thanx
Peter
03-21-2011 10:23 AM
Peter,
Forgive me if you have already seen this. It may apply?
http://zone.ni.com/devzone/cda/tut/p/id/4036
Regards
Ryk
03-21-2011 10:27 AM
Hi ryk,
I know of this article; I'm looking for a solution to ship one lwd-file with my application (which consists of many dll's and exe's). During start-up or runtime I want to create all necessary lwl-files (temporary/in memory) which are used for the application. Currently I have to include for each dll a single lwl-file...
regards
Peter
03-21-2011 11:12 AM
Peter,
Have you seen this link?
http://forums.ni.com/t5/LabWindows-CVI/Unable-to-run-UI-localizer-utility/td-p/351385
It suggests that what you want to do is doable. You just have to make sure there are not naming conflicts between the various panels/controls that will be used as inputs to the lwl.
Ryk