Multiple Exe in solution

  • Thread starter Thread starter chook.harel
  • Start date Start date
C

chook.harel

Hi, i'm building a solution for PPC2003,
If I want to have more than one exe file to the solution (more than one
project)
can this still be done? or it's better to build them in diffrent
solutions
and build each one to the terminal

chen
 
You can have multiples. Not sure why you asked - it would have been just as
easy to try it yourself.

-Chris
 
Why not ask ? does it cost money to post?
Anyhow, the problem is that i don't understand how to handle the
Program.cs file...

(I'm not too familiar with .Net)
 
Monetarily no, it costs nothing. But now we all know you'd rather ask than
try, so the cost is that it less likely anone will answer your questions.
Your question on handling Program.cs is a good example of one likely to go
unanswered because of your flippancy.

Have a nice day.

-Chris
 
I don't see the point in trying to educate me.
but if in the end of the day your happy with not answering on purpose,
well than I really have no buisness with you.
 
I don't see the point in trying to educate me.
but if in the end of the day your happy with not answering on purpose,
well than I really have no buisness with you.
Well done. You have now alienated several more people
that might have helped.

Nothing like biting the hand that may feed you....

Cheers..

Will Chapman
 
What is your problem? what don't you understand with Program.cs?

Each project will need a static main() method as an entry point.

Simon.
 
the question was... that when I deploy.. will it build a few EXE files
in the same program files folder or not (multiple folders)
and you are correct, I should have just checked it myself, but chose
the easy way of asking...

I'm sorry about that, and I've learned my lesson.
 
Back
Top