1

I am using Tweetinvi in order to get information from twitter to use it with openFrameworks library and C++.

I am currently returning information to the console straight from twitter but I am unsure how I might get this information into my c++ program, is this usually done?

I had thoughts of maybe saving it to a text file and read that from C++, but hopefully there is a way to integrate the programs.

Thanks

1 Answers1

0

For openFrameworks you can't compile as /clr, which is the most straight forward solution. You will need to create a c++/cli wrapper that exposes the C#. This and this are two guides that helped me do this.

Sergio Basurco
  • 3,488
  • 2
  • 22
  • 40