| View previous topic :: View next topic |
| Author |
Message |
MentalBlank Advanced Cheater
Reputation: 0
Joined: 31 Aug 2007 Posts: 65
|
Posted: Thu Jun 25, 2009 5:23 am Post subject: [Help] [Delphi] Problem when trying to build project |
|
|
Hi, i have been looking for ages for information on how to solve this error: [Fatal Error] Unit1.pas( : File not found: 'SHDocVw.dcu' and nothing i have found has been useful. if you could help that would be great
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25820 Location: The netherlands
|
Posted: Thu Jun 25, 2009 6:23 am Post subject: |
|
|
unit1.pas probably has shdocvw is the uses.
Try removing it and see if it's actually used.
Also, search the sourcecode for shdocvw, perhaps the search path for units isn't properly set
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Cheat Engine User Something epic
Reputation: 60
Joined: 22 Jun 2007 Posts: 2071
|
Posted: Thu Jun 25, 2009 6:42 am Post subject: |
|
|
| The file is a file that comes with Delphi 7. If it's not found, reinstall the product.
|
|
| Back to top |
|
 |
NoManchesPuto I post too much
Reputation: 0
Joined: 24 Jan 2009 Posts: 2820
|
Posted: Sun Jun 28, 2009 12:16 am Post subject: |
|
|
I get that sometimes too when I open another source besides my own, simply double click the form, scroll to the top and where it says uses (not the implementation one) you should see what it uses, etc. You will see the SHDocVw as one of its uses, simply delete it.
_________________
|
|
| Back to top |
|
 |
|