perazz / wxMaterialDesignArtProvider

Icons Art Provider for wxWidgets with Material Design and other modern icon sets
Apache License 2.0
29 stars 1 forks source link

error compiling on Visual Studio 2022 #3

Closed ErikRomb closed 7 months ago

ErikRomb commented 7 months ago

Hello

Is this supported on Visual Studio? When I try to compile with VS2022, I get a number of C2026 errors on wxSimpleIconsArt.hpp, e.g.

1>C:\dev\wxMaterialDesignArtProvider\MaterialDesign\wxSimpleIconsArt.hpp(3615,1): error C2026: string too big, trailing characters truncated

indicating that string literals are too long.

Kind regards

perazz commented 7 months ago

Thanks for checking @ErikRomb. I don't have a MSVC solution handy but #4 should do the job.