pers0na2dev / imgui-editor

No-code UI creating software for ImGui. Create an interface for your application with the convenience of Figma and the functionality of Photoshop.
MIT License
188 stars 25 forks source link

Compilation issues regarding MinGW #16

Closed Ena-Shepherd closed 10 months ago

Ena-Shepherd commented 10 months ago

Describe the bug

Hello, building on MinGW doesn't work due to the project using Unicode. it leads to conversion type errors such as the compiler refusing to convert char * to LPSTR.

Steps to reproduce

Build using Msys2 MinGW-64 :

Expected behavior

The project builds normally

Environment

pers0na2dev commented 10 months ago

Most likely fixed, please clone the repository again and try to build.