Home > Back-end >  MFC call external exe failure, displays for exe file
MFC call external exe failure, displays for exe file

Time:09-26

, I use MFC in VS2010 invokes the external exe file, but external exe files inside independence idx file has been display initialization failed, everybody to see, can help to solve this problem under the




Calling code: ShellExecute (this - & gt; M_hWnd, "open", "HowNet_RelevanceRelease. Exe", ""," ", SW_SHOW);

CodePudding user response:

Did not sink, loud help a look?

CodePudding user response:

ShellExecute fifth parameters, set HowNet_RelevanceRelease. Exe directory a try,

CodePudding user response:

Ok I try, thank you can look for me

CodePudding user response:

The function of path format is the
ShellExecute (NULL, "open", "C: \ \ \ \ qq Mini - HowNet \ \ HowNet_WordSimilarity exe", NULL, NULL, SW_SHOWNORMAL);

But still won't do, or show the independence idx file failed to initialize the

CodePudding user response:

  • Related