NOMIPS16CODE (Windows CE 5.0)
This macro definition sets the /QRimplicit-import compiler option.
Typically, this macro is used when implementing an installable ISR. In this case, building a DLL that must load into the kernel process space can cause linker error LNK2019 if the DLL imports an operation normally exported by coredll.
In addition, if the _TGTCPU variable is set to MIPS16, this macro sets the following compiler flags:
CONLY_FLAGS=-QMmips2 -D_M_MRX000=4000 -DNOMIPS16CODE
See Also
Last updated on Thursday, February 02, 2006
Send Feedback on this topic to the authors