
Creating your MIL application 71
• The following project properties must be configured:
- Include the
RemoteDisplay.lib
in the linker input section (additional
dependencies edit field), as well as any other libraries that your project requires.
- Enter the path from which to deploy the debug version of the application on
your Matrox Iris GT (for example,
\UserDisk\MyApp
) in the
Configuration
properties Debugging
tree-structure item.
- Enter the path from which to deploy the run-time version of the application
on your Matrox Iris GT (for example,
\UserDisk\MyApp
) in the
Configuration
properties Deployment
tree-structure item.
Particularities of MIL for Microsoft Windows CE and
Matrox Iris GT SDK
Although they are generally similar, there are a few differences between MIL for
Microsoft Windows CE and creating Windows CE applications with other
libraries. The following is a list of important differences that you should be aware
of when building MIL applications for Microsoft Windows CE:
• Use
MappInquire
() to verify the version of MIL DLLs used by your MIL
application. This is especially important since you should write and compile your
application using the same the version of MIL on your development computer
and your Matrox Iris GT. If you have updated your Matrox Iris GT or performed
a FullRescue, the version on your Matrox Iris GT might no longer be the same as
the version on your development computer.
The following sample code is an example of this verification step. It is also available
on the Matrox Iris GT Utilities DVD.
// When the version of the MIL DLLs does not match the version used
// for the code compilation, a warning is added to the execution log.
// When this occurs, update your MIL DLLs and recompile.
double MilVersion;
MappInquire(M_VERSION, &MilVersion);
RETAILMSG((MilVersion!= M_MIL_CURRENT_VERSION),(TEXT("...")));
Summary of Contents for Iris GT MIL
Page 12: ......
Page 28: ...28 Chapter 2 Powering and connecting to your Matrox Iris GT...
Page 40: ...40 Chapter 3 Configuring your Matrox Iris GT to work on a network...
Page 48: ...48 Chapter 4 Configuring your Matrox Iris GT to work with your computer directly...
Page 58: ...58 Chapter 5 Accessing Matrox Iris GT...
Page 88: ...88 Appendix A Glossary...
Page 152: ...152 Appendix F The breakout board...
Page 158: ...158 Appendix G Reading the LEDs...
Page 238: ...238 Appendix I Matrox Iris portal website details...
Page 250: ......
Page 256: ......