H
hesicong
I notice that compiling older C++ program with /clr option needs a lot
of time. Now I have a program below which use mix code feature in C++/CLI:
#include "stdafx.h"
#include "ManagedException.h"
class MixClass
{
....(500 lines MixCode Here)
}
stdafx.h includes many stable header files. MixCode here has 500 lines.
If I change just 1 line in the MixCode, I have to wait a few seconds to
compile it again.
So I want to know if there is some way to speed up this build process?
Thanks!
of time. Now I have a program below which use mix code feature in C++/CLI:
#include "stdafx.h"
#include "ManagedException.h"
class MixClass
{
....(500 lines MixCode Here)
}
stdafx.h includes many stable header files. MixCode here has 500 lines.
If I change just 1 line in the MixCode, I have to wait a few seconds to
compile it again.
So I want to know if there is some way to speed up this build process?
Thanks!