This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Knowledge Base
- :
- error LNK2001: unresolved external symbol __imp_PathRemoveBackslashW
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
error LNK2001: unresolved external symbol __imp_PathRemoveBackslashW
error LNK2001: unresolved external symbol __imp_PathRemoveBackslashW
Summary
This article will explain how to overcome the linker error "unresolved external symbol __imp_PathRemoveBackslashW".Symptoms
When building the v11.13.1+ with a Visual Studio 2010 compiler, the following error is displayed:"mgr.lib(flex_file.obj) : error LNK2001: unresolved external symbol
__imp_PathRemoveBackslashW"
Cause
This is caused by missing libraries during the build process.Resolution
Add the following libraries to your build:psapi.lib
Shlwapi.lib
dhcpcsvc.lib
No ratings