Linker error when improving GetLargestConsoleWindowSize

Eric Pouech eric.pouech at orange.fr
Tue Mar 26 16:54:02 CDT 2013


 >This won't be able to work. The linker error is telling you, 
effectively, that you're not importing user32. However, kernel32 can't 
import user32. Kernel32 is at a lower level than user32. And a console 
program especially can't rely on user32 being loaded and initialized to 
satisfy the request you're making. Regards, Ken
actually the correct fix would be to transfer this computation to 
wineconsole (which already imports user32), but thats' not a really 
trivial task
A+



More information about the wine-devel mailing list