View Single Post
  #4  
Old 06-09-2017, 05:19
MCI MCI is offline
Registered User
 
Join Date: Sep 2017
Location: Venezuela
Posts: 9
Thanks: 0
Thanked 6 Times in 2 Posts
MCI is on a distinguished road
Cool Thank you

Quote:
Originally Posted by ravencrow View Post
Code:
#include <windows.h>

HANDLE __stdcall MyHandle(void)
{
  return GetCurrentProcess();
}
Code:
EXPORTS
  MyHandle
Friend this function does not return the desired value .. But thanks .. the problem in is the why the dll does not work on another pc, and it is still trying and I think it is that it has some dependence but they do not understand why .. :confuso: :confuso:
Reply With Quote