Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

ANSI library is deployed instead of Unicode version #1

Open
crowbar27 opened this issue Apr 6, 2014 · 0 comments
Open

ANSI library is deployed instead of Unicode version #1

crowbar27 opened this issue Apr 6, 2014 · 0 comments

Comments

@crowbar27
Copy link

I use your package in a C++ project in VS 2012. Using the settings exposed in the project settings (Project properties > "Configuration Properties" > "Referenced Packages" > "expat"), I changed expat to use UTF-16. This is working perfectly for the compilation step, ie the preprocessor #define is set correctly and my Unicode project compiles perfectly.

However, it seems that the setting is not affecting the redistributable package, because VS always copies the ANSI library to the output directory. I can fix this by manually copying libexpatw.dll, but I found no way to make VS do this automatically.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant