![]() |
|
Alfont linker error |
New Element
Member #8,198
January 2007
|
Hi folks ^^ So I decided to create a test program : int main () return 0; But i still get the same error. I have tried to make alfont static by modifying the makefile (uncommenting the #TARGET=MINGW32_DLL) but the error still persists. INFO : Thanks for your help ! |
Milan Mimica
Member #3,877
September 2003
![]() |
I'm using allegro and alfont, both statically linked, with static CRT. This is the alleg_s_crt.lib file. When building alfont select statically linked runtime threading model in project options. Hope it helps.
-- |
New Element
Member #8,198
January 2007
|
Ok so good news, the game runs on my pc. But the game does not work on other people's computers : a message error comes up saying "Could not find alleg42.dll" so I suppose that the library is still dynamic ... EDIT : Sorry, I forgot to say that I use DevCpp 4.9.9.2 ! |
|