dlls/msvcrt: process.c (msvcrt-popen-1)

Alexandre Julliard julliard at winehq.com
Fri Nov 1 10:40:20 CST 2002


Jaco Greeff <jaco at puxedo.org> writes:

> 1. Calling the popen function returns a FILE* which needs to be
> converted to a MSVCRT_FILE*. The apprach taken here is potentially not
> the best route but the only one I could think of. Is it suffiecient?

No, it's wrong. You should be using the Windows API (CreateProcess
etc.) not the Unix popen(). Then you can build a proper MSVCRT_FILE.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list