Re: [Chicken-users] install sdl.egg with mingw32?

2007-06-26 Thread Jong-Hyouk Yun
Hi, I made some tests and building batch files... pack url: www.remeo.co.kr/~ageldama/sdl-tests-01.zip it has tests of... * sdl : basic video, event * sdl_gfx : basic putpixel * sdl_image : showimage * sdl_ttf : showfont * sdl_mixer : playwave * sdl_net : -_- SDL_net doesn't working at all, eve

Re: [Chicken-users] install sdl.egg with mingw32?

2007-06-26 Thread Jong-Hyouk Yun
http://www.remeo.co.kr/~ageldama/sdl-tests-02.zip use SDL_net-VC6-devel, just renamed SDL_net.lib -> libSDL_net.a. And my simple echo server/client seems working alright. Is this fine link mingw libraries with vc6 libraries together into same executable image? 2007/6/26, Jong-Hyouk Yun <[EMAIL

[Chicken-users] args-doc: Formatting GNU-style help messages

2007-06-26 Thread Ivan Shmakov
I'm glad to announce the version 0.1 of args-doc, the facility dedicated to format usage messages for GNU Coding Standards-compliant command line interfaces. The facility aims to complement SRFI 37: a program argument processor. The extension is availabl

Re: [Chicken-users] install sdl.egg with mingw32?

2007-06-26 Thread Brandon Van Every
On 6/26/07, Jong-Hyouk Yun <[EMAIL PROTECTED]> wrote: Is this fine link mingw libraries with vc6 libraries together into same executable image? Not sure. I'd Google about the issue if I were you. I do know that the different compilers have different mangling conventions. Cheers, Brandon Va

[Chicken-users] thumbtribes

2007-06-26 Thread john
Hi... I would like to announce a Chicken based project I have been working on called "thumbtribes". You can read more about the project at http://zedstar.org/blog/category/thumbtribes/ In summary, it is a location-aware communication application which attempts to minimise the amount of data sent

Re: [Chicken-users] parameter limit

2007-06-26 Thread Zbigniew
Hi Kon, If you make your code available in SVN, I would be happy to help out, if you don't mind me messing around =). I've wanted to update this egg for a while but lacked the impetus as the current version still works perfectly for my purposes. On 5/15/07, Kon Lovett <[EMAIL PROTECTED]> wrote: