Click here to Skip to main content
15,921,989 members
Home / Discussions / C#
   

C#

 
GeneralClear screen from a C# console Application Pin
okoji Cyril30-Nov-03 21:35
okoji Cyril30-Nov-03 21:35 
GeneralRe: Clear screen from a C# console Application Pin
Alex Korchemniy1-Dec-03 11:02
Alex Korchemniy1-Dec-03 11:02 
Questiondatagrid problem? Pin
isarfraz30-Nov-03 18:13
isarfraz30-Nov-03 18:13 
AnswerRe: datagrid problem? Pin
Heath Stewart1-Dec-03 2:27
protectorHeath Stewart1-Dec-03 2:27 
GeneralPrintTemplate.orientation bug Pin
Alex Korchemniy30-Nov-03 17:25
Alex Korchemniy30-Nov-03 17:25 
GeneralMaking an exe file from c# code Pin
kaisy30-Nov-03 16:15
kaisy30-Nov-03 16:15 
GeneralRe: Making an exe file from c# code Pin
Christian Graus30-Nov-03 17:02
protectorChristian Graus30-Nov-03 17:02 
GeneralRe: Making an exe file from c# code Pin
Alex Korchemniy30-Nov-03 17:31
Alex Korchemniy30-Nov-03 17:31 
If you don't have VS.net you can use the command line. csc.exe Here's the docs Big Grin | :-D

Microsoft (R) Visual C# .NET Compiler version 7.00.9466
for Microsoft (R) .NET Framework version 1.0.3705
Copyright (C) Microsoft Corporation 2001. All rights reserved.

Visual C# .NET Compiler Options

- OUTPUT FILES -
/out:<file> Output file name (default: base name of file with main class or first file)
/target:exe Build a console executable (default) (Short form: /t:exe)
/target:winexe Build a Windows executable (Short form: /t:winexe)
/target:library Build a library (Short form: /t:library)
/target:module Build a module that can be added to another assembly (Short form: /t:module)
/define:<symbol list=""> Define conditional compilation symbol(s) (Short form: /d)
/doc:<file> XML Documentation file to generate

- INPUT FILES -
/recurse:<wildcard> Include all files in the current directory and subdirectories according to the wildcard specifications
/reference:<file list=""> Reference metadata from the specified assembly files (Short form: /r)
/addmodule:<file list=""> Link the specified modules into this assembly

- RESOURCES -
/win32res:<file> Specifies Win32 resource file (.res)
/win32icon:<file> Use this icon for the output
/resource:<resinfo> Embeds the specified resource (Short form: /res)
/linkresource:<resinfo> Links the specified resource to this assembly (Short form: /linkres)

- CODE GENERATION -
/debug[+|-] Emit debugging information
/debug:{full|pdbonly} Specify debugging type ('full' is default, and enables attaching a debugger to a running program)
/optimize[+|-] Enable optimizations (Short form: /o)
/incremental[+|-] Enable incremental compilation (Short form: /incr)

- ERRORS AND WARNINGS -
/warnaserror[+|-] Treat warnings as errors
/warn:<n> Set warning level (0-4) (Short form: /w)
/nowarn:<warning list=""> Disable specific warning messages

- LANGUAGE -
/checked[+|-] Generate overflow checks
/unsafe[+|-] Allow 'unsafe' code

- MISCELLANEOUS -
@<file> Read response file for more options
/help Display this usage message (Short form: /?)
/nologo Suppress compiler copyright message
/noconfig Do not auto include CSC.RSP file

- ADVANCED -
/baseaddress:
Base address for the library to be built
/bugreport:<file> Create a 'Bug Report' file
/codepage:<n> Specifies the codepage to use when opening source files
/utf8output Output compiler messages in UTF-8 encoding
/main:<type> Specifies the type that contains the entry point (ignore all other possible entry points) (Short form: /m)
/fullpaths Compiler generates fully qualified paths
/filealign:<n> Specify the alignment used for output file sections
/nostdlib[+|-] Do not reference standard library (mscorlib.dll)
/lib:<file list=""> Specify additional directories to search in for references

GeneralAbout Hook Pin
lajiyo30-Nov-03 15:06
lajiyo30-Nov-03 15:06 
GeneralCore DLL Documentation Pin
Tristan Rhodes30-Nov-03 12:04
Tristan Rhodes30-Nov-03 12:04 
GeneralRe: Core DLL Documentation Pin
Alex Korchemniy30-Nov-03 14:13
Alex Korchemniy30-Nov-03 14:13 
GeneralClickety Pin
J. Dunlap30-Nov-03 16:26
J. Dunlap30-Nov-03 16:26 
GeneralRe: Clickety Pin
Tristan Rhodes1-Dec-03 3:33
Tristan Rhodes1-Dec-03 3:33 
Generalsource code Pin
Amirjalaly30-Nov-03 5:00
Amirjalaly30-Nov-03 5:00 
GeneralRe: source code Pin
Alex Korchemniy30-Nov-03 14:15
Alex Korchemniy30-Nov-03 14:15 
GeneralQuery: The | Operator Pin
30-Nov-03 4:53
suss30-Nov-03 4:53 
GeneralRe: Query: The | Operator Pin
leppie30-Nov-03 6:11
leppie30-Nov-03 6:11 
GeneralRe: Query: The | Operator Pin
Tristan Rhodes30-Nov-03 7:06
Tristan Rhodes30-Nov-03 7:06 
GeneralRe: Query: The | Operator Pin
J. Dunlap30-Nov-03 10:32
J. Dunlap30-Nov-03 10:32 
GeneralRe: Query: The | Operator Pin
Tristan Rhodes30-Nov-03 7:06
Tristan Rhodes30-Nov-03 7:06 
QuestionHow to convert &quot;string&quot; type to &quot;Shortcut&quot; type ? Pin
god4k30-Nov-03 3:35
god4k30-Nov-03 3:35 
AnswerRe: How to convert &quot;string&quot; type to &quot;Shortcut&quot; type ? Pin
Alex Korchemniy30-Nov-03 14:23
Alex Korchemniy30-Nov-03 14:23 
AnswerRe: How to convert &quot;string&quot; type to &quot;Shortcut&quot; type ? Pin
J. Dunlap30-Nov-03 16:42
J. Dunlap30-Nov-03 16:42 
GeneralRounding the Time Pin
Anonymous30-Nov-03 0:29
Anonymous30-Nov-03 0:29 
GeneralRe: Rounding the Time Pin
Alex Korchemniy30-Nov-03 14:17
Alex Korchemniy30-Nov-03 14:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.