|
From: Danny S. <dan...@cl...> - 2007-06-15 01:19:18
|
> -----Original Message----- > From: min...@li... > [mailto:min...@li...] On Behalf > Of Laia Manrique > Sent: Friday, 15 June 2007 12:07 p.m. > To: min...@li... > Subject: [Mingw-users] glibc searching and sorting > > > I am trying to compile in Windows a piece of code that uses some of > the "Searching and sorting" functions in the GNU C Library. To be > honest, I am not very familiar with Windows, but I was definitely not > expecting any problems in finding ports for glibc (or, at least, for > the parts of glibc that are not too related to Linux). > > After a few hours searching, though, all I've been able to find is a > couple of excedingly outdated ports (LibGW32C actually contained a > port for tsearch and the other functions I am interested in). Is there > anything newer and more regularly mantained, hopefully related to > MinGW? Are you after: tsearch, tfind, tdelete, twalk, tdestroy - manage a binary tree ? I use those myself and can point to code. Should these be in libmingwwex.a (with uglified __names)? Danny > > Thanks in advance. > > Laia > > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > MinGW-users mailing list > Min...@li... > > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > |