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 itTongue Tied 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]
# 1
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....

NeedHelper at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 2
I have the same problem. Please help!!
DevelOper_sdl at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 3
Hi there - the lastest version of this DLL is redistributable. Check out: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/html/xptheming.asp

Thanks,
April Reagan
Visual C++ Program Management

AprilReagan at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...