Qt 6.11 is out! See what's new in the release
blog
Using QSharedMemory in C++ project
General and Desktop
4
Posts
2
Posters
2.3k
Views
2
Watching
-
i want to using shared memory in Qt project and c++project.
but in C++ project,#include<Qt/QtCore/qsharedmemory.h>
i insert code like above, but in qsharedmemory.h,
"#include<QtCore/qobject.h>" doesn't found. (no serch file or directory)what's the solution? plz help me...:(
-
Hi and welcome to devnet,
what do you mean with "C++ Project"??
To use Qt objects you need a "Qt Project".@mcosta
Thanks for your reply! :)um...i mean...."C++ project" is Non-QtProject. i use this as Background program..
in Non-Qt project, i can't use qt class...? never..?is it non-sence?:(