
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("...")));
Содержание Iris GT MIL
Страница 1: ...Matrox Iris GT with MIL Installation and Technical Reference Manual no Y11155 201 0110 June 3 2010...
Страница 12: ......
Страница 28: ...28 Chapter 2 Powering and connecting to your Matrox Iris GT...
Страница 40: ...40 Chapter 3 Configuring your Matrox Iris GT to work on a network...
Страница 48: ...48 Chapter 4 Configuring your Matrox Iris GT to work with your computer directly...
Страница 58: ...58 Chapter 5 Accessing Matrox Iris GT...
Страница 83: ...Appendix A Appendix A Glossary This appendix defines some of the specialized terms used in this manual...
Страница 88: ...88 Appendix A Glossary...
Страница 125: ...Appendix F Appendix F The breakout board This appendix describes how to use the Matrox Iris GT breakout board...
Страница 152: ...152 Appendix F The breakout board...
Страница 158: ...158 Appendix G Reading the LEDs...
Страница 238: ...238 Appendix I Matrox Iris portal website details...
Страница 250: ......
Страница 256: ......