leadedge / Spout2

A video frame sharing system for Microsoft Windows
BSD 2-Clause "Simplified" License
760 stars 138 forks source link

Use _access and string find in place of shlwapi path functions #107

Closed vkedwardli closed 10 months ago

vkedwardli commented 10 months ago

This could compile successfully now: https://github.com/flyinghead/flycast/actions/runs/7230643299/job/19702929079

leadedge commented 10 months ago

Actually I had already made these changes when I updated the addon. But I forgot that I had not pushed them yet, concentrating on SpoutUtils. There are other changes that would complicate a pull. At least you are up and running now. There are minor changes yet to be done to the CMake files, but they will not affect your build.

vkedwardli commented 10 months ago

May be time to setup the GitHub actions to build for both MinGW and Visual Studio

leadedge commented 10 months ago

Maybe later but not right now.

Meanwhile there is another solution for SpoutMessageBox by extending the original concept of using "SpoutPanel" as a message dialog. All functions including icons, multiple buttons and multiple urls will be retained.