Re: [AD] Re: Serious Bugs in the DJGPP port of ALLEGRO in 4.1.17 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> I'm not willing to learn CVS, at least not
> until I finish my thesis. After that, surely it would be
> interesting to learn CVS. But anyway, thanks for the link.
> If it seems simple, perhaps I may change my mind.
CVS is a godsend when doing software development with multiple people. I'm
trying to convince my department (well, my supervisor really) to start
using CVS.
> > Maybe changing that to static unsigned long fixes it? Not really sure
> > about this though.. [...]
>
> I hadn't time to look with care to this file.
> Anyone interested in fixing it?
Yes! There are, in fact, several other instances of int <---> long issues
that should be dealt with at some point, but I'll make that a seperate
post.
> > Simply changing "static int vbeaf_triangle" to "static void
> > vbeaf_triangle" should fix it as well. The "triangle" function must
> have
> > been changed from int to void at some point, although I can't remember
> > that change.
I *think* I made that change when I extended the vtables, but I'm not
positive. Issues like this could be more easily prevented if there was a
list of all vtables defined by Allegro and a list of sourcefiles where they
are defined. I should probably use grep to check this whenever I'm working
on things, but it's still a bother that they aren't listed.
> > Since you are using windows, you might want to use a windows compiler
> > instead of DJGPP (although, it would be bad, since again nobody tests
> > changes with DJGPP then :)
> >
>
> No. I'll stay with DJGPP for a long time, even though I'm using Windows.
> Actually I'm compiling the same programs with DJGPP and DEVC++ to verify
> portability issues (although incomplete, until I install linux :)
Good man. ;)
I had planned to test Allegro in DJGPP again one of these days, but hadn't
gotten round to it yet.
> This program is used to test star recognition algorithms,
> pattern matching algorithms and others related to autonomous
> attitude determination through stars, to be used in an
> Autonomous Star Sensor. It's named PTASE. I'll post
> a screenshot of this program to a web-page when possible.
Sounds interesting. :)
Be careful about being too liberal with posting results from your research
online though... not everyone will give you proper credit if they use your
work...
Evert