79481088

Date: 2025-03-03 13:34:35
Score: 4.5
Natty:
Report link

Found it, at last: I needed

[DllImport(crionFilename, EntryPoint = "run_kernel", CallingConvention=CallingConvention.Winapi)]
private static extern int crion(ref string inf, ref string outf);

and call like

info = crion(ref f1, ref f2);

, I think. Weird: I'v been puzzling all morning(s), can't find the solution, Pose a questionon SO, try a bit more and find the solution...

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1.5): can't find the solution
  • RegEx Blacklisted phrase (2): can't find the solution
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Erik