First post:
publius wrote: Here is the fundamental question. Is it possible to have an application written in C and to treat it as just another port when run in a managed C++ environment?
Can w...
Latest post:
publius wrote: I have done an initial port to CLR. Things that trigger "native code generation" were removed.
1. valist, varstart,vaend, vaarg. So instead of having listn, I ...