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 (follow #35) #39

Closed sergioaiello closed 2 years ago

sergioaiello commented 2 years ago

Hi, I can work yet with v7. 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. What's wrong? Thank you for helping.

MouriNaruto commented 2 years ago

Please clone release/v7 branch directly. Because v8 branch is much different thanv7 branch.

git clone -b release/v7 --recurse-submodules https://github.com/lvgl/lv_sim_visual_studio

Kenji Mouri

stale[bot] commented 2 years ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.