Click here to Skip to main content
15,891,864 members
Articles / Desktop Programming / Win32

Win32 Window Minimal

Rate me:
Please Sign up or sign in to vote.
4.79/5 (65 votes)
14 Aug 2012CPOL13 min read 236.3K   2.7K   83  
Getting started with Win32 programming through creating a window with minimum code and complexity

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winbase", "winbase\winbase.vcproj", "{FF78B29F-00F4-43BF-9CD5-43276BC95BD9}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{FF78B29F-00F4-43BF-9CD5-43276BC95BD9}.Debug|Win32.ActiveCfg = Debug|Win32
		{FF78B29F-00F4-43BF-9CD5-43276BC95BD9}.Debug|Win32.Build.0 = Debug|Win32
		{FF78B29F-00F4-43BF-9CD5-43276BC95BD9}.Release|Win32.ActiveCfg = Release|Win32
		{FF78B29F-00F4-43BF-9CD5-43276BC95BD9}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Tieto
Finland Finland
Now working as software architect in the software industry Smile | :) Hello world.

----
I write minimal and efficient no BS code. More at http://www.janimakinen.com

Specialties: Cross-platform tech, C, C++, Game Programming & Design.

I was born in the middle of Finland into a small farming town. Moved to Helsinki, then to Germany and am now back in Helsinki programming multiple projects.

If you're a junior programmer and reading this, keep hacking, the rewards of our craft manifest in the later stages, and it does get good Smile | :)

Comments and Discussions