[Release] MU Launcher + Autoupdate + webzen template

Page 7 of 7 FirstFirst 1234567
Results 91 to 94 of 94
  1. #91
    Enthusiast Martins Iury is offline
    MemberRank
    Jul 2013 Join Date
    49Posts
    @myheart please my bro share this source code complet to us =D

  2. #92
    Enthusiast Martins Iury is offline
    MemberRank
    Jul 2013 Join Date
    49Posts
    Quote Originally Posted by myheart View Post
    use this:

    Code:
    void CheckLauncher()
    {
        HANDLE hMutex = CreateMutex(NULL, FALSE, "#32770");
        
        if (GetLastError() != ERROR_ALREADY_EXISTS)
        {
      WinExec("launcher.exe", 0);
    
      ExitProcess(0);
        }
        
        //CloseHandle(hMutex);
    }

    and for muemu s6 ? can you share the code to force the launcher to open the main.exe , and main.exe open the launcher?

    help <3

  3. #93
    C++ Developer zipper20032 is offline
    MemberRank
    Oct 2006 Join Date
    0x198837ADLocation
    663Posts
    Quote Originally Posted by Martins Iury View Post
    and for muemu s6 ? can you share the code to force the launcher to open the main.exe , and main.exe open the launcher?

    help <3
    It's only needed to force main.exe to open launcher. The launcher will open the main.exe anyway.
    I think it can be done from MAIN_INFO or GetMainInfo or directly from the main DLL source code.

  4. #94
    Enthusiast Martins Iury is offline
    MemberRank
    Jul 2013 Join Date
    49Posts
    Quote Originally Posted by zipper20032 View Post
    It's only needed to force main.exe to open launcher. The launcher will open the main.exe anyway.
    I think it can be done from MAIN_INFO or GetMainInfo or directly from the main DLL source code.
    can you share the code , to make this , in source main ? i dont know bro



Page 7 of 7 FirstFirst 1234567

Advertisement