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

ANSI library is deployed instead of Unicode version #1

@crowbar27

Description

@crowbar27

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions