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

Branch release/v7, vs running problem #35

Closed gregrgr closed 2 years ago

gregrgr commented 2 years ago

Use the following command clone git clone -b release/v7 --recurse-submodules https://github.com/lvgl/lv_sim_visual_studio.git 微信截图_20210903103106

No response when running vs.

sergioaiello commented 2 years ago

Hi. I'm having the same problem. I need to install v7 on visual studio 2022 (actually downgraded 2019 v142) and I do not find the way. Please help! thank you

MouriNaruto commented 2 years ago

@gregrgr @sergioaiello

I have reproduced the issue and fixed it.

Because the newer version of win32drv don't support LVGL v7, I have created the win32drv_v7 in release/v7 branch.

Kenji Mouri

sergioaiello commented 2 years ago

Hi, I did: git clone https://github.com/lvgl/lv_sim_visual_studio.git --recurse-submodules cd lv_sim_visual_studio git checkout release/v7 git submodule update

when I loaded the sln file I got an error window with the following message:

One or more projects in the solution were not loaded correctly. Please see the Output Window for details.

And Visual Studio did not open a workable project.

Could you, pls, help me?

Thank you and best regards, S.