|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
small and easy quesition of using csc
ok, i compiled a small program in c#
i am compiling using the console compiler called csc my question is that, how do i import more than one dll?. i know that to import a dll i have to do something like this csc /r:anylibrary.dll /out:test.exe *.cs but i want to import more than one dll, so how do i do that? |
|
#2
|
|||
|
|||
|
Re: small and easy quesition of using csc
Quote:
Try: csc /r:anylibrary.dll /r:AnotherLibrary.dll /out:test.exe *.cs ![]() |
|
#3
|
|||
|
|||
|
yeah, i already did that and it worked
thanks a lot anyway ![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > .Net Development > small and easy quesition of using csc |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|