PDA

Click to See Complete Forum and Search --> : winreg don't run??


cybercool
May 29th, 2002, 10:04 AM
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

Jop
May 29th, 2002, 07:42 PM
With the info you provided I have no idea what's the problem, but how do you include winreg.h?

#include <winreg.h>;

//should be

#include <winreg.h>