Search found 16 matches

by iPick12
Wed Jul 23, 2014 10:17 am
Forum: Development Help
Topic: Build Error on Ubuntu Linux
Replies: 0
Views: 6275

Build Error on Ubuntu Linux

Hi! I'm using Ubuntu Linux 14 and I'm having trouble building ReactOS from the source code. I managed to install the build environment without problems but when I try to build the sources I get a build error : [ 3%] Building C object boot/freeldr/freeldr/CMakeFiles/freeldr_common.dir/cmdline.c.obj c...
by iPick12
Wed Jun 20, 2012 12:00 pm
Forum: Development Help
Topic: Another Problem
Replies: 3
Views: 6099

Re: Another Problem

Don't worry, I found the problematic module. It was actually a change on a DLL.
by iPick12
Wed Jun 20, 2012 11:58 am
Forum: Development Help
Topic: Registry Load/Unload/Save functions
Replies: 1
Views: 3464

Registry Load/Unload/Save functions

Hey, I'm near implementing NtLoadKey, NtUnloadKey and NtSaveKey. The only serious problem I have is that I'm not sure about the MS Registry Binary File Format. Does anyone of you know anything about that?
by iPick12
Thu Jun 14, 2012 6:51 pm
Forum: Development Help
Topic: Another Problem
Replies: 3
Views: 6099

Another Problem

I've been up to this problem for the past two hours and I don't seem to be able to fix it. It always happens after installation, just before the GUI and that setup wizard start. NTOSKRNL.EXE seems to work just fine as the progress bar goes till the end. So here is the screenshot: http://i48.tinypic....
by iPick12
Thu Jun 14, 2012 6:46 pm
Forum: General Discussion and Feedback
Topic: How about "Metro UI"?
Replies: 17
Views: 8338

Re: How about "Metro UI"?

Hey, I know it's an inactive topic but my suggestion would be to develop, not a Metro UI to replace the standard Windowed GUI but a Metro subsystem that would allow metro apps to run in a window as it seems like the Metro UI gets many developers to develop apps for it. :(
by iPick12
Thu Jun 14, 2012 3:43 pm
Forum: Support
Topic: Compatibiity in all windows version?
Replies: 6
Views: 5418

Re: Compatibiity in all windows version?

If that's what you mean, no, ReactOS does not yet feature full compatibility with any version of Windows NT. But it can run many Windows programs and eventually it will be compatible with a specific version of Windows. ;)
by iPick12
Fri Jun 08, 2012 8:30 am
Forum: Support
Topic: Developing ReactOS with the Community.
Replies: 4
Views: 4498

Re: Developing ReactOS with the Community.

It's great that you want to start developing for the ReactOS project. Thus, I 've compiled a list of the basic things you should be aware of: 1. ReactOS uses the PE executable format (.exe) and not the ELF-i386 that is used in UNIX-based systems (as far as I know). 2. Most DLL's contain API function...
by iPick12
Sun May 27, 2012 5:29 pm
Forum: Support
Topic: Direct3D 9
Replies: 1
Views: 3263

Direct3D 9

Hi everyone. I'm porting a Direct3D 9 C++ application to ReactOS. I'd like to know how I can use d3dx9.h components cause when I include the file I get an error about undefined max variable. Here it is: Undefined variable 'max' My C++ code is this: #include <windows.h> #include <windowsx.h> #include...
by iPick12
Sun May 27, 2012 5:01 pm
Forum: General Discussion and Feedback
Topic: cant compile on windows
Replies: 1
Views: 1707

Re: cant compile on windows

The best approach to such problems is to delete your local source copy and synchronize a new one with the ReactOS SVN Server.
by iPick12
Thu May 24, 2012 6:38 pm
Forum: Development Help
Topic: Resource Editing
Replies: 1
Views: 3485

Resource Editing

I've read on the wiki, that most of the devs use MSVC++ Express Edition. But what about resource editing? If I try to open a resource file with MSVC++ I get a bunch of errors. Most of them are because of the directory structure of the resource files. I also tried ResEdit but it didn't work either. S...
by iPick12
Thu May 24, 2012 8:37 am
Forum: Development Help
Topic: Default colors
Replies: 3
Views: 4179

Re: Default colors

Thanks hto, that works!
by iPick12
Wed May 23, 2012 1:04 pm
Forum: Development Help
Topic: Default colors
Replies: 3
Views: 4179

Default colors

Hi, I'm trying to change the default ReactOS colors. I found out that the file containing the colors is \boot\bootdata\hivedef_i386.inf. But in the file, the colors are in an indexed hexadecimal format, and I've no idea, about what is every color and how do I convert the colors to the proper hex val...
by iPick12
Wed May 16, 2012 9:35 pm
Forum: Development Help
Topic: Developing a 3D accelerated shell for ReactOS
Replies: 4
Views: 6363

Re: Developing a 3D accelerated shell for ReactOS

Thanks for your help. Is Mesa3D slower than OpenGL?
Also, as I posted on my previous thread,
can someone tell me where can I find documentation of the ReactOS window manager,
or the Windows NT windows API architecture?
by iPick12
Tue May 15, 2012 6:00 pm
Forum: Development Help
Topic: Developing a 3D accelerated shell for ReactOS
Replies: 4
Views: 6363

Developing a 3D accelerated shell for ReactOS

Hi! I am interested in developing a user32 (reactos/win32ss/user/user32/) version, that would be based on DirectX (/reactos/win32ss/reactx/) instead of GDI. So, I would like a diagram, or a flowchart, or something that could explain quickly, how are windows drawn and what functions are invloved. Als...
by iPick12
Tue May 15, 2012 5:51 pm
Forum: Off Topic
Topic: 3D drivers (OpenGL) for Reactos
Replies: 105
Views: 89056

Re: 3D drivers (OpenGL) for Reactos

I agree with Geri and I think that he should first port it to ReactOS, give the binary to the community to try it out, and then, if it's good, he and the ROS community could come in an agreement about the sources. Probably, he could give the sources to the community, but in a custom license that wou...