I just installed the following library https://github.com/scottdensmore/callisto/tree/cpp via NuGet and via the Extensions and Updates Manaer in C++.
But how can I link the library to my Project.
using Callisto.Controls; gives me Callisto is not defined
Thx for the help in advance
Edit: I tried #pragma comment( lib, "Callisto" ) and #pragma comment( lib, "callisto" ) but its not working. I also don't know the exact name bc its installed as an extensions directly via visual studio and/or via NuGet