Hi,
Actually same dll file is properly working in visual studio. Required classes are exported and used in that application just by using namespace and adding reference of that dll file.
So I need to use same dll in qt application. I have linked that dll in my application but still unable to use namespace.
Is header file required for using namespace and using classes in application ?
Thanks for help.
Bookmarks