What libraries do I use to build a graphical Windows interface, and their respective functions?
Example: I can import the msvcrt.dll
library to use C functions.
I have some experience in Assembly for low-level code, but not so much to build a .exe
that runs on Windows.
I basically want to know which libraries to use to make an application with graphical interface.
I know the language well and I do not need you to teach me, just speak the libraries and how to use them.