Hello,
i want to report a bug in dcc32.exe.
If you want to compile a project on drive b:, the Params /N and /LN are not
working.
Param /E and /LE are working fine.
Example:
1. Make directorys in c:\temp
-c:\temp\test
-c:\temp\test\
gui
-c:\temp\test\dcc
2. Install drive b: (subst b: c:\temp)
3. Create new project (and place a TButton and/or TEdit on it)
4. Go to menu-project-options -> Directories/Conditionals
4. Edit Output directory to "b:\test\
gui"
5. Edit
Unit output directory to "b:\test\
gui"
6. Press ok
7. Save project to b:\test\
8. Compile
9. In b:\test\
gui you find *.dcu and *.exe
10. Ok, this works fine
11. Go to shell ([start] run -> cmd.exe)
12. Go to b:\test (cd /d b:\test)
13. Compile project with dcc32.exe
dcc32 -Eb:\test\dcc -Nb:\test\dcc -Uc:\programme\borland\
bds\3.0\lib
project1.dpr
(for "c:\programme\borland\
bds\3.0\lib" you type the location of your
Delphi9 install + \lib / for "project1.dpr" you type your project filename)
14. In b:\test\dcc is only the *.exe file.
The *.dcu files are in b:\test
15. -> /N and /LN are not working on b:
On every drive c:, d: , e: , ..., z: it works fine.
-N and -LN in project1.cfg is also not working.
-N and -LN in $(
BDS)\bin\dcc32.cfg is also not working.
I tested this today in Delphi 7 -> the bug is in there too!!!
Sorry for my bad English, I'm German.
Kind regards