Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

iLoveM

@iLoveM
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • CreateProcess problem.
    I iLoveM

    It's too strange!!! STARTUPINFO si; ZeroMemory(&si, sizeof(si)); si.cb = sizeof STARTUPINFO; CHAR szFolderWhereFileIsLocated[250]={0}; strcpy(szFolderWhereFileIsLocated ,"put path here"); PROCESS_INFORMATION pi; CreateProcess("A.exe", NULL, NULL, NULL, FALSE, 0, NULL, szFolderWhereFileIsLocated, &si, π); when i put these code in a console program, the sub process can open correctly. Then in my windows program, the sub process can't open file firstly, then start up the sub process again (my program will start up the sub process every 20 sec) , it's OK. Just relax

    C / C++ / MFC help question

  • CreateProcess problem.
    I iLoveM

    Main process: STARTUPINFO si; ZeroMemory(&si, sizeof(si)); si.cb = sizeof STARTUPINFO; PROCESS_INFORMATION pi; CreateProcess("A.exe", NULL, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi); Sub Process: GetModuleFileName(NULL,read,1000); printf("%s\n",read); int len = strlen(read); strcpy(read+len-4,".tmp"); printf("%s\n",read); FILE *f = fopen(read,"rb"); if (f==NULL) { printf("Hello world\n"); } Just relax

    C / C++ / MFC help question

  • CreateProcess problem.
    I iLoveM

    I have try both full path and relative, but have the same problem. Just relax

    C / C++ / MFC help question

  • CreateProcess problem.
    I iLoveM

    A.exe use createprocess to start up B.exe, B.exe must read a local file in its folder, i found i only click B.exe, B.exe can open the local file, when A.exe start up B.exe using createprocess, B.exe fails to open the local file always. Why? Just relax

    C / C++ / MFC help question

  • Create(pPage->m_nDialogID, this),program crashes,why?
    I iLoveM

    Thank you! Just relax

    C / C++ / MFC question

  • How to read unicode ini file on win98?
    I iLoveM

    I want to write a program that supports mutilanguage. so I read strings in a ini file. who can help me ? Just relax

    C / C++ / MFC help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups