Delphi 6命令行编译:没有DCU [英] Delphi 6 command line compile: NO DCU’s

查看:61
本文介绍了Delphi 6命令行编译:没有DCU的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对.dpr文件使用dcc32时,它会生成一个dll,但不会生成dcu。



项目级别.cfg使用–N开关设置路径,但指定的目录中没有任何内容。它必须在-E开关工作时看到.cfg。



我在调用dcc32之前尝试对.dpr文件使用brcc32 / brc32。错误projectName.dpr 3 1:期望结束吗?



需要执行哪些步骤才能使用clc / utility生成dcu文件?
在装有Delphi 6的XP上运行。
DCC32 v14
BRC32 v5.4

解决方案

也许它忽略了-N开关,因为它没有没有一个?据我所知,用于指定dcu位置的开关是-N0开关。 (字母N,数字0)。


When using dcc32 against the .dpr file it produces a dll but no dcu’s.

The project level .cfg is using the –N switch to set the path but nothing is in the directory specified. It must see the .cfg as the –E switch is working.

I tried to use brcc32/brc32 against the .dpr file before a call dcc32 but either one gives me the Error projectName.dpr 3 1: Expecting END?

I need the dcu’s from project1 for project2 which when I run the dcc32 against the .dpr it errors stating it can’t find the missing dcu’s from project1 for project2.

What steps, clc/utility need to be run to produce the dcu files? Running on XP with Delphi 6 installed. DCC32 v14 BRC32 v5.4

解决方案

Perhaps it is ignoring the -N switch because it doesn't have one? As far as I know the switch to specify where the dcu's should go is the -N0 switch. (Letter N, digit zero).

这篇关于Delphi 6命令行编译:没有DCU的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆