Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

FTDI D2XX driver problems

Status
Not open for further replies.

Mercury

Member level 3
Joined
Oct 7, 2003
Messages
67
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
612
d2xx driver

Hi,
I am trying to implement the FTDI D2XX drivers in my visual c++ application. I have just downloaded the latest version from the FTDI site. I have created a Win32 console application and when I include the header file ftd2xx.h I get compile errors:

ftd2xx.h(49) : error C2146: syntax error : missing ';' before identifier 'FT_HANDLE'

ftd2xx.h(49) : fatal error C1004: unexpected end of file found

However, if I create a dialog based MFC Wizard applcation and include the header file I get no errors.

So how do I make the header file work in the Win32 console project?

Best Regards
George Mercury
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top