FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Author Topic: missing DLL on Windows 11 for LibFT260 ?  (Read 14243 times)

ffred

  • Newbie
  • *
  • Posts: 19
    • View Profile
missing DLL on Windows 11 for LibFT260 ?
« 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 ).
I installed the last 64bits Visual C++ redistributable, but nothing change. does someone know which DLLs are needed ??
thanks.
ffred
Logged

FTDI Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 891
    • View Profile
Re: missing DLL on Windows 11 for LibFT260 ?
« Reply #1 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 
Logged

ffred

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: missing DLL on Windows 11 for LibFT260 ?
« Reply #2 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
Logged

FTDI Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 891
    • View Profile
Re: missing DLL on Windows 11 for LibFT260 ?
« Reply #3 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
Logged

ffred

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: missing DLL on Windows 11 for LibFT260 ?
« Reply #4 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
Logged