UnhappyHelpC++ Problem T.T

Posts 19 of 9 · Page 1 of 1
C++ Problem T.T
Everything I try to Debug I encounter this error:
Code:
C: \program files\microsoft directx sdk (june 2010)\include \winuser.h (14): fatal error C1021: invalid preprocessor command 'lib'
In my folder that contains the headers did not have the "winuser.h" and one I downloaded over the Internet. T_T
Still does not work, someone could upload this winuser.h for me? Thank you very much! <3

Note: Visual Studio 10 :3
Quote Originally Posted by douglaskx View Post
Everything I try to Debug I encounter this error:
Code:
C: \program files\microsoft directx sdk (june 2010)\include \winuser.h (14): fatal error C1021: invalid preprocessor command 'lib'
In my folder that contains the headers did not have the "winuser.h" and one I downloaded over the Internet. T_T
Still does not work, someone could upload this winuser.h for me? Thank you very much! <3

Note: Visual Studio 10 :3
The problem is that you haven't included your 'Lib' and 'include' files to your project...
Quote Originally Posted by cubanelite View Post
The problem is that you haven't included your 'Lib' and 'include' files to your project...
Can you help me do this friend?
Quote Originally Posted by douglaskx View Post
Can you help me do this friend?
#Include <???.h>

if thats what @cubanelite was meaning
You do not understand me, my problem is that the code is incorrect winuser.h, and I needed someone to do the file upload for me, I implore :*((
Quote Originally Posted by douglaskx View Post
You do not understand me, my problem is that the code is incorrect winuser.h, and I needed someone to do the file upload for me, I implore :*((
The problem isn't the fucking winuser.h. The problem is that your file, 'Winuser.h' cannot find your lib, and include files to build your project on. I attached the lib, and include files into the attachments.

Virus Scans:
Jotti
Virustotal

Desktop.zip6.8 MB · 3 downloads Scanning…
No worked

Code:
C:\Program Files\Microsoft DirectX SDK (June 2010)\Include\winuser.h(4): fatal error C1107: could not find assembly 'user32.dll': please specify the assembly search path using /AI or by setting the LIBPATH environment variable
Can i take a look?
Yes, What do you look?
-
New Erros:
Code:
1>C:\Program Files\Microsoft DirectX SDK (June 2010)\Include\winuser.h(4): fatal error C1113: #using failed on '
C:\Windows\System32\user32.dll'
Posts 19 of 9 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?