Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Not requiring qtinf70.dll

Status
Not open for further replies.

gavinnosler

Programmer
Aug 21, 2004
10
US
I can't get my application to not require qtinf70.dll. I read a posting somewhere that if you include runtime packages, it won't need the DLL. I'm including runtime packages but it still requires the DLL. Any advice on how I can make my application not dependent on this DLL? Thanks
 
do not use QDialogs

--------------------------------------
What You See Is What You Get
 
Hmm, I'm not including it in any of my source files, but I'm using quite a few components. If QDialogs is used in one of the components would that cause the problem?
 
yes, certainly.
do you have the source files of the components?

--------------------------------------
What You See Is What You Get
 
No, at least not yet. Some of them I won't have full source to, but I think the culprit is one I will have source to.

I might not even mind including the DLL, but I searched my entire hard drive for the DLL and it's nowhere to be found. Which is weird, since I can run the app just fine from my computer, but when I test it on another it says it needs the DLL. If the DLL isn't too large then I won't mind.
 
in fact it is the unit Qt that uses qtintf70.dll (qt is referenced in qdialogs). try to search this unit in your source... the dll can be found under the winnt\system32 path

--------------------------------------
What You See Is What You Get
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top