Bob Salita wrote: > > Sam, which conventions are you refering to? Please give an example of the > target C call and the DllImport definition. [DllImport("libc")] int system(string command); How does this work on machines in which the "C" definition of "int" is 64 bits? - Sam Ruby