DotGNU Portable.NET - Patches: patch #2968, Implements process spawning on...
You are not allowed to post comments on this tracker with your current authentication level.
patch #2968: Implements process spawning on MinGW/Windows native
Submitter: | Maciek Plewa <maciekpl> | ||
Submitted: | Sat 24 Apr 2004 05:22:10 PM UTC | ||
Category: | None | Priority: | 6 |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Mon 14 Jun 2004 03:04:51 PM UTC, comment #3: |
Thong Nguyen <tum>![]() |
Wed 02 Jun 2004 09:54:14 AM UTC, comment #2: I've made quite a lot of changes, and this time also tested on Debian 3.0, FreeBSD 4.9, Cygwin, and MinGW (cscctest and built pnetlib).
|
Maciek Plewa <maciekpl> |
Sun 25 Apr 2004 09:58:36 AM UTC, comment #1: Sorry, it does not build on Linux (needs a configure.in check for errno.h to include it).
|
Gopal.V <t3rmin4t0r>![]() |
Sat 24 Apr 2004 05:22:10 PM UTC, original submission:
support for Windows native (MinGW). Add utility functions
LoadLibraryCodeGen to prevent name conflict with Windows API;
|
Maciek Plewa <maciekpl> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
A few problems:
I get an "Invalid Argument" error when using cscc (the argument has a space so a temp command file is used and windwos doesn't seem to recognise the @C:\Temp\CMD as a command file).
You shouldn't hard code C:\Windows\Temp -- use GetWindowsDirectory.
Some arguments include quotes, so sometimes we can end up with arguments with quotes inside quotes like:
"-D__VERSION__="0.6.7 (cscc)""
PS. Are you sure command files are necessary?
Thanks.