Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Documentation
#18
Photo 
(08-31-2021, 09:45 PM)rlebeau Wrote:
(08-31-2021, 09:26 PM)wzehntner Wrote: I got a Debug-DCU-path:
$(BDSLIB)\$(Platform)\debug which resolves on my system to:
c:\program files (x86)\embarcadero\rad studio\9.0\lib\win32\debug

That is a DEBUGGING path, it is used only at runtime when the debugger needs to step into source code.  That is not a path used during compiling.

In the project options, double-check the "Unit Output Directory".  If it is blank, .DCU files will be output in the same folder as the .PAS files they were generated from.  Either set that path to a common folder.  Or set the "Search path" to include all 3 of Indy's source folders (System, Core, Protocols).
(08-31-2021, 09:26 PM)wzehntner Wrote: I still get error:
[DCC Fataler Fehler] IdDsnPropEdBindingVCL.pas(80): F1026 Datei nicht gefunden: 'IdIDN.dcu'
                                                                      ^^^
Line 80 reads: 
Code:
  IdSocketHandle;

The ONLY unit in Indy that uses IdIDN is IdStackWindows.pas (which makes sense, since IdIDN.pas is currently a wrapper for some Windows-only APIs), and even then ONLY in its implementation section.  So there is no way that IdSocketHandle.pas or IdDsnPropEdBindingVCL.pas could even be seeing IdIDN.  Something odd is going on with your system.  Are you SURE you cleaned out the old Indy files FULLY from your system before attempting this new build?

I have no "Unit Output Directory" 
I have only a unit-namespace feature see attached screenshot.

Thanks for your suggestion: I will hunt for old Indy-files

Edit: I found a couple of old Indy-files and deleted them.
However building all Indy-projects still resulted in this error:
[DCC Fataler Fehler] IdDsnPropEdBindingVCL.pas(80): F1026 Datei nicht gefunden: 'IdIDN.dcu'

I copied IdIDN.dcu from System to Core and to Protocol; compiling now was successful and I am happy with it.
I finally got Indy 10.6.2 installed and won't bother with this IdIDN.dcu


Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
Documentation - by lefjucabro - 04-22-2021, 11:33 AM
RE: Documentation - by rlebeau - 04-22-2021, 05:19 PM
RE: Documentation - by lefjucabro - 04-26-2021, 12:36 PM
RE: Documentation - by jtremblet - 06-07-2021, 09:23 AM
RE: Documentation - by rlebeau - 06-07-2021, 04:45 PM
RE: Documentation - by kudzu - 06-08-2021, 12:06 AM
RE: Documentation - by rlebeau - 06-08-2021, 01:15 AM
RE: Documentation - by jtremblet - 06-08-2021, 03:18 PM
RE: Documentation - by kudzu - 06-08-2021, 04:58 PM
RE: Documentation - by wzehntner - 08-31-2021, 06:49 AM
RE: Documentation - by rlebeau - 08-31-2021, 04:38 PM
RE: Documentation - by wzehntner - 08-31-2021, 09:26 PM
RE: Documentation - by rlebeau - 08-31-2021, 09:45 PM
RE: Documentation - by wzehntner - 09-01-2021, 08:08 AM
RE: Documentation - by wzehntner - 08-28-2021, 12:17 AM
RE: Documentation - by wzehntner - 08-29-2021, 07:39 PM
RE: Documentation - by wzehntner - 08-31-2021, 12:32 AM
RE: Documentation - by rlebeau - 08-31-2021, 01:50 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)