Click here to Skip to main content
15,901,368 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error with creating a pointer to a struct Pin
John R. Shaw24-Jun-03 11:38
John R. Shaw24-Jun-03 11:38 
GeneralResource Editor Pin
butterbean73024-Jun-03 9:20
butterbean73024-Jun-03 9:20 
GeneralI don't inderstand these errors Pin
johnstonsk24-Jun-03 9:06
johnstonsk24-Jun-03 9:06 
GeneralRe: I don't inderstand these errors Pin
peterchen24-Jun-03 9:29
peterchen24-Jun-03 9:29 
GeneralRe: I don't inderstand these errors Pin
johnstonsk24-Jun-03 9:31
johnstonsk24-Jun-03 9:31 
GeneralRe: I don't inderstand these errors Pin
Anonymous24-Jun-03 9:52
Anonymous24-Jun-03 9:52 
GeneralMFC question: scrolling window Pin
Charles Léonard24-Jun-03 8:56
Charles Léonard24-Jun-03 8:56 
Generalhave code for icon association w/eVb and eVC++...but... Pin
shirleyLo24-Jun-03 8:46
shirleyLo24-Jun-03 8:46 
this is the code i used in eVC++, in the Windows CE API in the WinMain function, from grattan's, [i]pocket pc development in the enterprise.[/i]
SHELLEXECUTEINFO sei;
TCHAR tFile[255];
if (lpCmdLine[0]==0) wsprintf(tFile, TEXT("\\ePowerDiagnostic.vb"));
else
wsprintf(tFile, lpCmdLine);
ZeroMemory(&sei, sizeof(sei));
sei.cbSize = sizeof(sei);
sei.lpFile = tFile;
return ShellExecuteEx(&sei);
return 0;
supposedly, since the eVB application (project1.vb, [i]ePowerDiagnostic.vb in my case[/i])is "associated with the pvbload.exe, the ShellExecuteEx will load the pvbload.exe file with the project1.vb as a parameter ( just as if we were tapping the project1.vb file from the start menu or programs folder.

however, i followed the instruction, imported an icon, and compiled by using the relase suffix and building the project. i copied the lauch app to the device. however, the error msg i keep getting on the pocket pc is
" 'ePowerDiagnostic' is not a valid Pocket PC application "

I'm not sure where I went wrong....
thx.
GeneralProcess vs. Thread priority. Pin
Simon Steele24-Jun-03 6:06
Simon Steele24-Jun-03 6:06 
GeneralRe: Process vs. Thread priority. Pin
valikac24-Jun-03 7:26
valikac24-Jun-03 7:26 
GeneralRe: Process vs. Thread priority. Pin
peterchen24-Jun-03 9:49
peterchen24-Jun-03 9:49 
Generalhelp to display pixels,many thanks. Pin
Anonymous24-Jun-03 6:01
Anonymous24-Jun-03 6:01 
GeneralRe: help to display pixels,many thanks. Pin
David Crow24-Jun-03 7:24
David Crow24-Jun-03 7:24 
GeneralRe: help to display pixels,many thanks. Pin
basementman24-Jun-03 9:01
basementman24-Jun-03 9:01 
GeneralRe: help to display pixels,many thanks. Pin
John M. Drescher24-Jun-03 16:21
John M. Drescher24-Jun-03 16:21 
GeneralCStatic keyboard events Pin
lync24-Jun-03 5:56
lync24-Jun-03 5:56 
GeneralRe: CStatic keyboard events Pin
David Crow24-Jun-03 7:13
David Crow24-Jun-03 7:13 
GeneralExtracting Resouorces from an MFC App Pin
Brian Delahunty24-Jun-03 5:33
Brian Delahunty24-Jun-03 5:33 
GeneralRe: Extracting Resouorces from an MFC App Pin
Navin24-Jun-03 10:49
Navin24-Jun-03 10:49 
GeneralRe: Extracting Resouorces from an MFC App Pin
Ryan Binns24-Jun-03 15:24
Ryan Binns24-Jun-03 15:24 
GeneralRe: Extracting Resouorces from an MFC App Pin
Brian Delahunty24-Jun-03 22:45
Brian Delahunty24-Jun-03 22:45 
QuestionHow to make my app cann't be seen from screen? Pin
Nguyen Huynh Hung24-Jun-03 4:39
Nguyen Huynh Hung24-Jun-03 4:39 
AnswerRe: How to make my app cann't be seen from screen? Pin
David Crow24-Jun-03 4:45
David Crow24-Jun-03 4:45 
AnswerRe: How to make my app cann't be seen from screen? Pin
Michael P Butler24-Jun-03 5:26
Michael P Butler24-Jun-03 5:26 
AnswerRe: How to make my app cann't be seen from screen? Pin
Toni7824-Jun-03 20:46
Toni7824-Jun-03 20:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.