M
MigrationUser 1
Guest
Hello i want to start with newest allegro version and i have a problem, whenn i try to compile my project :
#include <iostream>
#include <allegro5/allegro.h>
#include <allegro5/allegro_font.h>
#include <allegro/allegro_ttf.h>
int main()
{
std::cout << "Hello World!\n";
return 0;
}
There is error - 'allegro/allegro_ttf.h': No such file or directory
If i try compile it anyway, there is error " Project.exe file not found"
I have Allegro from nugget. Used VS 2019 and W10
Continue reading...
#include <iostream>
#include <allegro5/allegro.h>
#include <allegro5/allegro_font.h>
#include <allegro/allegro_ttf.h>
int main()
{
std::cout << "Hello World!\n";
return 0;
}
There is error - 'allegro/allegro_ttf.h': No such file or directory
If i try compile it anyway, there is error " Project.exe file not found"
I have Allegro from nugget. Used VS 2019 and W10
Continue reading...