 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jamie Swanson Guest
|
Posted: Mon Apr 24, 2006 8:03 pm Post subject: Finding the unit causing a qtintf70.dll error |
|
|
Like many others in several borland.delphi.xxx newsgroups, we recently
encountered an error with our Delphi program where a dependency to
"qtintf70.dll" suddenly popped up.
"The application has failed to start because qtintf70.dll was not
found.
Re-installing the application may fix this problem."
Of course, that dependency means that SOMETHING in your code is
referencing one of the "QT" units for cross-platform support
(Kylix/Windows). All the units start with "Q" but how to find just the
ones in uses clauses??
I quickly found our culprit by simply GREP-ing the entire project for
the string ", q" (comma space q). Its not guaranteed of course, but
it was quick and dirty for me.
Just thought I'd share. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|