 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Peter Jukel Guest
|
Posted: Wed Aug 20, 2003 1:10 pm Post subject: Removing QTINTF.DLL Dependency from converted app |
|
|
Hi
I converted my app from CLX to VCL, but for some reason, I cannot get
rid of the dependency on QTINTF.DLL (when I run it on a system without
QTINTF.DLL, it displays an error saying the file is missing).
I have searched through my whole project for CLX units in the uses
clause, and have searched for imports of {$R .dfm}, but have found none.
I ran dependency walker, and during the profiling stage, I get the
following:
DllMain(0x00CF0000, DLL_PROCESS_ATTACH, 0x0012FD30) in "QTINTF.DLL" called.
GetProcAddress(0x00400000 [HUTMIL.EXE], "___CPPdebugHook") called from
"QTINTF.DLL" at address 0x00F501D6 and returned NULL. Error: The
specified procedure could not be found (127).
GetProcAddress(0x00400000 [HUTMIL.EXE], "___CPPdebugHook") called from
"QTINTF.DLL" at address 0x00F5BAF2 and returned NULL. Error: The
specified procedure could not be found (127).
GetProcAddress(0x77E60000 [KERNEL32.DLL], "GetProcAddress") called from
"QTINTF.DLL" at address 0x00F5A256 and returned 0x08371BE9.
GetProcAddress(0x77E60000 [KERNEL32.DLL], "Borland32") called from
"QTINTF.DLL" at address 0x00F5A25E and returned NULL. Error: The
specified procedure could not be found (127).
DllMain(0x00CF0000, DLL_PROCESS_ATTACH, 0x0012FD30) in "QTINTF.DLL"
returned 1 (0x1).
How can I use this information to find and remove the dependency? Is
there possibly some project setting that I need to change?
I am really confused, and I can't ship QTINTF.DLL, because it will make
my distributable too big.
Regards
Peter
|
|
| Back to top |
|
 |
Uffe Kousgaard Guest
|
Posted: Wed Aug 20, 2003 1:24 pm Post subject: Re: Removing QTINTF.DLL Dependency from converted app |
|
|
Have you looked in the DPR file?
Any {$R *.xfm} ?
"Peter Jukel" <pjuke (AT) NOSPAM (DOT) triplehash.com> wrote
| Quote: | Hi
I converted my app from CLX to VCL, but for some reason, I cannot get
rid of the dependency on QTINTF.DLL (when I run it on a system without
QTINTF.DLL, it displays an error saying the file is missing).
I have searched through my whole project for CLX units in the uses
clause, and have searched for imports of {$R .dfm}, but have found none.
|
|
|
| Back to top |
|
 |
Peter Jukel Guest
|
Posted: Wed Aug 20, 2003 1:47 pm Post subject: Re: Removing QTINTF.DLL Dependency from converted app |
|
|
Yes, I have looked, but not found . Any other ideas?
Regards
Peter
Uffe Kousgaard wrote:
| Quote: | Have you looked in the DPR file?
Any {$R *.xfm} ?
"Peter Jukel" <pjuke (AT) NOSPAM (DOT) triplehash.com> wrote in message
news:3f437361 (AT) newsgroups (DOT) borland.com...
Hi
I converted my app from CLX to VCL, but for some reason, I cannot get
rid of the dependency on QTINTF.DLL (when I run it on a system without
QTINTF.DLL, it displays an error saying the file is missing).
I have searched through my whole project for CLX units in the uses
clause, and have searched for imports of {$R .dfm}, but have found none.
|
|
|
| Back to top |
|
 |
Marc Rohloff Guest
|
Posted: Wed Aug 20, 2003 3:44 pm Post subject: Re: Removing QTINTF.DLL Dependency from converted app |
|
|
You could (temporarily) delete the CLX files in the source and lib
directories and see if there are build errors.
Marc
|
|
| 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
|
|