Re: [AD] Linking issue with latest WIP? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> My problem is that when I link Allegro statically in my program i get
> three unresolved externals looking like this:
> main.obj : error LNK2001: unresolved external symbol _key
> main.obj : error LNK2001: unresolved external symbol _font
> main.obj : error LNK2001: unresolved external symbol _screen
Maybe an installation problem. Try to do
make uninstall
then
make install
from the Allegro directory.
--
Eric Botcazou