From: Allan M. Bruce on
I am getting the following error when compiling a project:

jpeg.lib(jerror.obj) : error LNK2019: unresolved external symbol __iob
referenced in function _output_message

I am having to ignore libcmt.lib as I am getting many linker errors when it
isnt ignored. Does anybody know how I can resolve the above linker error
otherwise?

Thanks
Allan


 | 
Pages: 1
Prev: Heap management?
Next: SetWaitableTimer issues