I can`t write my first c++ application for CYUSB3KIT-003

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
YeVe_4753746
Level 2
Level 2
10 sign-ins 5 replies posted 5 sign-ins

Hello All! I need make c++ application for interact with an external device via CYUSB3KIT-003.

In part 2.2 QuickStartGuide.pdf recomends create Windows forms aplication.

I can`t find instalation Visual Studio 2008 packet at Microsoft site.

I have instaled Visual Studio 2019. But it sims that Visual Studio 2019 hasn`t some way to create Windows forms application with c++ language.

Please help solve these issues.

0 Likes
1 Solution
YatheeshD_36
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

By default Visual Studios 2019 will not have C++ windows forms.

You can install it in VS 2019 by going to extensions -> manage extensions.

Search and install the C++/CLR windows forms for Visual Studios.

For example projects, you can refer to the C++ applications in the FX3 SDK.

path: <Fx3 installation directory>\1.3\application\cpp

Thanks,

Yatheesh

View solution in original post

0 Likes
2 Replies
YatheeshD_36
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

By default Visual Studios 2019 will not have C++ windows forms.

You can install it in VS 2019 by going to extensions -> manage extensions.

Search and install the C++/CLR windows forms for Visual Studios.

For example projects, you can refer to the C++ applications in the FX3 SDK.

path: <Fx3 installation directory>\1.3\application\cpp

Thanks,

Yatheesh

0 Likes
YeVe_4753746
Level 2
Level 2
10 sign-ins 5 replies posted 5 sign-ins

Thank you a lot! It work!

0 Likes