Mail Archives: djgpp/1997/10/25/09:46:20
Eli Zaretskii (eliz AT is DOT elta DOT co DOT il) wrote:
> On 14 Oct 1997, Ruiter de M wrote:
> > Or take the DJGPP libc source, compare sprintf and vsprintf, and make
> > the same changes to sscanf. That's what I once did, maybe I can find
> > it somewhere.
> If you do find it, please consider sending it to DJ Delorie
> <dj AT delorie DOT com>, so it could be included in future DJGPP release.
_dosscan() works just fine, e.g.
int vfprintf(FILE *foo, const char *fmt, va_arg args)
{
return _dosscan(foo, fmt, args);
}
le, and I can compile and run all the sample programs (using
> win95)
> fine :)
>
> Trouble is, its exact procedures/code is a little hard to understand -
and
> although
> I've managed to write a simple file that displays a message box, that's
> about it :(
>
> Does anyone know of a tutorial or simple source(s) showing how windows
with
> menus etc. can be created - or anything else that could help?
>
> Thanks,
> Matthew
>
- Raw text -