News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

process.h _execvp

Started by TimoVJL, July 15, 2011, 10:27:28 AM

Previous topic - Next topic

TimoVJL

In process.h this
intptr_t __cdecl _execvp(const char *, char * const *);
should be ?
intptr_t __cdecl _execvp(const char *, const char * const *);
Look at  http://msdn.microsoft.com/en-us/library/3xw6zy53
May the source be with you