Well, found it finally: Process^ currentProcess = Process::GetCurrentProcess(); String ^Sbin = currentProcess->MainModule->FileName;
Hi, I have a managed C++ project starting with: [STAThreadAttribute] int main(array<System::String ^> ^args) args[0] is not the...
I'm trying to use a standard C main() program with FTYPE and ASSOC. The main.c program is: int main( int argc, char **argv) {...
Separate names with a comma.