You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been having an issue with compiling with Visual Studio rather than Cmake (funnily enough I'm porting my project to Cmake soon) and I've noticed a few others have the same issue with color and bgcolor unresolved symbols.
I found renaming one of the color.cpp files to color2.cpp fixed the issue so I think VS doesn't like the name collision.
Just thought i'd note it for anyone with the same issue and if you want to make the project buildable from source in VS.
The text was updated successfully, but these errors were encountered:
How does it work in Visual Studio? I was expecting Visual Studio to "understand" cmake and use it under the hood when provided. At least, this is what I do when I do test on Windows from time to time.
Searching online, the issue your are reporting seems real:
I've been having an issue with compiling with Visual Studio rather than Cmake (funnily enough I'm porting my project to Cmake soon) and I've noticed a few others have the same issue with color and bgcolor unresolved symbols.
I found renaming one of the color.cpp files to color2.cpp fixed the issue so I think VS doesn't like the name collision.
Just thought i'd note it for anyone with the same issue and if you want to make the project buildable from source in VS.
The text was updated successfully, but these errors were encountered: