• ベストアンサー

VC++初心者です。いきなりmainからわかりません…

こんにちわ。 いまXP-VC++6.0で人が作ったプログラムを解析している者ですが, まったくの初心者なので,出だしでつまづいております。 まずexeを実行しようとしますと, 「This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information」 というメッセージが出てしまいます。 そこで,"デバッグの開始"-"ステップイン"から入りますと, "if (strcmp(argv[1],"SEND") == 0) {"の行で, ダイアログが表示されて,"STRCMP.ASM"のパスを入力してください, と出ます。ところが"STRCMP.ASM"というファイルはどこにもないのですが… ちなみに#include <string.h>はソースに入っています。 初歩的な質問かと思いますが,教えてください。 よろしくお願いします。

質問者が選んだベストアンサー

  • ベストアンサー
  • Dooon
  • ベストアンサー率20% (36/180)
回答No.2

> strcmp(argv[1],"SEND") この部分は、入力された文字列を"SEND"と比較しています。 で、入力された文字が"SEND"であったとき、ifの下からを処理します。 また、「<string.h>」は標準のヘッダファイルなので その中を解析する必要はないかと思います。 ("strcmp"関数を使用するためのヘッダファイル) exeファイルを実行する際に、引数を渡せばよいかと思います。 例)aaa.exe XXXXX SENDのようにすればよいかと

tatsurou
質問者

お礼

Dooonさん 大変わかりやすくご説明頂きまして, ありがとうございます。

その他の回答 (1)

  • sktoshi
  • ベストアンサー率50% (2/4)
回答No.1

ただ単に、argv[1] が null で、アクセス違反の例外 が発生しているだけでは? プログラムの規模がどれくらいかはわかりませんが、 C/C++ や、デバッグ方法をまず勉強した方が よろしいかと。。

tatsurou
質問者

お礼

sktoshiさん 回答頂きまして,ありがとうございました。

関連するQ&A

  • XLink Kaiの起動

    XLink Kaiを起動すると少ししてから Runtime Error! This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. と出るのですが これは何なんですか? 教えてください

  • outlook express

    outlook expressを開こうとすると This application has requested the runtime to terminate it in an unusual way. Please contact the application's support team for more information. というメッセージが出て、開くことも、届いているメールを みることもできません。 どうしたらよいでしょうか? どうかご指示をお願いします。

  • pcトラブル

    Microsoft Visual C++ Runtime Library This application has requested the Runtime to terminate it an unusual way. Please contact the application's support team for more information ってメッセージがきてpcゲームのインストールができません 一応c++の再インストールしても結果は変わらずでした

  • Runtime Error!

    いつもお世話になります。 OEで以下のような英文案内が出ますが、 直訳しても意味がつかめません。 対処方法についてお教えください。 Runtime Error! Program: C:. This application has requested the Runtime to terminate an unusual way. Please contact the application's support team for more information.

  • Outlook Expressのエラーについて

    最近、いつも同じメッセージが出てきて受信トレイ、送信トレイなどを開けません。 エラーメッセージは Runtime Error! This application has requested the Runtime terminate it in an unusual way. Please contact the application's support team for more information. とでます。 なにがなんだかさっぱりわからなくて質問させていただきました。どのような対処を取ったらよいのでしょうか?

  • スペシャルフォース 次から次へと問題が

    SFをやろうとしてGAME STARTを押すと Runtime Error! Program:...tings\namae\Application Data\Hangame\hgstarterjp.exe this application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. と、エラーがでました。わけがわかりません;;どうすればいいですか?よろしくお願いします。

  • Microsoft Visual C++ Runt

    Microsoft Visual C++ Runtime Libraryというエラーがでます This application has requested the Runtime to terminate it an unusual way. Please contact the application's support team for more information. という表示がPCをスタートさせたときに出ます (1)何をしたらエラーが出るか分からないのでそれを調べたい (2)エラーが出ないようにしたい スペック OS:windows 7 です

  • runtime errorというエラーがでてゲームできない

    free styleというオンラインゲームをやっているんですが 下記のエラーメッセージがでてゲームできません どうすればできるようになるのでしょうか? runtime error! this application has requested the runtime to terminate it in an unusual way please contact the applocation's support team for more information

  • ウイルスバスター

    先日、友人からノートパソコンを譲って貰い、そこにウイルスバスター2009を入れようとした所 ↓ Runtime Error! Program: E:\AUTORUN.EXE This application has requested the Runtime to terminate it in an unusual way.Please contact the application's support team for more information. このようなメッセージが出て、読み取れません。色々と見てみたのですが、どうしたら良いか解りません。 何方か教えて頂けないでしょうか?

  • アウトルックエクスプレスを使用すると表示されるエラーメッセージについて

    アウトルックエクスプレスを閉じようとすると下記のメッセージが表示されます。これは何でしょうか?対処方法はありますか? Runtime Error! Program:C\ProgramFiles\Outlookexpress\msimn.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

専門家に質問してみよう