Hi All,
I wish you could help me with this one...
my simple code uses this:
GetModuleHandle ("E:\\winxp\\sy stem32\\calc.ex e");
and the return value of the function is error number 126. which is "module could not be found". and when I try this for example :
GetModuleHandle ("kernel32.dll" ); IT WORS !!
I do not understand where the problem is ,I have been trying for more than hour :(
Thanks,
JupeMarsInc
I wish you could help me with this one...
my simple code uses this:
GetModuleHandle ("E:\\winxp\\sy stem32\\calc.ex e");
and the return value of the function is error number 126. which is "module could not be found". and when I try this for example :
GetModuleHandle ("kernel32.dll" ); IT WORS !!
I do not understand where the problem is ,I have been trying for more than hour :(
Thanks,
JupeMarsInc
Comment