Feb 22, 2004 #1 J Jedhi Well-known member Joined Oct 2, 2003 Messages 127 How do I compile an extern cs file together with my project. Do I have to make a console writing csc file.cs or can I just do it in my library project ?
How do I compile an extern cs file together with my project. Do I have to make a console writing csc file.cs or can I just do it in my library project ?
Feb 22, 2004 #2 Squirm Well-known member Joined May 21, 2001 Messages 139 Location London, England User Rank {modbadge} Do you mean at compile time or runtime? If the former, then you can just add the CS file to your project.
Do you mean at compile time or runtime? If the former, then you can just add the CS file to your project.