<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
On Thu, 2005-04-21 at 17:56 +0200, Markus F.X.J. Oberhumer wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Reid Spencer wrote:</FONT>
<FONT COLOR="#000000">> If a specific value for these is </FONT>
<FONT COLOR="#000000">> needed on a given platform, then we need to implement something like </FONT>
<FONT COLOR="#000000">> "getDefaultUserId" and "getDefaultGroupId"  functions in lib/System and </FONT>
<FONT COLOR="#000000">> use those in lib/Bytecode/Archive.</FONT>

<FONT COLOR="#000000">That's probably the way to go.</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
Implemented as sys::Process::GetCurrentUserId() and sys::Process::GetCurrentGroupId(). Both Unix and Win32 implementations have been provided. Jeff, is there something more intelligent on Win32 that these methods could return (other than 65536)?.<BR>
<BR>
I've also corrected the ArchiveWriter to use these methods when it is defaulting the archive header.<BR>
<BR>
Reid
</BODY>
</HTML>