Jump to content

DLL missing message in LabVIEW project


eberaud

Recommended Posts

Posted

I see a message about the following missing DLL when I open my LabVIEW project: api-ms-win-crt-runtime-l1-1-0.dll

 

Have any of you ever see this? Some googling makes it looks like it's due to a missing C++ Redistributable...

Posted

When you're loading a project that does calls to external libraries, LabVIEW tries to read those libraries on load. If they haven't been installed properly or are distributed incompletely you will get an error if those libraries were built on a C++ version that you don't have the runtime installed for.

I haven't seen this exact error so I'm not sure if that's what's causing it but there's a chance :)

Posted

It shouldn't matter if you're calling your dll from the development environment or a built executable.

As long as one or more dependencies of the DLL are missing, it won't work. You can try dependencywalker to find out what you're missing.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.