B
Bugenhagen
Hello
I developed a simple application using MFC and Visual Studio .NET C++ 2002
(7.0). I developed the app on a computer with Windows 2000 Professional.
Other users of the application viewed the GUI as intended as long as they
were running Win2k operating systems. Users with Windows XP had a deformed
GUI with controls misaligned and incorrect form dimensions. I want to do
another MFC application but I want XP users to be able to use it too. I'm
still developing on a computer running Windows 2000. My question is, what
would cause a mismatch between GUI's on different OS's? My guess is that the
MFC DLL's are slightly different between Win2k and WinXP and maybe I have to
build using a static library instead of a linked one.
TIA
I developed a simple application using MFC and Visual Studio .NET C++ 2002
(7.0). I developed the app on a computer with Windows 2000 Professional.
Other users of the application viewed the GUI as intended as long as they
were running Win2k operating systems. Users with Windows XP had a deformed
GUI with controls misaligned and incorrect form dimensions. I want to do
another MFC application but I want XP users to be able to use it too. I'm
still developing on a computer running Windows 2000. My question is, what
would cause a mismatch between GUI's on different OS's? My guess is that the
MFC DLL's are slightly different between Win2k and WinXP and maybe I have to
build using a static library instead of a linked one.
TIA