Kompilatorfel C3644

"function" : kan inte kompilera funktionen för att generera hanterad kod

Anmärkningar

Om vissa nyckelord förekommer i en funktion, kommer funktionen att kompileras till native-kod.

Example

I följande exempel genereras C3644:

// C3644.cpp
// compile with: /clr
// processor: x86

void __clrcall Func2(int i) {
   __asm {}   // C3644
}