|
|
|
|
Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Thomas Roeder
|
Sep 13, 2012 - 2:54 PM
|
Hi Support, I use the Prof-UIS MFC GUI library. Since no project updates for upcomming Visual Studio 2012, could you tell how to get it compiled under VS2012. During compilation of ProfUISDLL /MBCS Debug , I’m getting errors like: 1> ExtToolControlBar.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\include\../src/mfc/AfxImpl.h(423): error C2039: ’CompareStringEx’ : is not a member of ’`global namespace’’
1>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\include\../src/mfc/AfxImpl.h(423): error C2065: ’LOCALE_NAME_INVARIANT’ : undeclared identifier
1>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\include\../src/mfc/AfxImpl.h(423): error C3861: ’CompareStringEx’: identifier not found
1> ExtToolBoxWnd.cpp
1> ExtRichContent.cpp
1> ExtTabWnd.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\include\../src/mfc/AfxImpl.h(423): error C2039: ’CompareStringEx’ : is not a member of ’`global namespace’’
1>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\include\../src/mfc/AfxImpl.h(423): error C2065: ’LOCALE_NAME_INVARIANT’ : undeclared identifier
1>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\include\../src/mfc/AfxImpl.h(423): error C3861: ’CompareStringEx’: identifier not found
Could you explain how to fix this?
Thanks.
|
|
Vishnu Prasanth
|
Feb 24, 2014 - 4:19 AM
|
This is a problem with Visual sudio 2012. You can solve it by Installing Visual studio update 4.0. It’s around 2GB. I’m curious what’s inside!
|
|
Alastair Watts
|
Sep 22, 2012 - 11:46 AM
|
|
|
Piotr Tracz
|
Dec 1, 2012 - 8:45 AM
|
Microsoft released a patch, which allows native XP targeting. Does it solves that compile problems?
|
|
Piotr Tracz
|
Sep 14, 2012 - 9:25 AM
|
I know MS is working on patch to support XP. Try to change _WIN32_WINNT to 0x0600 which means VISTA
|
|
Thomas Roeder
|
Sep 14, 2012 - 9:51 AM
|
|
|
Thomas Roeder
|
Sep 14, 2012 - 8:41 AM
|
Thanks for the partial answer. It looks like for now the Visual Studio 2012 do not support Windows XP clients, but I’m trying to compile the Prof-UIS MFC library under new Windows 8 OS. Is there any way to fix the source code(if keep in mind it would be ran on Vista or high)? This question is rather to Prof-UIS Tech. Support, and I guess not just me but others are interested in the answer. It puts under question the further usability of the library.
|
|
Piotr Tracz
|
Sep 14, 2012 - 4:00 AM
|
|
|