Bao C. Ha escreveu:
> Hello,
>
> I am using mingw32ce to recompile an application. Where are the
> headers/libraries for the inet_ntoa and getpid? Following are
> the errors:
>
> ...
> net_udp.c:220: warning: no previous prototype for 'inet_aton'
> ...
grepping helps ...
winsock2.h
> net_udp
Hello,
I am using mingw32ce to recompile an application. Where are the
headers/libraries for the inet_ntoa and getpid? Following are
the errors:
...
net_udp.c:220: warning: no previous prototype for 'inet_aton'
...
net_udp.c:362: warning: implicit declaration of function '_getpid'
...
Do I have
Hi all,
Recently I am porting taglib-1.4 to wince. taglib is written in template
c++.
I found the test exe which compiled by CEGCC will crash when running to
void taglib_tag_free_strings()
{
if(!stringManagementEnabled)
return;
for(List::Iterator it = strings.begin(); it != strings.e