Daily log of firmware development issues and how I fixed them. Hopefully useful to the worldwide community.
Sunday, December 7, 2008
Linker Tools Warning LNK4217
If you get this warning and you are trying to link an EXE with a static LIB file, check that the code generation option is "static" for both the EXE and for the LIB. Don't select a DLL option for one and static for the other.
No comments:
Post a Comment