comctl32.dll
Hi
I'm using VC++ 2005 Express Beta 2 + Platform SDK
When compiling i see line :
'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll', Exports loaded
And i don't like it

becouse it wouldn't work on computer were are no VC++ Express Beta 2 installed...
Is it posable to make it use the comctl32.dll from \system32 folder?
[485 byte] By [
Talkless] at [2007-12-17]
Hi
I got similiar problem. My program worked fine under WindowsXP SP1 and VC++ 6.0. After I upgraded to WindowsXP SP2, I got this error:
Loaded 'C:\WINXP\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll', no matching symbolic information found.
First-chance exception in vs.exe: 0xC0000005: Access Violation.
I am totally stucked....please help....