Our application requires HASP SRM device driver to be installed in order for ours to install and run.
I\'m creating a process and making a lot of kernel objects requisition to the system. My code is that:
I\'m creating an application with its main window hidden by using the following code: STARTUPINFO siStartupInfo;
I\'m trying to write a progra开发者_Go百科m which needs to create some other processes. I\'m used to the Windows API but now I need my program to be able to run in a Linux platform too.