On Fri, Nov 21, 2008 at 2:23 PM, <sginsberg(a)svn.reactos.org> wrote:
> URL: http://svn.reactos.org/svn/reactos?rev=37523&view=rev
> Log:
> - winternl.h is deprecated since the NDK was invented, don't use
I am sure there are some wine sources somewhere that we have the make
use of it but perhaps we could add some sort of check like
#ifndef __WINESRC__
#error Don't use winternl.h!
#endif
or something similar.
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
Replying to myself...
> (sent to AROS (please forward, I'm not on the dev list), ReactOS,
> Syllable, CCed to Haiku)
Moved from ros-general to ros-dev as the former seems very quiet...
>
> Hello,
> I'm a Haiku developer, <http://haiku-os.org>
> and I would like to propose sharing a devroom, eventually a booth at
> FOSDEM with some other FOSS OS projects.
As I've been told by the orga,
other projects should also book the devroom officially:
http://fosdem.org/2009/call_for_devrooms_and_stands
Just add you are ok to share it.
The official deadline is tomorrow...
>
> I sent to the mailing lists as I couldn't identify a specific
> contact,
> and I don't know how much centralized each project is.
>
> Last year we had our own booth at FOSDEM (we it shared with an ERP
> software),
> I really enjoyed the event, and would like to also get a devroom this
> year.
> But I'm not sure we will have enough people to animate it all the
> time
> (currently 3 or 4), plus we'd still have a stand to look after.
>
> http://www.haiku-os.org/blog/mmu_man/2008-02-25/hello_from_fosdem
>
> I know we shared a booth at last LinuxWorld with ReactOS and I heard
> it
> was interesting:
> http://www.haiku-os.org/blog/umccullough/2008-08-06/day_1_at_linuxworld_200…
> > http://www.haiku-os.org/blog/umccullough/2008-08-07/day_2_at_linuxworld_200…
> >
> As the deadline for booth and devroom application approaches (it's
> before 22 nov.), I was thinking about sharing a devroom that could be
> called "alternative OSes", "grep -v GNU/Linux" or alike, with other
> projects.
> This way we could all get a devroom with fewer people to man it.
>
> As for our project, we could have talks and hacking sessions on many
> subjects, from architecture and design to installation, and specific
> things like the using the FreePascal port, porting applications,
> using
> replicants (like NetSurf).
>
> We could also have common talks, about the platforms we support, our
> design and goals.
>
> And if needed we could probably also share a booth with another
> project
> I suppose, last year we shared with a totally different software.
>
> I'll be mailing a booth and devroom request tomorrow precising it,
> before it's too late.
>
> François.
>
Ok,marc ;)
I have sent u a mail to: marc.piulach(at)live.com. Sure it will be clasified as Spam so give a look there.I have sent the email in perfect Spanish(i guess u are from Spain,or at least you understand Spanish).
There are at least 2 Reacters in Seville with time to show Reactos in Imaginatica.Also some other spanish people have shown some interest to help with it.
You can contact with me in vicmarcal(at)hotmail.com, so we can begin (if u want) to prepare this Event.
Thanks Marc.
_________________________________________________________________
Los más de lo más, Especial Rankings
http://events.es.msn.com/dinero/listas/default.aspx
Hi Victor,
I haven't done any special "negotiations" mainly because anyone expressed interest on participating in the event. In case you or anyone else want to participate feel free to contact me and maybe we can workout something
Regards,
/Marc
From: victor martinez
Sent: Thursday, November 20, 2008 4:01 PM
To: ros-dev(a)reactos.org
Subject: [ros-dev] Re: Event invitation [jornadas Imaginática 2009]
Hi All,I have been contacted/invited to participate and give a talk about ReactOS in an event organized by the university of Seville, spain (very beautiful city!) on 2-6 March 2009. It would be great if some of the other spanish based members are also interested on participate, I have been disconnected from the project lately due to offline life but would be willing to participate in this event and help to spread the word about reactos in academic circles.More information here (in spanish): http://imaginatica.org/2009/descargas/Dossier.pdfRegards,/MarcHi Marc, there are spanish people in Seville interested in Imaginatica Event. Does the invitation still available?How goes the "negotiations"?are they still counting on us being at Imaginatica?Thanks in advance. This event mix the most important IT companies,and also there are a lot of skilled developers.This is one of the most important Event in Spain (since SIMO has been cancelled).So being in Imaginatica must be a priority ;)VicmarcalSeville
--------------------------------------------------------------------------------
No te aburras más, engánchate a los Juegos de Messenger
--------------------------------------------------------------------------------
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
Hi All,
I have been contacted/invited to participate and give a talk about ReactOS in an event organized by the university of Seville, spain (very beautiful city!) on 2-6 March 2009. It would be great if some of the other spanish based members are also interested on participate, I have been disconnected from the project lately due to offline life but would be willing to participate in this event and help to spread the word about reactos in academic circles.
More information here (in spanish): http://imaginatica.org/2009/descargas/Dossier.pdf
Regards,
/Marc
Hi Marc, there are spanish people in Seville interested in Imaginatica Event. Does the invitation still available?How goes the "negotiations"?are they still counting on us being at Imaginatica?
Thanks in advance. This event mix the most important IT companies,and also there are a lot of skilled developers.This is one of the most important Event in Spain (since SIMO has been cancelled).
So being in Imaginatica must be a priority ;)
Vicmarcal
Seville
_________________________________________________________________
Los más de lo más, Especial Rankings
http://events.es.msn.com/dinero/listas/default.aspx
Has anybody considered to use the openwatcom compiler for ReactOS?
http://www.openwatcom.org/index.php/Main_Page
At least it provides a proper native SEH implementation and is as free
as the GCC is.
➧ Marcin Dalecki ❖
These are correct changes.
On Tue, Nov 18, 2008 at 10:34 AM, Aleksey Bragin <aleksey(a)reactos.org> wrote:
> May I ask why those if (!Info) checks are required? To me it makes no
> sense to call those APIs with the cruicial, mandatory working (and in
> one case the only) parameter being NULL, and I would put an ASSERT
> (Info) there to catch bad callers and fix them.
>
> WBR,
> Aleksey.
>
> On Nov 18, 2008, at 8:36 AM, jimtabor(a)svn.reactos.org wrote:
>
>> Author: jimtabor
>> Date: Mon Nov 17 23:36:19 2008
>> New Revision: 37436
>>
>> UINT
>> FASTCALL
>> DIB_BitmapMaxBitsSize( PBITMAPINFO Info, UINT ScanLines )
>> {
>> UINT MaxBits = 0;
>> +
>> + if (!Info) return 0;
>>
>>
>> +UINT
>> +FASTCALL
>> +DIB_BitmapBitsSize( PBITMAPINFO Info )
>> +{
>> + UINT Ret;
>> +
>> + if (!Info) return 0;
>
gedmurphy wrote:
> Let's say you implement a function in our win32k, based on Wine code. How
> exactly would you realistically discover which Wine dev wrote that
> function, and if the function was merely _based_ on wine code, which parts
> of the function would you attribute credit to, and how would you do it?
I think if the dev is not known, then all authors should be credited. I.e.:
"Parts of this file are Copyright (C) ... ". Or: to gather the original Wine
copiright notices into a separate file and put a pointer to it in any file
which is based on Wine.