PDA

View Full Version : Automating MULTILIZER?


abrown
05-10-2006, 04:24 PM
Has anyone integrated MULTILIZER into their VisualBuild projects? I am using V6.1 to build VC++ 6.0/.NET2003 resources files to support multiple languages.

I found some info to their MLBuild.exe tool.
http://www.multilizer.com/dev/mlbuild/

I am hoping someone has done this so I do not have to re-invent the wheel.

Thanks in advance,

Aaron Brown

kinook
05-11-2006, 07:52 AM
There is not currently anything built-in to VBP specifically for that product. You could either use a Run Program action or wrap it in a custom user action:
http://www.visualbuild.com/Manual/runprogramaction.htm
http://www.visualbuild.com/Manual/userdefaction.htm

Admin note: Implemented in v6.2