<p><br>
On Apr 8, 2012 10:59 PM, "vmars316" <<a href="mailto:vmars316@live.com">vmars316@live.com</a>> wrote:<br>
><br>
> Greetings,<br>
> I would also like to try out QTD.<br>
><br>
> So far, I have set things up this:<br>
> C:\D\dmd2\QT<br>
><br>
> I made a .batch file for both drcc.exe and duic.exe .<br>
> duic.exe gave no feedback.<br>
><br>
> drcc.exe gave the following feedback:<br>
><br>
> C:\D\dmd2\QT\bin>ECHO ON<br>
><br>
> C:\D\dmd2\QT\bin>drcc.exe<br>
> Qt resource compiler<br>
> Usage: drcc.exe [options] <inputs><br>
><br>
> Options:<br>
> -o file write output to file rather than stdout<br>
> -name name create an external initialization function with name<br>
> -threshold level threshold to consider compressing files<br>
> -compress level compress input files by level<br>
> -root path prefix resource access path with root path<br>
> -no-compress disable all compression<br>
> -no-static-initialize disable automatic initialization of resources with prog<br>
> ram start<br>
> -binary output a binary file for use as a dynamic resource<br>
> -namespace turn off namespace macros<br>
> -project Output a resource file containing all<br>
> files from the current directory<br>
> -version display version<br>
> -help display this information<br>
><br>
> C:\D\dmd2\QT\bin>REM C:\D\dmd2\windows\bin\dmd.exe<br>
><br>
> C:\D\dmd2\QT\bin>pause<br>
> Press any key to continue . . .<br>
><br>
> Pls, do I need to re-do file/Folder placement?<br>
> Also, do I need to create .bat files for every .d I want to compile?<br>
> Can someone show me how to get qtd running?<br>
><br>
> Thanks...Vernon<br>
><br>
></p>
<p>I think rcc is the Qt resource compiler. I'm not at my computer at the moment to check, but if so it will translate xml resource files into D source.<br>
</p>