itas109 / CSerialPort

CSerialPort - lightweight cross-platform serial port library for C++/C/C#/Java/Python/Node.js/Electron
https://blog.csdn.net/itas109/article/details/84282860
Other
730 stars 339 forks source link

warning C4275: non dll-interface class "sigslot::xxx" used as base for dll-interface class #57

Closed itas109 closed 6 months ago

itas109 commented 2 years ago

Describe the bug warning C4275: non dll-interface class "sigslot::xxx" used as base for dll-interface class

on windows visual studio 2017

Desktop (please complete the following information):

itas109 commented 2 years ago

将sigslot的class导出可解决warning C4275