Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Calling .exe application using C/C++ Pin
toxcct4-Sep-05 22:37
toxcct4-Sep-05 22:37 
GeneralRe: Calling .exe application using C/C++ Pin
Neagoe Gabriel4-Sep-05 22:44
Neagoe Gabriel4-Sep-05 22:44 
General[Message Deleted] Pin
toxcct4-Sep-05 22:48
toxcct4-Sep-05 22:48 
AnswerRe: Calling .exe application using C/C++ Pin
toxcct4-Sep-05 22:40
toxcct4-Sep-05 22:40 
AnswerRe: Calling .exe application using C/C++ Pin
ThatsAlok4-Sep-05 22:48
ThatsAlok4-Sep-05 22:48 
QuestionRe: Calling .exe application using C/C++ Pin
bryan5234-Sep-05 23:28
bryan5234-Sep-05 23:28 
AnswerRe: Calling .exe application using C/C++ Pin
toxcct4-Sep-05 23:32
toxcct4-Sep-05 23:32 
QuestionRe: Calling .exe application using C/C++ Pin
bryan5234-Sep-05 23:46
bryan5234-Sep-05 23:46 
WHen i try below code then got three error!
so, wht should i put as my identifier?

#include "stdio.h"<br />
#include "string.h"<br />
#include<conio.h><br />
<br />
int main(int argc, char *argv[])<br />
{<br />
    ::ShellExecute(NULL, "open", "myProg.exe", "", "", SW_SHOW); <br />
return 0;<br />
}


-error C2039: 'ShellExecute' : is not a member of '`global namespace''<br />
-error C2065: 'ShellExecute' : undeclared identifier<br />
-error C2065: 'SW_SHOW' : undeclared identifier

AnswerRe: Calling .exe application using C/C++ Pin
ThatsAlok4-Sep-05 23:52
ThatsAlok4-Sep-05 23:52 
AnswerRe: Calling .exe application using C/C++ Pin
toxcct4-Sep-05 23:52
toxcct4-Sep-05 23:52 
General[Message Deleted] Pin
bryan5235-Sep-05 0:07
bryan5235-Sep-05 0:07 
AnswerRe: Calling .exe application using C/C++ Pin
ThatsAlok4-Sep-05 23:59
ThatsAlok4-Sep-05 23:59 
GeneralRe: Calling .exe application using C/C++ Pin
toxcct5-Sep-05 0:02
toxcct5-Sep-05 0:02 
GeneralRe: Calling .exe application using C/C++ Pin
bryan5235-Sep-05 0:10
bryan5235-Sep-05 0:10 
GeneralRe: Calling .exe application using C/C++ Pin
toxcct5-Sep-05 0:14
toxcct5-Sep-05 0:14 
QuestionProblem with custom draw in CListCtrl? Pin
followait4-Sep-05 21:21
followait4-Sep-05 21:21 
AnswerRe: Problem with custom draw in CListCtrl? Pin
PJ Arends4-Sep-05 21:49
professionalPJ Arends4-Sep-05 21:49 
AnswerRe: Problem with custom draw in CListCtrl? Pin
Marc Soleda4-Sep-05 22:01
Marc Soleda4-Sep-05 22:01 
AnswerRe: Problem with custom draw in CListCtrl? Pin
Neagoe Gabriel4-Sep-05 22:04
Neagoe Gabriel4-Sep-05 22:04 
Questionno NM_CUSTOMDRAW for CComboBox? Pin
followait4-Sep-05 20:56
followait4-Sep-05 20:56 
AnswerRe: no NM_CUSTOMDRAW for CComboBox? Pin
PJ Arends4-Sep-05 21:51
professionalPJ Arends4-Sep-05 21:51 
AnswerRe: no NM_CUSTOMDRAW for CComboBox? Pin
Gary R. Wheeler5-Sep-05 4:34
Gary R. Wheeler5-Sep-05 4:34 
QuestionRetrieving File type Pin
Anonymous4-Sep-05 20:38
Anonymous4-Sep-05 20:38 
AnswerRe: Retrieving File type Pin
Neagoe Gabriel4-Sep-05 22:17
Neagoe Gabriel4-Sep-05 22:17 
AnswerRe: Retrieving File type Pin
ThatsAlok4-Sep-05 23:14
ThatsAlok4-Sep-05 23:14 

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.