When I run the program in the debugger trace, I see this:
'VideoPhillPlayer.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_ebfb56996c72aefc\comctl32.dll' 'VideoPhillPlayer.exe': Unloaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_ebfb56996c72aefc\comctl32.dll' 'VideoPhillPlayer.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_ebfb56996c72aefc\comctl32.dll' 'VideoPhillPlayer.exe': Unloaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_ebfb56996c72aefc\comctl32.dll' 'VideoPhillPlayer.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_ebfb56996c72aefc\comctl32.dll' 'VideoPhillPlayer.exe': Unloaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_ebfb56996c72aefc\comctl32.dll' 'VideoPhillPlayer.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_ebfb56996c72aefc\comctl32.dll' 'VideoPhillPlayer.exe': Unloaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_ebfb56996c72aefc\comctl32.dll'
This is just a snippet. It continues 100 lines at a time ...
Can someone explain why ???
EDIT:
I run x86 code under x64 Windows and also get this in the trace window:
'VideoPhillPlayer.exe': Loaded 'ImageAtBase0x504b0000', No symbols loaded. 'VideoPhillPlayer.exe': Loaded 'ImageAtBase0x5720000', No symbols loaded. 'VideoPhillPlayer.exe': Unloaded 'ImageAtBase0x504b0000' 'VideoPhillPlayer.exe': Loaded 'ImageAtBase0x54610000', No symbols loaded. 'VideoPhillPlayer.exe': Loaded 'ImageAtBase0x65c0000', No symbols loaded. 'VideoPhillPlayer.exe': Unloaded 'ImageAtBase0x54610000'
Daniel Mošmondor
source share