How to use CeCreateProcess for launching an application in PPC?
From: Raul (latte0215_at_yahoo.com.tw)
Date: 03/23/04
- Next message: IK/hav: "Problem installing emulator for Windows CE in VS .Net 2003"
- Previous message: Jim Barry: "Re: Error using GSM 6.10 audio compression with CE 4.x"
- Next in thread: Jim Barry: "Re: How to use CeCreateProcess for launching an application in PPC?"
- Reply: Jim Barry: "Re: How to use CeCreateProcess for launching an application in PPC?"
- Reply: Nicholas Tsipanov: "Re: How to use CeCreateProcess for launching an application in PPC?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 23 Mar 2004 20:54:51 +0800
Hi all,
I create an easy dialog based MFC application, I propose to launch an
application when I click the OK button, what I did is as following:
void CAppDlg::OnOK()
{
// TODO: Add extra validation here
CeCreateProcess( "\windows\wmplayer.exe", NULL, 0, 0, 0, 0, 0, 0,
0, 0);
CDialog::OnOK();
}
Did anyone could help me to check what's wrong with my code??
Raul.
- Next message: IK/hav: "Problem installing emulator for Windows CE in VS .Net 2003"
- Previous message: Jim Barry: "Re: Error using GSM 6.10 audio compression with CE 4.x"
- Next in thread: Jim Barry: "Re: How to use CeCreateProcess for launching an application in PPC?"
- Reply: Jim Barry: "Re: How to use CeCreateProcess for launching an application in PPC?"
- Reply: Nicholas Tsipanov: "Re: How to use CeCreateProcess for launching an application in PPC?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|