Code: Select all
char path[MAX_PATH + 1];
GetModuleFileNameA( NULL, path, MAX_PATH + 1 );
Thanks for the suggestions.
Code: Select all
char path[MAX_PATH + 1];
GetModuleFileNameA( NULL, path, MAX_PATH + 1 );
Code: Select all
int main(cli::array<System::String ^> ^args)