Hi,
I just want to make a few annotations to the new dhcpd.
Why do we have to add these useless files, like shell scripts, makefile.am,
makefile.in, etc. to the CVS tree if we want to make dhcpd a real service?
The source code will loose its portability anyway. And why keep this rather
complex directory structure for such a simple utility?
Btw, the dhcp server looks like a hack to me. It is leaking lots of memory
because there is not a single call to free() in the source and the dhcp
options handling it pretty crude. And it doesn't seem to work with a Win2K
client.
I'd suggest to use the Moreton dhcp server (dhcp-win-0.8.25.tar) instead. It
has got a much better internal structure and it works properly. I ran it on
Win98SE and tested it with a Win2K client. The only disadvantage of the
Moreton server is that it uses a binary config file.
Regards,
Eric
Hi,
why is the drive letter added to users path if the install drive isn't C?
CreateDirectory("G:\Documents and
Settings\Administrator.REACTOS_G\Application Data\Microsoft")
CreateDirectory("G:\Documents and
Settings\Administrator.REACTOS_G\Application Data\Microsoft\Internet
Explorer")
CreateDirectory("G:\Documents and
Settings\Administrator.REACTOS_G\Application Data\Microsoft\Internet
Explorer\Quick Launch")
- Hartmut
In regards to the earlier change, this is why i made it ;)
The broodwar installer works, along with d2, and the d2 expansion.
Starcraft's installer fails with an odd error mentioning an invalid
window handle.
Hi,
I really doubt it will matter but it seems the newer mingw-gcc is
bombing in quite a few places when building ReactOS. This patch allows
it to mostly build for me.
Thanks
Steven
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
Okay guys, The tree is NOT compiling.
Latest errors i'm getting are
C:/reactos/drivers/net/tcpip/tcpip/fileobjs.c:74: undefined reference to
`A2S'
tcpip/fileobjs.o(.text+0x14c):C:/reactos/drivers/net/tcpip/tcpip/fileobjs.c:74:
undefined reference to `A2S'
tcpip/fileobjs.o(.text+0x1340): In function `FileOpenAddress':
C:/reactos/drivers/net/tcpip/tcpip/fileobjs.c:377: undefined reference
to `A2S'
datalink/lan.o(.text+0x1598): In function `BindAdapter':
C:/reactos/drivers/net/tcpip/datalink/lan.c:714: undefined reference to
`A2S'
datalink/lan.o(.text+0x15f4):C:/reactos/drivers/net/tcpip/datalink/lan.c:719:
un
defined reference to `A2S'
collect2: ld returned 1 exit status
mingw32-make[2]: *** [tcpip.nostrip.sys] Error 1
mingw32-make[2]: Leaving directory `C:/reactos/drivers/net/tcpip'
mingw32-make[1]: *** [preall] Error 2
mingw32-make[1]: Leaving directory `C:/reactos/drivers/net/tcpip'
mingw32-make: *** [tcpip] Error 2
C:\reactos>
GCC 3.4.1
G++ 3.4.1
Bin Utils 2.15.90 20040222