hi, i would like to know if i want to use something like this ..
far void functionA()
{
process;
}
but the problem is .. C++ or should i say VC++ doesnt recognize the
'far' function. does anyone know what header file should be included?
far void functionA()
{
process;
}
but the problem is .. C++ or should i say VC++ doesnt recognize the
'far' function. does anyone know what header file should be included?
Comment