adem0x / txquery

Automatically exported from code.google.com/p/txquery
Other
0 stars 0 forks source link

Compiling latest version missing .res files #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install latest version (prior version did not exist for me)
2. Open .dpk, compile
3. 2 errors  File not found xqyacc.res  and Qexpryacc.res

I am using Delphi 2006  (BDS 2006)

I will try downloading older source files to see if the .res files are there.

Original issue reported on code.google.com by lfe...@gmail.com on 19 Apr 2012 at 3:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
okay, compiled .rc files with brcc32.exe and all is well.

Original comment by lfe...@gmail.com on 19 Apr 2012 at 3:24

GoogleCodeExporter commented 9 years ago
I am getting these errors with Delphi XE

[DCC Error] E1026 File not found: 'Qexpryacc.res'
[DCC Error] E1026 File not found: 'xqyacc.res'

How have you solved this?

Original comment by rgilland...@gmail.com on 23 Jul 2012 at 5:22

GoogleCodeExporter commented 9 years ago
OK, figured it out.
It was this simple:

"C:\Program Files (x86)\Embarcadero\RAD Studio\8.0\bin\brcc32.exe" QExprYAcc.rc
"C:\Program Files (x86)\Embarcadero\RAD Studio\8.0\bin\brcc32.exe" xqyAcc.rc

Original comment by rgilland...@gmail.com on 24 Jul 2012 at 11:11