|
-
May 29th, 2002, 10:04 AM
#1
Thread Starter
Member
winreg don't run??
Hello!!
After install of my visual studio, i create a project with winreg.h header. During compile there are a probleme with ";" and i see nothing.
The problem is only with my visual studio version.
I don't know how can i do to repare my winreg header??
EveryBody can help me?
thank's
Cybercool
-
May 29th, 2002, 07:42 PM
#2
Frenzied Member
With the info you provided I have no idea what's the problem, but how do you include winreg.h?
PHP Code:
#include <winreg.h>;
//should be
#include <winreg.h>
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|