When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
40 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
WinMain is defined in your source file and is the program's entry point (as opposed to main for console applications)
What page is that?
what does it mean ? the apps i will make will not work in windows 10
this is the alternative to windows.h for dealing with the windows api
How does a random WinAPI macro relate to WinMain
That is an extremely broad question
WinAPI provides an extremely wide range of functionalities, you'll have to be more specific
windows.h is WinAPI
Welcome to Microsoft product documentation
I don't understand your question
i mean c++ has an alternative to windows.h
You want to interface with Windows while not using any of the headers provided by windows.h?
look
windows.h is not well documented
the documentation provided by ms is not good at all
they mixed everything
like the windows types
lpstr is not found anywhere and it is only in winnt.h
I've been working with WinAPI for the past three years so yes, believe me when I say I know how bad they are
what confuses me the most is lpstr can be used without winnt.h
However I do not understand your question
Is that relevant?