はじめまして、DirectXの初心者です。
DirectX8.0でVB6.0を使用しています。
もらったプログラムを実行したいのですが、ビルドするとエラーが出てしまいます。
過去ログを見て、リンクの設定がおかしいらしいのですが・・・。
なにぶんDirectXをインストールしていなかったPCなもので、インストールから始めた状態です。
--------------------構成: CrowdSimulation - Win32 Debug--------------------
リンク中...
CrowdSimulation.obj : error LNK2001: 外部シンボル ""void __cdecl MainLoop(void)" (?MainLoop@@YAXXZ)" は未解決です
CrowdSimulation.obj : error LNK2001: 外部シンボル ""int __cdecl StartDirectGraphics(struct HWND__ *)" (?StartDirectGraphics@@YAHPAUHWND__@@@Z)" は未解決です
CrowdSimulation.obj : error LNK2001: 外部シンボル ""int __cdecl EndDirectGraphics(void)" (?EndDirectGraphics@@YAHXZ)" は未解決です
Debug/CrowdSimulation.exe : fatal error LNK1120: 外部参照 3 が未解決です。
link.exe の実行エラー

CrowdSimulation.exe - エラー 4、警告 0

とエラーが表示されます。
どうかみなさんご教授お願いします。