char moduledir[MAX_PATH];
  GetModuleFileNameA(GetModuleHandleA("ppdl_BE081_BIW_seal_library.dll"),moduledir,MAX_PATH);
  moduledir[strlen(moduledir)-strlen("application\\ppdl_BE081_BIW_seal_library.dll")]=0;
  strcpy(ppdl_dir,moduledir);
  char config_csv[MAX_PATH];
  strcpy_s(config_csv,moduledir);
  strcat_s(config_csv,"config\\ppdl_BE081_config.csv");

相关文章:

  • 2022-12-23
  • 2021-12-25
  • 2021-11-14
  • 2022-12-23
  • 2021-10-03
  • 2021-11-23
  • 2021-12-20
  • 2021-12-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案