lvgl / lv_port_pc_visual_studio

Visual Studio projects for LVGL embedded graphics library. Recommended on Windows. Linux support with Wayland is work in progress.
MIT License
552 stars 282 forks source link

when i update the lvgl to the newest version, many errors!! #65

Open xinsuinizhuan opened 6 months ago

xinsuinizhuan commented 6 months ago

1、lv_indev_get_disp not define error as: win32drv.obj : error LNK2019: 无法解析的外部符号 lv_indev_get_disp,函数 lv_windows_get_indev_window_handle 中引用了该符号 2、not show ui, tips: _lv_display_refr_timer: No draw buffer lv_refr.c:350

xinsuinizhuan commented 6 months ago

new verison has no lv_indev_get_disp,but in win32drv.c has the function: 图片

MouriNaruto commented 6 months ago

https://github.com/lvgl/lvgl/commit/e10f573150a95822df6422541bcc9ea1238f098a#diff-35a05ebbf5595318ed115bcabc7f70e6ae0b4f1f3ace3629e154a7434fe680f1

It looks the yesterday's LVGL mainline changed a lot of API namings.

Kenji Mouri

MouriNaruto commented 6 months ago

https://github.com/lvgl/lv_port_pc_visual_studio/commit/aa94c0504b8e1a1836d424723c46044cba5f5ee6

It should be fixed after this commit.

Kenji Mouri

xinsuinizhuan commented 6 months ago

still error: when i update the newest version, open the .sln,then errors: c1 : fatal error C1083: coould not open: “E:\lvgl\git\lv_port_pc_visual_studio-master\LvglPlatform\lvgl\src\draw\renesas\dave2d\lv_draw_dave2d_uitls.c”: No such file or directory

but the file is exist

xinsuinizhuan commented 6 months ago

still: 图片

xinsuinizhuan commented 6 months ago

still: 图片

MouriNaruto commented 6 months ago

I don't think you have updated the newest version of this repository. (I think maybe you need to clone this repository again.)

Because this old issue I have fixed.

Kenji Mouri

MouriNaruto commented 6 months ago

image

With the GitHub search feature, you will know I fixed this issue.

Kenji Mouri