RElesgoe / MPQSigner

Signs MPQ files with a Blizzard Weak Digital Signature
Other
10 stars 5 forks source link

error LNK1104: cannot open file 'StormLibDAD.lib' #2

Closed HarpyWar closed 10 years ago

HarpyWar commented 10 years ago

I can't compile MPQSigner due to an error:

error LNK1104: cannot open file 'StormLibDAD.lib'

But StormLib always compiles only StormLibDUD.lib

RElesgoe commented 10 years ago

The project must be compiled in ReleaseAS mode

HarpyWar commented 10 years ago

Thanks, compilation is success now.