Search found 93 matches

by Sarocet
Thu Apr 20, 2006 10:06 am
Forum: Spanish
Topic: Problemas al Compilar
Replies: 12
Views: 12821

A bugzilla...
by Sarocet
Thu Apr 20, 2006 10:04 am
Forum: Spanish
Topic: Recien Llegado busca ayudar
Replies: 3
Views: 6701

Re: Recien Llegado busca ayudar

1º)Me he encontrado ya con unos cuantos fallos, pero no estoy muy habituado a colaborar con ningún proyecto ni reportar fallos, así que no tengo ni idea de lo que tengo que hacer ni de como hacerlo. Bueno, creo que ya descubriste bugzilla :P 2º)Si se pretende una compatibilidad total con Windows ¿e...
by Sarocet
Thu Apr 20, 2006 10:00 am
Forum: Spanish
Topic: ¿Se puede instalar software para linux?
Replies: 6
Views: 13041

No. Sólo te funcionarán si fuesen capaces de funcionar bajo windows. Usando Cygwin por ejemplo. Muchos programas *nix son compatibles linux/windows o están portados (evidentemente hará falta recompilarlos), pero otros no.
by Sarocet
Thu Apr 20, 2006 9:58 am
Forum: Spanish
Topic: Novato: Como instalar un programa en ReactOS + QEMU?
Replies: 3
Views: 12790

Más vale tarde que nunca...

Supongo que será algo de la configuración de qemu, que tendrá montado C:\ como sólo lectura (al ser una ISO), no se me ocurre nada más. :?
by Sarocet
Fri Mar 10, 2006 1:08 pm
Forum: General Discussion and Feedback
Topic: Guys, you need a "spread the word" campaign!
Replies: 37
Views: 22008

I'd like to spread the word. However, i also feel afraid of more annoying messages like "why doesn't X program/game work", "which does the auditing mean?", "you should improve the gui", and so on. Maybe we should wait until the audit finishes..., and also update the FAQ...
by Sarocet
Fri Mar 10, 2006 12:49 pm
Forum: Spanish
Topic: ¡¡IDEAS Y SUGERENCIAS PARA MEJORAR REACTOS!!
Replies: 102
Views: 288540

La sección de .reloc es para que el módulo se pueda cargar en otra dirección, dando al cargador del programa los datos de todo lo que tiene que cambiar. Me parece entender que se está quejando que no le caben todos los datos ahí. Pero si no se va a recolocar esa sección es prescindible.
by Sarocet
Fri Mar 10, 2006 12:47 pm
Forum: Spanish
Topic: Cómo Registro una clase ?
Replies: 5
Views: 11241

Re: Como registrar una clase

VPONTE wrote: Y me sale un mensaje que se realizo de forma correcta. Pero cuando trato de correr el programa aparece un momento en el task manager y desaparece.

alguna idea del porque?
No, ni idea. Si tienes el código comprueba si hace alguna comprobación al principio que lo termine sin dar ningún mensaje.
by Sarocet
Fri Mar 10, 2006 12:44 pm
Forum: Support
Topic: booting
Replies: 9
Views: 6321

Those other msvcrt*.dll are new versions of the library. They are used by other progams. msvcrt.dl should automaticlly use the kernel32.dll. It's even a more common lib. Have you copied the msvcrt.dll on the c:\windows\system? Can you type the version of those libraries yo're using? i suppose the pr...
by Sarocet
Fri Mar 10, 2006 12:30 pm
Forum: General Discussion and Feedback
Topic: AUDIT US TO DEATH WHY DONT YOU!
Replies: 21
Views: 11295

Pharaoh_Atem wrote:Microsoft WILL target ReactOS, but they cannot do anything about it
However, they will try anyway.
by Sarocet
Wed Mar 08, 2006 12:05 pm
Forum: Support
Topic: booting
Replies: 9
Views: 6321

MSVCRT.DLL is a common library, that was supposed to be on all windows... :?

You can place it anywhere in the path (the program folder, %windir%, %sysdir%, etc.) It usually is at %sysdir% (c:\windows\system on win95) but it could work on other places as well.
by Sarocet
Wed Mar 08, 2006 12:00 pm
Forum: Support
Topic: ROS 0.2.9 at my laptop
Replies: 5
Views: 3957

FAT drive can't be the problem. ROS is only using FAT FS.

I'd say that your CD was badly burnt, but as it works on the other PC... does you CD-ROM really work?
by Sarocet
Wed Mar 08, 2006 11:54 am
Forum: General Discussion and Feedback
Topic: ReactOS Ros32/Win32 support
Replies: 6
Views: 3263

Pharaoh_Atem wrote:How do I do that?
Ask Ged for its SVN key ;)
by Sarocet
Wed Mar 08, 2006 11:52 am
Forum: General Discussion and Feedback
Topic: Remember NT4?
Replies: 41
Views: 33880

Maybe sysinternal's process explorer could help you on the task? It displays a lot of the processes data: parent, privileges, etc. And yes, i believe you as i have seen how IE crashes affects to explorer.exe although they are supposed to be separated processes. What seems more strange is that IE her...
by Sarocet
Wed Mar 08, 2006 11:29 am
Forum: Spanish
Topic: Cómo Registro una clase ?
Replies: 5
Views: 11241

Buenas tardes, si yo tengo todas las dll que el progrma necesita para funcionar en la misma carpeta. El error que me aparece es que no, está registrada la clase.

saludos
Víctor
Ejecuta el comando "regsvr32 <nombredeladll>"
by Sarocet
Fri Mar 03, 2006 7:00 pm
Forum: General Discussion and Feedback
Topic: Controllin/Limiting the CPU power for an application
Replies: 3
Views: 3665

Re: Controllin/Limiting the CPU power for an application

I have no way to take back the control of the machine... Happily, i (almost?) always got to kill that app. But that's a nice feature i also thought in. I wondered if some api could do it, now it seems it doesn't exist. I can mark a program to run only on a CPU (it's a computer with hyperthreading) ...