Question About UNICODE?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
When I build a UNICODE project, it always result the error below: LINK : fatal error LNK1104: cannot open file "c.lib" but I did not use the c.lib library at all, who can please tell me the reason?Thanks.:confused:
-
1. search your include files for something like(might not be exact) : #pragma comment( lib, "c.lib" ) 2. recheck your linker settings for additional dependancies