0 out of 1 rated this helpful Rate this topic

NOMIPS16CODE

Windows CE 5.0
Send Feedback

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

Sources File


Send Feedback on this topic to the authors

Feedback FAQs


Did you find this helpful?
(1500 characters remaining)