sxs
Contributor
since 3 weeks ago
14 hours ago

User Statistics

  • 33 Posts
  • 4 Solutions
  • 14 Likes given
  • 1 Likes received

User activity

Hi,everyone: I need these pictures, how to copy them from Embedded Library?
Hi,everyone: API_Component3D mat = {}; mat.header.typeID = API_UmatID; mat.header.index = iumat;//iumat is input // auto err = ACAPI_ModelAccess_GetComponent(&mat); if(err != NoError) return; // std::string texture_path; // { // GS::UniString texture...
Hi,everyone: GSErrCode err = ACAPI_Sight_SelectSight (nullptr, &origSight); if (err != NoError) { ErrorBeep ("Cannot switch to the 3D sight", err); return err; } I try this to switch to the 3d window, but it does not work.
Hi everyone: *MyPlugin |--------------A.dll(third party dll) |--------------B.dll(third party dll) *MyPlugin_Entrance-----real add-on,including CheckEnvironment\RegisterInterface\Initialize\FreeData 1,Above is my project structure. 2,Part of the code...
On the Windows platform, where should the DLLs that plugins depend on be placed? I am currently in the same level directory as the plugin, but the plugin failed to load.