You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would like to express my appreciation to the project owner for initiating such a valuable project. Currently, I am encountering a challenge involving unresolved linker errors (LNK2019) when attempting to utilize the CreateCommand constructor within DropGraphicsView.cpp. The full error message is :
DropGraphicsView.cpp.obj:-1: error: LNK2019: symbole externe non r‚solu "public: __cdecl QtNodes::CreateCommand::CreateCommand(class QtNodes::BasicGraphicsScene *,class QString,class QPointF const &)" (??0CreateCommand@QtNodes@@QEAA@PEAVBasicGraphicsScene@1@VQString@@AEBVQPointF@@@Z) r‚f‚renc‚ dans la fonction "public: void __cdecl DropGraphicsView::placeNodeInScene(class QString const &,class QPoint const &)" (?placeNodeInScene@DropGraphicsView@@QEAAXAEBVQString@@AEBVQPoint@@@Z)
Environment
Using Qt Creator for building with Qt 6.5.6 MSVC 2019 64-bit.
Additional Context
Commenting out this line resolves the issue. However, I miss the functionality of using TreeView to create a node.
The text was updated successfully, but these errors were encountered:
This error is related due to a build error in the QtNodes library in MSVC... is a linkage error, I will take a look at the QtNode lib and check if there is something related
Hello, I would like to express my appreciation to the project owner for initiating such a valuable project. Currently, I am encountering a challenge involving unresolved linker errors (
LNK2019
) when attempting to utilize theCreateCommand
constructor withinDropGraphicsView.cpp
. The full error message is :DropGraphicsView.cpp.obj:-1: error: LNK2019: symbole externe non r‚solu "public: __cdecl QtNodes::CreateCommand::CreateCommand(class QtNodes::BasicGraphicsScene *,class QString,class QPointF const &)" (??0CreateCommand@QtNodes@@QEAA@PEAVBasicGraphicsScene@1@VQString@@AEBVQPointF@@@Z) r‚f‚renc‚ dans la fonction "public: void __cdecl DropGraphicsView::placeNodeInScene(class QString const &,class QPoint const &)" (?placeNodeInScene@DropGraphicsView@@QEAAXAEBVQString@@AEBVQPoint@@@Z)
Environment
Using Qt Creator for building with Qt 6.5.6 MSVC 2019 64-bit.
Additional Context
Commenting out this line resolves the issue. However, I miss the functionality of using TreeView to create a node.
The text was updated successfully, but these errors were encountered: