HI i write a code like
filename test.cpp
#include<stdio.h>
void main()
{
printf("Hello");
}
}
I have .Net Framework 2.0 installed in my computer. Compiling using MSBuild.exe
when i try to compile this from command line and navigated to .NET frameworl 2.0 folder using msbuild.exe it shows warning and error that VCBuild.exe not available install framework2.0 sdk do i really need it ???
Help me