0

I have a coding assignment and I have been plagued by this issue, when I finally configure my compiler and libraries linked I get these 100+ errors although the code is correct ( copied from teacher's webpage )

here's the code : http://pastebin.com/2WCgcAEy

and the errors I get

errors

I somehow got it to work in dev c++ but I forgot how and I uninstalled the software, visual 2015 is a nightmare to work on, and code blocks is frustrating....

Bo Persson
  • 90,663
  • 31
  • 146
  • 203
zutch
  • 11
  • The `_imp__*` names indicate that you use some DLL, but you still need to link with a .lib to resolve those names. – Bo Persson Jan 15 '17 at 20:11
  • Do you really need to compile Allegro with VIsual Studio? If the task consists of **using** the library but not compiling it then your best bet will be to use the NuGet packages for VS2015. That is the easiest way on all platforms to use Allegro. – rlam12 Jan 20 '17 at 18:16

0 Answers0