Different dialog sizes using Borland and MSVC
Posted: Fri Oct 14, 2022 9:53 am
When linking with MSVC please use this linker flag:
/SUBSYSTEM:WINDOWS,5.01
Now both will have the same size. Borland uses 5 by default and MSVC uses 6 by default
Thanks to Bruno Cantero!
/SUBSYSTEM:WINDOWS,5.01
Now both will have the same size. Borland uses 5 by default and MSVC uses 6 by default
Thanks to Bruno Cantero!