cginternals / cginternals/glraw
Fix compilation on Windows
Open
- Dominant language
- C++
- Stars
- 64
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
There is a vast amount of linkage warnings for glraw classes and especially this one is an error which prevents building glraw:
```
D:\jenkins\workspace\glraw-windows-msvc2015\source\glraw\source\RawFile.cpp(45): error C2491: 'glraw::RawFile::s_signature': definition of dllimport static data member not allowed [D:\jenkins\workspace\glraw-windows-msvc2015\build\source\glraw\glraw.vcxproj]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.