Skip to content

hxf0223/qt-open-glpoint-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Qt/OpenGL相关资料:

问题

1. Unresolved external symbol

当把 imp 源文件与 api 源文件都作为DLL这一个目标的源码来编译时,在imp相关源码的链接时,出现如下链接错误:

error LNK2001: 无法解析的外部符号 "public: static struct QMetaObject const test::gl_painter::GLCloudWidget2D::staticMetaObject" (?staticMetaObject@GLCloudWidget2D@gl_painter@test@@2UQMetaObject@@B)

这个问题,在test使用__declspec(dllexport)导入该DLL时,也会出现该链接错误:qt forum --Unresolved symbol in user DLL "public: static struct QMetaObject".

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages