Recent

Author Topic: Cant Find Certain Dll  (Read 2536 times)

Weitentaaal

  • Hero Member
  • *****
  • Posts: 503
  • Weitental is a very beautiful garbage depot.
Cant Find Certain Dll
« on: January 25, 2021, 05:30:09 pm »
Hello Guys :)

i Got an Error that my Programm couldn't run bc of a missing dll.
i hava that dll in my folder. So where should i but it then ? (32bit dll)

Thanks :)
Lazarus: 2.0.12 x86_64-win64-win32/win64
Compiler Version: 3.2.2

ASBzone

  • Hero Member
  • *****
  • Posts: 678
  • Automation leads to relaxation...
    • Free Console Utilities for Windows (and a few for Linux) from BrainWaveCC
Re: Cant Find Certain Dll
« Reply #1 on: January 25, 2021, 06:33:51 pm »
What is the exact error message please?
-ASB: https://www.BrainWaveCC.com/

Lazarus v2.2.7-ada7a90186 / FPC v3.2.3-706-gaadb53e72c
(Windows 64-bit install w/Win32 and Linux/Arm cross-compiles via FpcUpDeluxe on both instances)

My Systems: Windows 10/11 Pro x64 (Current)

Weitentaaal

  • Hero Member
  • *****
  • Posts: 503
  • Weitental is a very beautiful garbage depot.
Re: Cant Find Certain Dll
« Reply #2 on: January 26, 2021, 07:57:01 am »
it just cant start my application bc this dll is missing

I put it in my Project Folder and it worked but i don't know exactly why
Lazarus: 2.0.12 x86_64-win64-win32/win64
Compiler Version: 3.2.2

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11382
  • FPC developer.
Re: Cant Find Certain Dll
« Reply #3 on: January 26, 2021, 08:08:22 am »
If the dll has dlls of itself that it needs, this can happen. Make sure you have the whole package of dlls, or use some dll walker (pe explorer etc) to see which dlls are used.

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2582
Re: Cant Find Certain Dll
« Reply #4 on: January 26, 2021, 08:37:36 am »
For this I use depends.exe (part of MSDN)
Or later the opensource project Dependencies https://github.com/lucasg/Dependencies
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

Weitentaaal

  • Hero Member
  • *****
  • Posts: 503
  • Weitental is a very beautiful garbage depot.
Re: Cant Find Certain Dll
« Reply #5 on: January 26, 2021, 03:51:58 pm »
Thanks Guys :)
Lazarus: 2.0.12 x86_64-win64-win32/win64
Compiler Version: 3.2.2

 

TinyPortal © 2005-2018