Got util.rc to complile to util.res.
Now for this part:
Next compile the util as follows:
CL.EXE util.cpp util.res user32.lib comctl32.lib
Execute the util.exe
I compliled the project fine. No errors.
When I build the exe I get this error:
Linking...
util.obj : error LNK2001: unresolved external symbol __imp__InitCommonControls@0
Debug/cl2.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
What's wrong?



LinkBack URL
About LinkBacks


