PikachuHy / QtMarkdown

Markdown Parser, Render and Editor for Qt
MIT License
23 stars 9 forks source link

Windows环境编译问题 #12

Open chenyu152 opened 3 months ago

chenyu152 commented 3 months ago

我看到代码中也有提到,且看情况并没修好 // FIXME: 在win上使用编译的dll错误 / Command.cpp.obj : error LNK2019: 无法解析的外部符号 "public: void __cdecl md::editor::Document::updateCursor(class md::editor::Cursor &,class md::editor::CursorCoord const &,bool)" (?updateCursor@Document@editor@md@@QEAAXAEAVCursor@23@AEBVCursorCoord@23@_N@Z), 函数 "public: virtual void __cdecl md::editor::InsertTextCommand::execute(class md::editor::Cursor &)" (?execute@InsertTextCommand@editor@md@@UEAAXAEAVCursor@23@@Z) 中引用了该符号 /

PikachuHy commented 3 months ago

太久不太记得了 很久没弄过这个项目了