Search found 4 matches
- Thu Jun 16, 2011 2:09 pm
- Forum: Russian
- Topic: Работа над OpenMFC
- Replies: 4
- Views: 6250
Re: Работа над OpenMFC
Почему же? Во-первых Microsoft скорее всего приостановит поддержку MFC для WINVER < 0x600 как только ReactOS станет стабильным, а тогда достать его (исходники MFC) будет труднее. Во-вторых, думается мне что нативные наработки для операционки будут несколько шустрее работать, нежели всякие дурацкие к...
- Thu Jun 16, 2011 1:46 pm
- Forum: Development Help
- Topic: Setup crash
- Replies: 4
- Views: 5719
Re: Setup crash
[EDIT]
I think the problem is in kernel somewhere around registry wraper. Probably, too fast create/update opartions can cause a deadlock that i saw in debug window after failed assertion. I'll be appreciate if somebody helps me to examine this issue.
I think the problem is in kernel somewhere around registry wraper. Probably, too fast create/update opartions can cause a deadlock that i saw in debug window after failed assertion. I'll be appreciate if somebody helps me to examine this issue.
- Thu Jun 16, 2011 1:26 pm
- Forum: Development Help
- Topic: Setup crash
- Replies: 4
- Views: 5719
ReactOS is extremely fast? O_o
Please help!!! I don't know what is going on but solution for this problem is more than ridiculous Callstack: LoadTypeLibEx() -> TLB_ReadTypeLib -> ITypeLib2_Constructor_MSFT So, ITypeLib2_Constructor_MSFT have an a loop for reading info from .tlb file in the end of it (dll\win32\oleaut32\typelib.c:...
- Thu Jun 09, 2011 7:01 pm
- Forum: Development Help
- Topic: Setup crash
- Replies: 4
- Views: 5719
Setup crash
Hello. I'm not sure where exactly i should create this thread so decided to put it here. I downloaded the lastest svn source through the RosBE, it had builded successfuly (bootcd) but got a promblem during installation process. When system trying to register MSHTML.DLL an error is occured. I'm using...