FTDI Community

General Category => Discussion - Drivers => Topic started by: ffred on May 28, 2022, 01:08:47 PM

Title: missing DLL on Windows 11 for LibFT260 ?
Post by: ffred on May 28, 2022, 01:08:47 PM
Hello,
I'm writing a program using LibFT260 on a Windows 10 computer and for now all is good, but I tried it on a new Windows 11 computer and it seems to be missing DLLs. (screenshot from Dependency Walker : https://postimg.cc/18Q058PF (https://postimg.cc/18Q058PF) ).
I installed the last 64bits Visual C++ redistributable, but nothing change. does someone know which DLLs are needed ??
thanks.
ffred
Title: Re: missing DLL on Windows 11 for LibFT260 ?
Post by: FTDI Community on May 30, 2022, 04:00:00 PM
hi ffred,

This is a known issue. You just have to copy the .dll to the same location as the .exe and then it should work fine.

Best Regards,

FTDI Community 
Title: Re: missing DLL on Windows 11 for LibFT260 ?
Post by: ffred on May 31, 2022, 07:23:42 AM
hi,
if you talk about the LibFT260.dll, I already did that and it doesn't work...
I'm not near this Windows 11 computer right now. will made some other tests tonight probably.
thanks.
ffred
Title: Re: missing DLL on Windows 11 for LibFT260 ?
Post by: FTDI Community on May 31, 2022, 02:16:21 PM
Hi ffred,

You should test using the sample code provided in the library download before you start writing your own. Just to verify it is all working properly. Let me know how it goes.

Best Regards

FTDI Community
Title: Re: missing DLL on Windows 11 for LibFT260 ?
Post by: ffred on May 31, 2022, 07:49:23 PM
it's ok now (didn't change my code).  :D
I also installed Microsoft Visual C++ 2010 x64 Redistributable.
thanks.
ffred