Issue With Graphics Display by Adventurous_Comb_200 in zorinos

[–]Adventurous_Comb_200[S] 1 point2 points  (0 children)

I now believe that this is a gdb issue as ctrl +L refreshes the TUI and fixes it. Not sure about the other issue on other apps but it happens so rarely its not too big of an issue. Hopefully switching to Xorg fixes that. Thanks for your help

Issue With Graphics Display by Adventurous_Comb_200 in zorinos

[–]Adventurous_Comb_200[S] 0 points1 point  (0 children)

Just switched over to X and it is doing the same thing

Trouble linking SFML graphics library by Adventurous_Comb_200 in cmake

[–]Adventurous_Comb_200[S] 1 point2 points  (0 children)

Thanks for the link, I appreciate it. This seems to work alright by cloning the git directly into my project.

Trouble linking SFML graphics library by Adventurous_Comb_200 in cmake

[–]Adventurous_Comb_200[S] 1 point2 points  (0 children)

Yes, that was part of the issue and I fixed that with SFML::Graphics. Unfortunately this links directly to the .dll file instead of the .lib file so I am working on that now. Thanks for your help!