All public logs

Jump to navigation Jump to search

Combined display of all available logs of ADVACAM Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:49, 12 March 2026 HudecekP talk contribs created page C-sharp commandline example (Created page with "= Dummy C# commandline example = <syntaxhighlight lang="c#"> using System; using System.Runtime.InteropServices; namespace ConsoleApp1 { class Program { [DllImport("pxcore.dll", CallingConvention = CallingConvention.Cdecl)] public static extern int pxcInitialize(Int32 a, UInt64 b); [DllImport("pxcore.dll", CallingConvention = CallingConvention.Cdecl)] public static extern int pxcExit(); [DllImport("pxcore.dll", CallingConven...")