PB 電子会議室
発言No. | 更新日 | 題名(クリックすると発言内容と関連するコメントが表示されます) |
---|---|---|
17667 | 02/07/03 11:28:10 | RE(16):PB6: GetExitCodeProcessでアプリケーションエラー By Taka |
17642 | 02/06/28 11:48:37 | RE(15):続き続き By sarada |
17641 | 02/06/28 11:48:12 | RE(14):続き By sarada |
17640 | 02/06/28 11:47:45 | RE(13):PB6: GetExitCodeProcessでアプリケーションエラー By sarada |
17636 | 02/06/28 10:05:32 | RE(12):PB6: GetExitCodeProcessでアプリケーションエラー By くるたん |
17622 | 02/06/26 08:55:01 | RE(11):PB6: GetExitCodeProcessでアプリケーションエラー By Taka |
17620 | 02/06/25 15:26:27 | RE(10):PB6: 2重投稿になってしまいました By めめ |
17619 | 02/06/25 15:21:01 | RE(9):PB6: GetExitCodeProcessでアプリケーションエラー By めめ |
17616 | 02/06/25 14:33:08 | RE(8):PB6: GetExitCodeProcessでアプリケーションエラー By くるたん |
17607 | 02/06/25 10:37:51 | RE(7):PB6: GetExitCodeProcessでアプリケーションエラー By sarada |
17606 | 02/06/25 10:33:57 | RE(6):PB6: GetExitCodeProcessでアプリケーションエラー By Taka |
17604 | 02/06/25 09:31:56 | RE(5):PB6: GetExitCodeProcessでアプリケーションエラー By くるたん |
17603 | 02/06/23 04:55:56 | RE(4):PB6: GetExitCodeProcessでアプリケーションエラー By Taka |
17595 | 02/06/20 17:14:01 | RE(3):PB6: GetExitCodeProcessでアプリケーションエラー By くるたん |
17594 | 02/06/20 17:10:33 | RE(2):自己レス By sarada |
17593 | 02/06/20 16:57:32 | RE(1):PB6: GetExitCodeProcessでアプリケーションエラー By sarada |
17589 | 02/06/20 15:45:14 | PB6: GetExitCodeProcessでアプリケーションエラー By くるたん |
カテゴリ:PowerBuilderの開発環境
日付:2002年06月20日 15:45 発信者:くるたん
題名:PB6: GetExitCodeProcessでアプリケーションエラー
こんにちは。
実行時のアプリケーションエラーで悩まされています。
過去にも類似の投稿があったのですが、解決できませんでした。
重複するかと思いますが、ご教授のほど、よろしくお願いします。
exeファイルをCreateProcess()で実行させ、そのexeの終了
をWaitForSingleObject()で取得し、終了ステータスを取得したいのです。
GetExitCodeProcess()を通過すると、アプリケーションエラーが
発生します。
===============================================================
//実行
CreateProcessA( ps_pg_name, \"\", ls_null, ls_null, FALSE, &
CREATE_DEFAULT_ERROR_MODE, ls_null, ls_curdir, si, pi)
long ll_err
Long ll_end
long ll_sts
ll_err = WaitForInputIdle(GetCurrentProcess(),4294967295)
ll_end = END_STAT
if pi.hprocess <> 0 then
do while ll_end = END_STAT
ll_RC = WaitForSingleObject( pi.hprocess, WAIT_INFINITE )
ll_sts = GetExitCodeProcess (pi.hprocess, ll_end)
Loop
MessageBox (\"\",\"処理終了[\" + String(ll_end) + \"]\")
CloseHandle( pi.hprocess )
else
MessageBox(\"f_act_and_wait:確認\", \"起動できません [ \" + ps_pg_name + \" ]\")
return -1
end if
よろしくお願いします。
付加情報:
PowerBuilder Version (記載なし)
Client SoftWare
OS Windows NT 4.0
DBMS Oracle SQL*Net 8
Browser (記載なし)
Server SoftWare
OS (記載なし)
DBMS Oracle 8.0
WebServer (記載なし)
Copyright © 2013 Power Future Co., Ltd.