Pelles C forum
C language => Windows questions => Topic started by: Pelle on March 06, 2007, 09:03:42 pm
-
Some possibly useful links:
Microsoft Windows Software Development Kit for Windows Vista (and Windows XP, Windows Server 2003)
http://www.microsoft.com/downloads/details.aspx?FamilyID=c2b1e300-f358-4523-b479-f53d234cdccf&DisplayLang=en
Windows Server 2003 R2 Platform SDK (x86, x64 versions of Windows Server 2003, Windows XP, Windows XP x64, and Windows 2000)
http://www.microsoft.com/downloads/details.aspx?FamilyID=484269e2-3b89-47e3-8eb7-1f2be6d7123a&DisplayLang=en
Microsoft Help Technologies
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hworiHTMLHelpStartPage.asp
DLL Help Database
http://support.microsoft.com/dllhelp/
-
Hello World,
For beginners, this link(below) gives you some basic/conceptual windows programming "How things work under the hood".
In my opinion it gave me a good jump start on windows programming couple with resource intensive from MS web sites.
One good pointer the tutorials use LCC Win and it works with using Pelles C as well.
The owner of this link is Pravin Paratey and is still work in Progress. ...to all noobs - Check it out !
http://in.geocities.com/pravinparatey/
-
This is an excellent tutorial on preventing flickering, a common problem when developing WinAPI applications:
http://www.catch22.net/tuts/flicker.asp
Hope anyone finds it useful!
-
Good day! it's other link, very usefull:
http://www.flipcode.com/archives/Advanced_String_Techniques_in_C-Part_I_Unicode.shtml
this is the link: http://www.flipcode.com/archives/Advanced_String_Techniques_in_C-Part_I_Unicode.shtml (http://www.flipcode.com/archives/Advanced_String_Techniques_in_C-Part_I_Unicode.shtml)
-
The forger's winapi tutorial....
http://www.winprog.org/tutorial/
-
Some possibly useful links:
Microsoft Windows Software Development Kit for Windows Vista (and Windows XP, Windows Server 2003)
http://www.microsoft.com/downloads/details.aspx?FamilyID=c2b1e300-f358-4523-b479-f53d234cdccf&DisplayLang=en (http://www.microsoft.com/downloads/details.aspx?FamilyID=c2b1e300-f358-4523-b479-f53d234cdccf&DisplayLang=en)
Windows Server 2003 R2 Platform SDK (x86, x64 versions of Windows Server 2003, Windows XP, Windows XP x64, and Windows 2000)
http://www.microsoft.com/downloads/details.aspx?FamilyID=484269e2-3b89-47e3-8eb7-1f2be6d7123a&DisplayLang=en (http://www.microsoft.com/downloads/details.aspx?FamilyID=484269e2-3b89-47e3-8eb7-1f2be6d7123a&DisplayLang=en)
Microsoft Help Technologies
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hworiHTMLHelpStartPage.asp (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hworiHTMLHelpStartPage.asp)
DLL Help Database
http://support.microsoft.com/dllhelp/ (http://support.microsoft.com/dllhelp/)
Links appear dead.
-
The post is 11 years old, and things change... :)
The VISTA OS has been removed from any kind of support, nobody cried ;), last month and the help system is no more actively supported from long time ago.
Anyway with some help from google:
Microsoft Windows SDK for Windows 7 and .NET Framework 4 (https://www.microsoft.com/en-us/download/details.aspx?id=8279)
Windows 10 SDK (https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk)
Windows Help (https://msdn.microsoft.com/en-us/library/windows/desktop/ee663302(v=vs.85).aspx)
-
The post is 11 years old, and things change... :)
The VISTA OS has been removed from any kind of support, nobody cried ;), last month and the help system is no more actively supported from long time ago.
Anyway with some help from google:
Microsoft Windows SDK for Windows 7 and .NET Framework 4 (https://www.microsoft.com/en-us/download/details.aspx?id=8279)
Windows 10 SDK (https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk)
Windows Help (https://msdn.microsoft.com/en-us/library/windows/desktop/ee663302(v=vs.85).aspx)
Nice!
thanks!
-
Well - just updating the Windows help file utility location on the Microsoft web.
https://www.microsoft.com/en-ca/download/details.aspx?id=21138 (https://www.microsoft.com/en-ca/download/details.aspx?id=21138)
-
You may know windows 10 no longer supports .hlp files with the OS. However there are many useful .hlp files. Before tackling a reader or converter a web search turned up a solution. I've tested on several Win10 systems and it works very well. All of my .hlp files display as they did previously. Here is the link:
https://www.majorgeeks.com/files/details/winhlp32_for_windows_10.html
As always be sure you scan the file with antivirus software, all I can attest to is when I downloaded it was fine.
-
https://www.magnumdb.com/ - good site to see constant from SDK,DDK and other headers
-
Windows API tutorial using Pelles C.
https://zetcode.com/gui/winapi/