|
ありがとうございます。
stdafx.hの内容がまったく違っておりました。 申し訳ありません。
エラーが相当減り、下記のエラーが発生しております。 デバッグをお願いしているようで申し訳ありません。
============================================================================================== エラー 3 error LNK2001: 外部シンボル ""extern "C" int __stdcall CryptStringToBinaryA(char const *,unsigned long,unsigned long,unsigned char *,unsigned long *,unsigned long *,unsigned long *)" (?CryptStringToBinaryA@@$$J228YGHPBDKKPAEPAK22@Z)" は未解決です。 aaaaa.obj xxxxx エラー 4 error LNK2001: 外部シンボル ""extern "C" int __stdcall CryptBinaryToStringA(unsigned char const *,unsigned long,unsigned long,char *,unsigned long *)" (?CryptBinaryToStringA@@$$J220YGHPBEKKPADPAK@Z)" は未解決です。 aaaaa.obj xxxxx エラー 5 error LNK2001: 外部シンボル "___argv" は未解決です。 nafxcw.lib xxxxx エラー 6 error LNK2001: 外部シンボル "___argc" は未解決です。 nafxcw.lib xxxxx エラー 7 fatal error LNK1120: 外部参照 4 が未解決です。 C:\xxxxx\xxxxx\xxxxx.dll xxxxx ============================================================================================== LINK2001のエラーだったので、ヘルプを見て、/Zl コンパイラ オプションを無効にしましたが駄目でした。 コードが正しくなかったり、バージョン違い?のようなのですが・・・ WindowsXPを使用していますが、OSのバージョンで違ってくるとかあるのでしょうか。
申し訳ありませんが、宜しくお願いします。
|