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: Eve Screen Designer 4.5 - project export for cplusplus compiler possible?  (Read 9947 times)

techtoys

  • Newbie
  • *
  • Posts: 18
    • View Profile

Hi

I am trying to export a project from ESD 4.5. Browsing all .h files but find no c++ option is available. This is just a simple directive

#ifdef __cplusplus
extern "C" {
#endif

....
#ifdef __cplusplus
}
#endif

to enable an exported project to be compiled in C++ compiler. Is there any option to add this in ESD 4.x?

John
Logged

FTDI Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 896
    • View Profile
Re: Eve Screen Designer 4.5 - project export for cplusplus compiler possible?
« Reply #1 on: November 27, 2018, 09:55:34 AM »

Hello,

The code generated by ESD 4.5 is intended specifically for us with the FT9XX series of MCUs, as such there isn't any options to export a project to C++ code.

Best Regards,
FTDI Community
Logged