[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
I have instaled Mingw32 and allegro from scratch as per the allegro
instructions. Apart from one thing, it all installed fine and the demo game
works.
The thing I had to change was this:
The dx7libraries I donwloaded and intalled were not where the link stage
expected them to be. Rather than being in
mingw32/i386-mingw32msvc/lib
they were in
mingw32/i386-mingw32msvc/lib/dx7libs
A quick hack (-Letc added to the link line) to the makefile sufficed, but it
took me a while to realise the cause!
Keep up the good work, it's great stuff,
Neil