View Single Post
Join Date: May 2007
Posts: 69
Reputation: laconstantine is an unknown quantity at this point 
Solved Threads: 1
laconstantine laconstantine is offline Offline
Junior Poster in Training

help with compiler command

 
0
  #1
Jan 11th, 2009
ok so i got 2 files which i want compile to dll and 1 to exe

i got this command:

csc /out:MyClient.exe /reference:MyLibrary.DLL MyClient.cs

i totaly have no clue where do i add this at visual c# 2008 express edition??

any help will be appreciated
Reply With Quote