I put COMPILING_MODULE_DLL on C/C++->Preprocessor and rebuild dll-maker project.
I found a lot of errors as below,
treenode.h(80,24): error C3646: '__customDisplayFunction': unknown override specifier
treenode.h(80,48): error C2059: syntax error: '='
simpledatatype.h(1425,74): error C2238: unexpected token(s) preceding ';'
My IDE is Microsoft Visual Studio Community 2022 (64-bit).
How can I solve these problems?
Thank you for your attention!