I wonder for if I have a made a formapplication in VC++ 2008 Express Edtion that consists of 10 forms and I am for the moment writing code in Form10 and then want to compile and test the function.
What I wonder is if I only can compile Form10 and not the whole application(10 Forms)(F7) everytime because each compiliation takes about 1-2 minutes and then perheps this is not neccesary to do.
Is it possible to only compile Form10 and make the changes work ?