![]() |
|
some fixes for allegro 4.9.4 font addon |
Wagner Soares
Member #9,011
September 2007
![]() |
I don't know if it was already fixed at this time, but anyway, here is some things that need to chage:
in allegro\addons\font\allegro5\a5_font.h
|
Thomas Fjellstrom
Member #476
June 2000
![]() |
Yeah, some files have forgotten to add the AL_EXTERN_C macros. I suppose I could go through svn and fix anything I see. -- |
Wagner Soares
Member #9,011
September 2007
![]() |
I really want to fix it through SVN, but I've never used it. |
Thomas Fjellstrom
Member #476
June 2000
![]() |
I just committed a few changes related to extern "C" in SVN. All addons main headers, and allegro's main headers all have proper extern "C" declarations now. Some internal or platform headers may be missing them, but you shouldn't include those normally yourself anyway -- |
Peter Wang
Member #23
April 2000
|
The ustrlen problem was fixed in SVN before your post, but thanks anyway!
|
GullRaDriel
Member #3,861
September 2003
![]() |
An add on for his valuable try to help could be telling him how to use svn for doing a commit. Not for allegro, but an example. I tell that because I don't use svn enough to remember the commands, I just search for someone to commit for me each time. SO it would be helpfull for me as for him ;-) Thanks for giving a little of your previous time answering him and me. Don't forget the sarcasms, else it would not be a good a.cc's answer !
"Code is like shit - it only smells if it is not yours" |
Thomas Fjellstrom
Member #476
June 2000
![]() |
Quote: Don't forget the sarcasms, else it would not be a good a.cc's answer ! Sorry, but allegro.cc is primarily a friendly community, only a few of the current regulars have decided to not be friendly. Quote: An add on for his valuable try to help could be telling him how to use svn for doing a commit. Checkout a svn repo: svn co http://site/project-repo/path local-directory co == checkout you can substitute the short name for the long name if you like. -- |
GullRaDriel
Member #3,861
September 2003
![]() |
Thomas said: Sorry, but allegro.cc is primarily a friendly community, only a few of the current regulars have decided to not be friendly.
Well, I will do better next time perhaps. Thanks for the answer. "Code is like shit - it only smells if it is not yours" |
Wagner Soares
Member #9,011
September 2007
![]() |
Quote:
Checkout a svn repo: svn co http://site/project-repo/path local-directory co == checkout
thanks for everybody |
Thomas Fjellstrom
Member #476
June 2000
![]() |
Quote: I love coding, and I love to help, so maybe I could do something to speed up things until allegro 5. And we appreciate help -- |
|