lmx-example.zip
from the examples
sub-directory of the LMX installation, or download the ZIP file from http://www.codalogic.com/lmx/lmx-example.zip. You can also download the LMX install file from http://www.codalogic.com/lmx/download.php to generate the po.h
and po.cpp
, or you can use the pre-generated files contained in the ZIP file.
Having downloaded the relevant files you should perform the following steps:
po.h
and po.cpp
files using LMX, double-click on the file po.lmxprj
in Explorer. This should bring up WinLMX. Within WinLMX, press the 'Compile...' button at the bottom of the window and the files will be generated. (Press 'Exit' when complete.)
Generated
sub-directory into your project directory.
poexample
project file relevant to your development environment - poexamplevc6.dsw
for VC6, poexamplevc7.sln
for VS 2003 and poexamplevc8.sln
for VS 2005.
handle_po()
function in the poexample.cpp
file. Scanning the comments should tell you what is happening at each stage.