Posted on Jan 15, 2013 by
Happy Cat
Someone has built the .lib file using x86 instead of x64 as machine type, this causes errors when you try to run the resultant .exe because of the architecture mismatch.
repackage the .lib using lib.exe with the proper machine architecture.
Status: New
Labels:
Type-Defect
Priority-Medium