andlabs / andlabs/libui

Alpha 3.1 Windows shared libraries require MSVCR120D.DLL; OS X static libs require El Capitan

Open
#111 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
10.9k
Forks
612
PR merge metrics
No merged PRs in 30d

Description

It seems that the Windows shared libraries in the **[Alpha 3.1](https://github.com/andlabs/libui/releases/tag/alpha3.1)** release were compiled in _debug_ mode, as they have a dependency on `MSVCR120D.DLL`. AFAIK, the previous **[Alpha 3](https://github.com/andlabs/libui/releases/tag/alpha3)** release was built in _release_ mode and does not include this dependency. I've attached screenshots of all four libraries from Dependency Walker.

| Alpha 3 32-bit | Alpha 3 64-bit |
| --- | --- |
| ![libui32-alpha3](https://cloud.githubusercontent.com/assets/12944771/15831207/8331ab74-2bea-11e6-9a06-4715fbd1f276.png) | ![libui64-alpha3](https://cloud.githubusercontent.com/assets/12944771/15831221/90af0f3a-2bea-11e6-8b22-cc9d983f9ee0.png) |

| Alpha 3.1 32-bit | Alpha 3.1 64-bit |
| --- | --- |
| ![libui32-alpha3 1](https://cloud.githubusercontent.com/assets/12944771/15831246/a343f94e-2bea-11e6-8119-4dd707fe8530.png) | ![libui64-alpha3 1](https://cloud.githubusercontent.com/assets/12944771/15831255/ad5c17f4-2bea-11e6-921b-86bff33d78f7.png) |

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.