Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio 14 Win64 compilation issue. #7

Open
piotrzaremba opened this issue Feb 27, 2017 · 2 comments
Open

Visual Studio 14 Win64 compilation issue. #7

piotrzaremba opened this issue Feb 27, 2017 · 2 comments
Assignees

Comments

@piotrzaremba
Copy link

I am having issues compiling the library using /TP.

I use the cmake-gui to create a default Visual Studio 14 Win64 solution.
I select properties -> C/C++/Advanced/Compile As within Visual Studio.
I receive several compilation issues especially in the shared util code base.
Any suggestions?

@dcristoloveanu
Copy link
Member

dcristoloveanu commented Apr 11, 2017

I created PR #17 to fix the issues that the EH SDK repo has when building with /TP only for the production code (not for the tests, that is a different story).
The rest of the issues are in C shared and uamqp.
I can also fix the ones in uAMQP, the C shared ones will have to have an issue filed there and addressed.

Thanks,
/Dan

@dcristoloveanu
Copy link
Member

@piotrzaremba
Also created PRs on uamqp: Azure/azure-uamqp-c#85 and C shared utility:
Azure/azure-c-shared-utility#70

Hope to get those in and then the production code will compile with /TP. For unit tests more work is needed.

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

No branches or pull requests

2 participants