GUI and Library
-
-
@raven-worx
What I mean is, I want to create a dll with GUI. is it possible!? and How? -
@hjohn said in GUI and Library:
What I mean is, I want to create a dll with GUI. is it possible!? and How?
Yes it is possible. A dll with GUI is no different than one without, just follow @raven-worx's link and read the docs on how to create a shared library.
-
@hjohn said in GUI and Library:
What I mean is, I want to create a dll with GUI.
yes i know. Shared Library = DLL
-
@raven-worx said in GUI and Library:
yes i know. Shared Library = DLL
I am using centOS .
I have added my .so file into particular debug folder of project in which i want to use.:-1: error: error: /home/local/build-TestDll-Desktop_Qt_5_5_1_GCC_64bit-Debug/libMyLib.so: No such file or directory
i have already added .so file in that path.If i run this project in windows (after changing files path).It works properly.