'SetDefaultDllDirectories': is not a member of '`global namespace'' [message #1844008] |
Fri, 27 August 2021 01:19  |
Eclipse User |
|
|
|
Hi All,
I am trying to build the VC++ application in Eclipse IDE,
The Application is building in visual studio without any issues, able to generate exe and see the output as well,
When I am trying in Eclipse IDE with a same application It's throwing the following error :
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\include\atlcore.h(644): error C2039: 'SetDefaultDllDirectories': is not a member of '`global namespace''"
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\include\atlcore.h(644): error C2065: 'SetDefaultDllDirectories': undeclared identifier"
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\include\atlcore.h(646): error C2065: 'LOAD_LIBRARY_SEARCH_SYSTEM32': undeclared identifier"
I referred some solution like, I need to set the pre-processor definitions,
so I set the _USING_V110_SDK71 in project->properties->C/C++->preprocessor->Preprocessor definitions(in visual studio 2015).
Could any one suggest me how to solve the above error's or how do I set this definitions in Eclipse IDE?
Regards,
Asha.S.D
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.68335 seconds