1
Which libraries I use to build a Windows GUI, and its respective functions?
Example: I can import the library msvcrt.dll
to use C functions.
I have some experience in Assembly for low-level code, but not so much to build a .exe
running on Windows.
Basically I want to know which libraries to use to make an application with graphical interface.
I know the language well and I don’t need you to teach me, just speak the libraries and how to use them.
Thank you, that’s exactly what I needed.
– Silva97