How to use a dll function
-
and changed the focus, I noticed that it is easier to make the dll in the same Qt.
I wonder what kind of data to corespondete (Cardinal of Delphi) to Qt?
graciously
-
Sorry, I don't understand the question.
-
code in the above described i: = Cardinal.
Cardinal is a type of data used in Delphi, I wonder what kind of data coresponding Qt
-
Basically, it is an unsigned 32 bits integer, in the current version of Delphi, if I can trust what a quick Google search tells me. quint32 would be the compatible type in Qt on all platforms.
-
Are you asking for advice on how to port the Delphi/Pascal code to C++/Qt?
-
If I understood correctly, you want to use existing Delphi/Pascal code within Qt? Or is it more like what Volker asked?
-
[quote author="aldoduju" date="1300650793"]and changed the focus, I noticed that it is easier to make the dll in the same Qt.
I wonder what kind of data to corespondete (Cardinal of Delphi) to Qt?
[/quote]
From this posting, I gather that aldoduju has changed his mind, and now instead of wanting to use a delphi-build dll in a Qt program, now wants to port his code to Qt and build the dll in Qt. -
Yes, at first I wanted to use to access the dll made in Delphi, now I want to create this dll
code in C + + Qt -
hi aldoduju..
i also want to create a dll in Qt and call an mfc dll made by msvc..if u had any progress can i get some proper pointers
-
hi shisen, what you ask is a new topic. please open a new thread for it. Thanks.