not working?

I made a test program for OpenGL while i was trying to figure out if i put all of the right files in the right places, and all it was supposed to do was open a window, with no shapes, just black. So i clicked “build solution” and in the output bar it says

1>Compiling…
1>lkj.cpp
1>Linking…
1>Embedding manifest…
1>Build log was saved at “file://c:\Documents and Settings\Craig\My Documents\Visual Studio 2005\Projects\g\g\Debug\BuildLog.htm”
1>g - 0 error(s), 0 warning(s)
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========

emphasis on the “1 succeeded” however no window popped up. So, please help, thanks in advance

Darkarden

You need to run the solution too you can do this from the menu.

You can also try hitting F5, that should do the trick.

The red exclamation on the toolbar is your friend too.

Maybe read up on the basics of using your IDE.

P.S. OT so I’m locking this thread.