Why cann't I call GetWindowModuleFileName in my raw api App?
-
I included windows.h file. When I compiled my program, I just got the message -- "error C2065: 'GetWindowModuleFileName' : undeclared identifier"!!!:confused: :confused: :confused: I read msdn over and over and have yet gotten confused. X|
-
I included windows.h file. When I compiled my program, I just got the message -- "error C2065: 'GetWindowModuleFileName' : undeclared identifier"!!!:confused: :confused: :confused: I read msdn over and over and have yet gotten confused. X|
Ignore that last message...tis not the answer your looking for... :-O "An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
-
I included windows.h file. When I compiled my program, I just got the message -- "error C2065: 'GetWindowModuleFileName' : undeclared identifier"!!!:confused: :confused: :confused: I read msdn over and over and have yet gotten confused. X|
It's declared in winuser.h But winuser.h is declared in windows.h I think. So open your winuser.h and search for GetWindowModuleFileName Nish
My miniputt high is now 29 I do not think I can improve on that My temperament won't hold www.busterboy.org
-
I included windows.h file. When I compiled my program, I just got the message -- "error C2065: 'GetWindowModuleFileName' : undeclared identifier"!!!:confused: :confused: :confused: I read msdn over and over and have yet gotten confused. X|
Try #including winable.h Tomasz Sowinski -- http://www.shooltz.com
-
Try #including winable.h Tomasz Sowinski -- http://www.shooltz.com
To All: Thanks a lot! I solved it. :) To Tomasz Sowinski: You are right! Thanks anyway! :rose: