liballeg/allegro_wiki

unresolved reference with NuGet?

GrosserKaese opened this issue · 1 comments

The code on the first Tutorialpage does not seem to work. I installed Allegro 5 with NuGet in Visual Studio 2019, and this comes up:

1>test_all.obj : error LNK2019: unresolved external symbol __imp__al_create_builtin_font referenced in function _main
1>test_all.obj : error LNK2019: unresolved external symbol __imp__al_draw_text referenced in function _main
1>test_all.obj : error LNK2019: unresolved external symbol __imp__al_destroy_font referenced in function _main

The Linker does not seem to find the library which he installed himself. How is that possible?

sigh Guys, please point out, that you HAVE to configure the NuGet Package in the Properties section of the Project in VC2019 (and maybe point to your tutorial). Saves time and A LOT of white hairs.