lc-soft/LCUI





The issue has been closed
can you release lcui.dll and lcui.h? #213
retsyo posted onGitHub
Is your feature request related to a problem? Please describe. I failed to compile lcui on msys2+mingw64 on win7 64 bits. And I don't have VS installed [see the foot note]
Describe the solution you'd like Can you release lcui.lib( for static link), lcui.dll and lcui.h, so that the user can try it with for example, python
thanks
[footnote] I tweaked and compiled lcui. So far I can arrived at
$ make
...
CCLD libLCUI.la
libtool: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries; building static only
...
make[1]: Entering directory '/r/LCUI-develop/test'
CC helloworld.o
CCLD helloworld.exe
E:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: helloworld.o:helloworld.c:(.text+0x15): undefined reference to `LCUIWidget_GetById'
E:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: helloworld.o:helloworld.c:(.text+0x29): undefined reference to `LCUIWidget_GetById'
E:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: helloworld.o:helloworld.c:(.text+0x3f): undefined reference to `TextEdit_GetTextW'
E:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: helloworld.o:helloworld.c:(.text+0x4a): undefined reference to `TextView_SetTextW'