Re: Launching command line compiler
- From: "Michael Moreno" <michael.ToRemove.moreno@xxxxxxx>
- Date: Thu, 22 Dec 2005 16:59:29 GMT
Thanks the file name had no space.
I have tried adding double quote and all sorts of things but it still fails.
I have given up and I am currently writing a .bat file that does the job but it is very painful.
For some reasons most of the time the .rsp file does not compile but copying and pasting its content into a cmd windows works. It is mad!
I have to type in the .bat file things such as
csc /r:"C:\Dev\Compiled\SWS\Dlls\dotNet\ADODB.dll" /r:"C:\Dev\Compiled\SWS\Dlls\dotNet\Interop.SD_MSMQ_VB.dll" /r:"C:\Dev\Compiled\SWS\Dlls\dotNet\Interop.SD_ServerIntf.dll" /r:"C:\Dev\Compiled\SWS\Dlls\dotNet\MSMQ.dll" /r:"C:\dev\compiled\sws\dlls\dotnet\SDNet_SerializableObjects.dll" /r:"C:\dev\compiled\sws\dlls\dotnet\SDNet_SerializableObjects.dll" /r:"C:\Dev\Compiled\SWS\Dlls\dotNet\SDNet_StdClasses.dll" /r:"C:\Dev\Compiled\SWS\Dlls\dotNet\SDNet_SWSRemotingAsm.dll" /r:"C:\Dev\Compiled\SWS\Dlls\dotNet\SWSConfig.dll" /t:exe /out:"C:\Dev\Compiled\SWS\SWS Event Server.exe" /recurse:"C:\Dev\C#\Server Apps\SWS Event Server\*.cs"
which is close to my worst nightmares.
I cannot work out how to use the /lib: tag either.
So running this command
csc /lib:"C:\Dev\Compiled\SWS\Dlls\DevExpress\" /lib:"C:\Dev\Compiled\SWS\Dlls\Infragistics\" /lib:"C:\Dev\Compiled\SWS\Dlls\dotNet" /r:"ADODB.dll" /r:"DevExpress.Data3.dll" /r:"DevExpress.Utils3.dll" /r:"DevExpress.ExtraEditor3.dll" /r:"DevExpress.xtragrid3.dll" /r:"Infragistics.Excel.v3.2.dll" /r:"Infragistics.Shared.v3.2.dll" /r:"Infragistics.Win.UltraWinGrid.ExcelExport.v3.2.dll" /r:"Infragistics.Win.UltraWinGrid.v3.2.dll" /r:"Infragistics.Win.v3.2.dll" /r:"Microsoft.VisualBasic.dll" /r:"MSDATASRC.dll" /r:"SDNet_StdClasses.dll" /r:"StdFormat.dll" /r:"stdole.dll" /r:"SWSConfig.dll" /t:exe /out:"C:\Dev\Compiled\SWS\SWS Event Viewer.exe" /recurse:"C:\Dev\C#\Client Apps\SWS Event Viewer\*.cs"
tells me that dlls cannot be found when it should... aaargh!!!
thanks
-- Michael ---- http://michael.moreno.free.fr/ http://port.cogolin.free.fr/
.
- Follow-Ups:
- Re: Launching command line compiler
- From: Vadym Stetsyak
- Re: Launching command line compiler
- References:
- Launching command line compiler
- From: Michael Moreno
- Re: Launching command line compiler
- From: Vadym Stetsyak
- Launching command line compiler
- Prev by Date: Re: String object to unmanged char *?
- Next by Date: Re: String object to unmanged char *?
- Previous by thread: Re: Launching command line compiler
- Next by thread: Re: Launching command line compiler
- Index(es):
Relevant Pages
|