opentext-idol / idol-oem-tutorials

Hands-on tutorials for all OEMs looking to use IDOL's world-beating APIs, such as KeyView or Eduction PII.
Other
4 stars 4 forks source link

some additional dynamic dependencies required #13

Open sxj2024 opened 1 day ago

sxj2024 commented 1 day ago

The Windows C program I compiled shows missing DLLs on some systems (e.g., msvcp140.dll, among others), but it's difficult for me to determine which external dependencies are still required. How can I handle this? I don’t want to manually copy files every time an issue occurs.

brian-cowe-mf commented 1 day ago

That's part of the Visual C++ redistributable, which is always a dependency. It sounds like you're not installing this as part of your software package—but it's a common thing to do for many applications, which is why it will be working on some systems. This page may help.