Search found 3 matches
- Sat Dec 29, 2007 8:17 am
- Forum: Development Help
- Topic: Corrected OpenTcpFile error
- Replies: 2
- Views: 3798
Corrected OpenTcpFile error
this patch is for OpenTcpFile function. Index: dll/win32/iphlpapi/ifenum_reactos.c =================================================================== --- dll/win32/iphlpapi/ifenum_reactos.c (revision 31483) +++ dll/win32/iphlpapi/ifenum_reactos.c (working copy) @@ -68,7 +68,7 @@ UNICODE_STRING file...
- Fri Dec 28, 2007 1:48 pm
- Forum: Development Help
- Topic: ReactOS built and tested on Ubuntu linux with QEMU
- Replies: 0
- Views: 3830
ReactOS built and tested on Ubuntu linux with QEMU
hi, i modified the current svn sources from reactos, but was only testing so don't take those modifications very seriously. My reactos is running on linux qemu, and i'm still trying to get the network running under ReactOS, it detects de nic but doesn't connect to internet. i use qemu -M pc -m 512 -...
- Fri Dec 28, 2007 1:39 pm
- Forum: Development Help
- Topic: "make cb" generate only project/workspace for wind
- Replies: 3
- Views: 4280
svn codeblocks linux/ubuntu and co...
Hi, i modified the rbuild sources so the incorrect '\' generated by make cb are corrected, but still cannot build under codeblocks because codeblocks uses system(linux) gcc instead of mingw32-gcc and gives windows.h not found error. this is the patch fro my modifications to the reactos source(includ...