Yes. All symbols are resolved and the executable created. I ask this question because I have selected the libraries including at first -lkernel in my makefile linker process and solving then the remaining undefined symbols. I have not used any documentation that tells me what libraries to use.
this is not the preferred way of building a winelib app
I notice there are things I haven't understood yet. Is there any Win32 console based Winlib example. Any simple one. So I can see which process I should follow to get the program properly built.
the debugger is a pure winelib app, which heavily uses the console, so you can copy the Makefiles from it (in debugger directory from the source)
A+