Re: Wine 0.8 TODO v0.1

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 02:23 am, Francois Gouget wrote: * you can specify DllOverrides on a per application basis This is priceless, thank you Francois for pointing it out. Now, I still think 0.9 should be delivered without DLLs tweaks -- we should keep them for 1.0. But documenting them in the

Re: Wine 0.8 TODO v0.1

2002-11-02 Thread Greg Turner
On Saturday 02 November 2002 01:23 am, Francois Gouget wrote: For instance, let's say I want to run for DreaWeaver 4. I go to the application database and see this: To get DreamWeaver running, append the following lines to your Wine configuration file:

Re: games

2002-11-02 Thread Mark Hannessen
Can we post *how* to break the copy protection? I don't think so. we can. we could include the cracks needed to run the game on the site. it is legal use a crack if you own the game. as long as we don't forget the disclamer: don't download this crack unless you own this game legal if we can not

Re: games

2002-11-02 Thread Greg Turner
On Saturday 02 November 2002 03:46 am, Mark Hannessen wrote: Can we post *how* to break the copy protection? I don't think so. we can. we could include the cracks needed to run the game on the site. it is legal use a crack if you own the game. as long as we don't forget the disclamer: don't

Re: Wine FAQ - call for a volunteer

2002-11-02 Thread Thomas Wickline
Jeremy White wrote: Okay, we have a backup FAQ volunteer. Who will be our primary? Hello, I will volinteer to *help* on this.. So you now have two people on the backup side.. I really thought this was over my head and there would be very little that I could do.. But I will show one

COM vtable inconsistencies with g++ (was SIGSEGV in IDirectDrawImpl_EnumDisplayModes)

2002-11-02 Thread Matthew Bloch
On Friday 01 November 2002 18:27, Lionel Ulmer wrote: Well, the problem seems to come from an incompatibility between g++ and the way Wine defines COM objects. From my experiences, the g++ vtable starts at offset 8 whereas Wine defines COM object vtables as starting at offset 0 (ie vtable[0]

Re: COM vtable inconsistencies with g++ (was SIGSEGV in IDirectDrawImpl_EnumDisplayModes)

2002-11-02 Thread Matthew Bloch
On Saturday 02 November 2002 10:36, Matthew Bloch wrote: [snip] Lionel, thanks for your efforts, I understand the problem now. I did a fresh build of both wine and the game with this #define added in, but now I get a similar error in DirectDrawCreate at ddraw/main.c:267; Sorry, to clarify

RtlQueryTimeZoneInformation

2002-11-02 Thread György 'Nog' Jeney
Does anyone know anything about RtlQueryTimeZoneInformation? I would like to implement it... nog.

Re: Wine 0.8 TODO v0.1

2002-11-02 Thread Carlos Lozano
If you expect internet explorer to work, you are GOING to have to have at least shdocvw,shlwapi set native,builtin. That way they are not required, but if IE is installed and those DLLs exist, you will need to use the native versions. I really can't imagine ANY way we could create a builtin

Re: COM vtable inconsistencies with g++ (was SIGSEGV in IDirectDrawImpl_EnumDisplayModes)

2002-11-02 Thread Andreas Mohr
On Sat, Nov 02, 2002 at 10:36:21AM +, Matthew Bloch wrote: So with the ICOM_MSVTABLE_COMPAT flag set I get the off-by-two calling error from within Winelib when it's trying to invoke a COM function. When it's not set I get the same bug occurring in my program when it tries to do the

Re: COM vtable inconsistencies with g++ (was SIGSEGV in IDirectDrawImpl_EnumDisplayModes)

2002-11-02 Thread Matthew Bloch
On Saturday 02 November 2002 11:06, Andreas Mohr wrote: On Sat, Nov 02, 2002 at 10:36:21AM +, Matthew Bloch wrote: So with the ICOM_MSVTABLE_COMPAT flag set I get the off-by-two calling error from within Winelib when it's trying to invoke a COM function. When it's not set I get the

Re: COM vtable inconsistencies with g++ (was SIGSEGV in IDirectDrawImpl_EnumDisplayModes)

2002-11-02 Thread Jeremy White
I'd say that *BY FAR* most people use Wine to run programs. What would you use Winelib for anyway ? IMHO it has somewhat limited use, given that you don't really gain a lot from porting programs via Winelib (neither performance, nor code size, nor ...). Yes, I'd discovered this since I started,

Re: games

2002-11-02 Thread Z_God
Op vrijdag 1 november 2002 22:48, schreef Dimitrie O. Paun: On November 1, 2002 05:36 pm, Mark Hannessen wrote: copy protection, nothing more the problem is that there are license issues with copy protection that prevent us from inplenting it at all. but the game itself runs perfect.

Re: Wine 0.8 TODO v0.1

2002-11-02 Thread Dustin Navea
--- Dimitrie O. Paun [EMAIL PROTECTED] wrote: On November 2, 2002 12:02 am, Ender wrote: If you expect internet explorer to work, you are GOING to have to have at least shdocvw,shlwapi set native,builtin. That way they are not required, but if IE is installed and those DLLs exist, you will

Re: Wine 0.8 TODO v0.1

2002-11-02 Thread Dustin Navea
--- Francois Gouget [EMAIL PROTECTED] wrote: On Sat, 2 Nov 2002, Dimitrie O. Paun wrote: On November 2, 2002 12:02 am, Ender wrote: If you expect internet explorer to work, you are GOING to have to have at least shdocvw,shlwapi set native,builtin. That way they are not required,

Plea to fix winelib COM vtable bug

2002-11-02 Thread Matthew Bloch
This is a summary of my recent probs with Winelib in the hope that someone who knows the COM stuff can fix them quickly, because hacking through the jungle of include files and definitions is hard work In short, I've built the latest wine cvs with the ICOM_MSVTABLE_COMPAT flag set in

Re: Wine 0.8 TODO v0.1

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 09:57 am, Dustin Navea wrote: No but if there is a big enough hole, they could use it to get access to the /etc/passw and then use a dos program (crackerjack comes to mind here) to decrypt the program (especially if they are dual-booting win9x and linux) That's why you

Re: Wine 0.8 TODO v0.1

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 03:26 am, Keith Matthews wrote: Note that an increasing number of apps are assuming that IE is present and use it to provide crucial functionality. For this, we should look into supporting the IWebBrowser interface, via Mozilla. It's been mentioned here before. Actually,

Re: Wine 0.8 TODO v0.1

2002-11-02 Thread Dustin Navea
--- Dimitrie O. Paun [EMAIL PROTECTED] wrote: On November 2, 2002 09:42 am, Dustin Navea wrote: apps such as slocate to gain root access and then that would give wine a bad rep with both windows newbies and linux users... That can't happen as WIne runs non-root. At mostthey can gain user

Re: Plea to fix winelib COM vtable bug

2002-11-02 Thread Matthew Bloch
I think I'm closer now... trace:ddraw:User_DirectDraw_Construct (0x403a7c70,0) Program received signal SIGINT, Interrupt. [Switching to Thread 16384 (LWP 2877)] 0x40f510e4 in DDRAW_Create (lpGUID=0x0, lplpDD=0x40c92d38, pUnkOuter=0x0, iid=0x40f585d0, ex=0) at main.c:264 264

Re: Wine 0.8 TODO v0.1

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 10:11 am, Keith Matthews wrote: Don't care how sexy it is or is not, only if it will work. Some of them seem to be making some pretty specific assumptions about the interface available, and doing it in the install routines too. Well, yeah, we should have the Mozilla thingy

Re: WineSetupTk

2002-11-02 Thread Dimitrie O. Paun
On November 1, 2002 12:35 pm, Jeremy White wrote: We would create a parallel CVS tree to Wine; say the winesetuptk tree. We'd put that code out under a dual license (GPL/but we still own rights). I'd probably welcome multiple maintainers. First off, thanks for the offer -- it's generous, and

Re: Plea to fix winelib COM vtable bug

2002-11-02 Thread Lionel Ulmer
trace:ddraw:User_DirectDraw_Construct (0x403a7c70,0) Well, if you look here in files dlls/ddraw/ddraw/hal.c and user.c you see that the 'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' line is missing in both vtable definitions... Could you try adding this line (an example in file ddls/ddraw/main.c),

Today wine's compatibility with 20 popular apps from tucows

2002-11-02 Thread Carlos Lozano
Hello :) I have taken the 20 first entries of the top 100 tucows list, except that some entries has been removed, mainly antivirus and programs what need other different program to work. (URL: http://tucows.uam.es/toppicks.html) Comments, improves, ... are welcomed :)) Regards, Carlos. --

Re: COM vtable inconsistencies with g++ (was SIGSEGV inIDirectDrawImpl_EnumDisplayModes)

2002-11-02 Thread Ove Kaaven
On Sat, 2 Nov 2002, Matthew Bloch wrote: So with the ICOM_MSVTABLE_COMPAT flag set I get the off-by-two calling error from within Winelib when it's trying to invoke a COM function. When it's not set I get the same bug occurring in my program when it tries to do the same. Don't use

Re: games-------- I must be smoking CRACK !!!

2002-11-02 Thread Thomas Wickline
Z_God wrote: Op vrijdag 1 november 2002 22:48, schreef Dimitrie O. Paun: On November 1, 2002 05:36 pm, Mark Hannessen wrote: copy protection, nothing more the problem is that there are license issues with copy protection that prevent us from inplenting it at all. but the game itself runs

Re: dlls/msvcrt: msvcrt-popen-2.diff

2002-11-02 Thread Jaco Greeff
On Sat, 2 Nov 2002 10:56:02 -0500, Dimitrie O. Paun [EMAIL PROTECTED] wrote : On November 2, 2002 10:41 am, Jaco Greeff wrote: +#define POPEN_WCMD_EXEC C:\\Windows\\System32\\cmd.exe /c Do we need this hardcoded path here?!? What about the COMSPEC idea that Francois suggested? I'm

Re: dlls/msvcrt: msvcrt-popen-2.diff

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 10:41 am, Jaco Greeff wrote: +#define POPEN_WCMD_EXEC C:\\Windows\\System32\\cmd.exe /c Do we need this hardcoded path here?!? What about the COMSPEC idea that Francois suggested? +#define LPCWSTR_TO_LPSTR(wszIn, nIn, szOut, nOut) \ +*nOut =

Re: Wine FAQ - call for a volunteer

2002-11-02 Thread Dimitrie O. Paun
Jeremy White wrote: Okay, we have a backup FAQ volunteer. Who will be our primary? It's always easier to criticize, than to do. If you do something, you're bound to make mistakes. If you never do anything, you can rest assured that you're not a fault. So, to get a taste of my own medicine, I

Re: header layout agreements

2002-11-02 Thread Dimitrie O. Paun
On November 1, 2002 07:12 am, Christian Neumair wrote: Comments on that, please :) Well, here it goes: -- I don't care much about DESC. In fact, it should be painfully obvious what the file is for in 99.99% of the cases. If you feel like adding it, sure, go ahead, you can add a

PATCH: DirectDraw vtable fixes

2002-11-02 Thread Matthew Bloch
Found it; a few of the DirectDraw ICOM_VTABLE declarations did not have the ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro prefixing their elements. This meant that, well, all sorts of havoc broke loose when wrong functions were called :) I hope this is an uncontentious patch attached. --

Re: Today wine's compatibility with 20 popular apps from tucows

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 10:53 am, Carlos Lozano wrote: Comments, improves, ... are welcomed :)) This is very, very cool! I would suggest we keep track of the tucows's Top number, so we can say: We run #1, 5, 10, 11, 12 from Tucows Top Picks, as of Nov 1, 2002. or whatever date you

Re: games

2002-11-02 Thread Shachar Shemesh
Mark Hannessen wrote: On Friday 01 November 2002 21:29, you wrote: On November 1, 2002 01:07 pm, Mark Hannessen wrote: most games i own install and run ferfectly, but will not give you out the box experience because wine lacks good copy protection code. Diablo II is a good example Can't

Re: Plea to fix winelib COM vtable bug

2002-11-02 Thread Ove Kaaven
On Sat, 2 Nov 2002, Matthew Bloch wrote: I think I'm closer now... trace:ddraw:User_DirectDraw_Construct (0x403a7c70,0) Program received signal SIGINT, Interrupt. [Switching to Thread 16384 (LWP 2877)] 0x40f510e4 in DDRAW_Create (lpGUID=0x0, lplpDD=0x40c92d38, pUnkOuter=0x0,

Re: Today wine's compatibility with 20 popular apps from tucows

2002-11-02 Thread Carlos Lozano
Hello, A big problem is the riched20.dll. We're not gonna have a replacement for it soon, so I think we need to acknowledge that, and accept apps that are not perfect because of it, but are still usable. It is a serious problem, because without riched20 winzip simply doesn't work, it stops

Re: Wine FAQ - call for a volunteer

2002-11-02 Thread Thomas Wickline
Dimitrie O. Paun wrote: Jeremy White wrote: Okay, we have a backup FAQ volunteer. Who will be our primary? It's always easier to criticize, than to do. If you do something, you're bound to make mistakes. If you never do anything, you can rest assured that you're not a fault. So, to get a

Re: dlls/msvcrt: msvcrt-popen-2.diff

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 11:07 am, Jaco Greeff wrote: And everybody is a critic ;) And especially me, lately :( I would potentially rather more it to it's own header file than doing the cut-n-paste thing inside a function... Would it be 50% ok with macro abuse in a seperate header file? Not

Re: Today wine's compatibility with 20 popular apps from tucows

2002-11-02 Thread Joerg Mayer
On Sat, Nov 02, 2002 at 04:53:03PM +0100, Carlos Lozano wrote: Comments, improves, ... are welcomed :)) Great idea! I think you should differentiate the Run: line though into builtin/pure and natvie/tainted: 4. WinZip - The most popular compression utility for Windows just got better.

Re: Today wine's compatibility with 20 popular apps from tucows

2002-11-02 Thread Andreas Mohr
On Sat, Nov 02, 2002 at 04:53:03PM +0100, Carlos Lozano wrote: Hello :) I have taken the 20 first entries of the top 100 tucows list, except that some entries has been removed, mainly antivirus and programs what need other different program to work. (URL: http://tucows.uam.es/toppicks.html)

Re: Plea to fix winelib COM vtable bug

2002-11-02 Thread Matthew Bloch
On Saturday 02 November 2002 16:15, Ove Kaaven wrote: Your particular problem is probably that the ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE isn't in the vtables found in ddraw/user.c and ddraw/hal.c, but I'd still just use ICOM_USE_COM_INTERFACE_ATTRIBUTE to avoid this kind of problem, unless you

Re: Wine 0.8 TODO v0.2

2002-11-02 Thread Shachar Shemesh
What about reboot.so or similar support? Andreas said he was deffering sending in an official patch. I was willing to take ownership over that (whether from scratch, or based on work done so far) is Andreas isn't interested any more. Shachar Dimitrie O. Paun wrote: This will

Re: WineSetupTk

2002-11-02 Thread John K. Hohm
First off, thanks for the offer -- it's generous, and very useful IMO. It certainly sounds interesting, and I would like to take a peak at the code. The big problem I have with WineSetupTk it's that it's written in Tcl/Tk (I suppose). I don't know the language, and I don't care to learn it.

Re: Wine FAQ - call for a volunteer

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 12:27 pm, Thomas Wickline wrote: When your ready just let me know and we will go at it .. send me a list of things to start on.. OK, here's the TODO: 1. Extract the FAQ from the FAQ-O-Matic This means also deleting it from there, to avoid duplication, and confusion. We

Re: Today wine's compatibility with 20 popular apps from tucows

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 11:29 am, Carlos Lozano wrote: It is a serious problem, because without riched20 winzip simply doesn't work, it stops when you doubleclick about a zipped file. Other applicaciones like xnews/icq has the same problem with riched32, without it, the problem is no usable,

Re: games

2002-11-02 Thread Shachar Shemesh
Mark Hannessen wrote: Game-wise: Jazz Jackrabbit 2 Fallout Neverwinter Nights Grand Prix Legends Discworld II Did you??? Displays three logos, shows the copyright screen (with death on a horse), starts playing the music and goes into a loop. What did you do to get it

Re: Wine FAQ - call for a volunteer

2002-11-02 Thread Andreas Mohr
On Sat, Nov 02, 2002 at 11:01:48AM -0500, Dimitrie O. Paun wrote: Jeremy White wrote: Okay, we have a backup FAQ volunteer. Who will be our primary? It's always easier to criticize, than to do. If you do something, you're bound to make mistakes. If you never do anything, you can rest

Re: Wine 0.8 TODO v0.2

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 11:23 am, Shachar Shemesh wrote: What about reboot.so or similar support? I've added it as item C6. Andreas said he was deffering sending in an official patch. I was willing to take ownership over that (whether from scratch, or based on work done so far) is Andreas

Re: Wine FAQ - call for a volunteer

2002-11-02 Thread Andreas Mohr
On Sat, Nov 02, 2002 at 11:47:43AM -0500, Dimitrie O. Paun wrote: On November 2, 2002 12:27 pm, Thomas Wickline wrote: When your ready just let me know and we will go at it .. send me a list of things to start on.. OK, here's the TODO: 1. Extract the FAQ from the FAQ-O-Matic This

Re: Today wine's compatibility with 20 popular apps from tucows

2002-11-02 Thread Joerg Mayer
On Sat, Nov 02, 2002 at 04:54:47PM +, Keith Matthews wrote: Do we really want things which have serious native alternatives. The make good test cases and are good as demo applications too, because people who use Windows may know theses already and the list is obviously not a list put

Re: Today wine's compatibility with 20 popular apps from tucows

2002-11-02 Thread Carlos Lozano
El sáb, 02 de nov de 2002, a las 17:33, Andreas Mohr escribio: 4. WinZip - The most popular compression utility for Windows just got better. VERSION 8.1. * Install: Yes. (Dlls installed none) * Run: No, it needs riched20.dll to shown the text in zipped files what

Re: Today wine's compatibility with 20 popular apps from tucows

2002-11-02 Thread Carlos Lozano
El sáb, 02 de nov de 2002, a las 11:41, Dimitrie O. Paun escribio: On November 2, 2002 11:29 am, Carlos Lozano wrote: It is a serious problem, because without riched20 winzip simply doesn't work, it stops when you doubleclick about a zipped file. Other applicaciones like xnews/icq has the

Re: Wine FAQ - call for a volunteer

2002-11-02 Thread Jeremy White
Awesome! Okay, Dimi, you are in charge. You've got Keith and Tom to help you out. We have a request from Jer for SGML; my guess is that if you can get the SGML together, he can simply include it inside a clean looking web site. If you need somewhere to host the result of the generated SGML,

Re: Today wine's compatibility with 20 popular apps from tucows

2002-11-02 Thread Carlos Lozano
El sáb, 02 de nov de 2002, a las 16:54, Keith Matthews escribio: I have taken the 20 first entries of the top 100 tucows list, except that some entries has been removed, mainly antivirus and programs what need other different program to work. (URL: http://tucows.uam.es/toppicks.html)

Re: WineSetupTk

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 11:44 am, John K. Hohm wrote: I believe Alexandre plans to have Wine configured via the registry eventually. Then it would probably make sense to have a C program that acted as a control panel applet and did what WineSetupTk does, but in a dynamic fashion using the registry

Re: Wine FAQ - call for a volunteer

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 12:20 pm, Andreas Mohr wrote: 4. Work on getting the SGML tools to do what we want, so we can write the FAQ in XML, like so: faq entry questionWhat is this for?/question answerNothing in particular, it's just cool./answer /entry /faq Ah, that

Re: Wine FAQ - call for a volunteer

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 12:20 pm, Andreas Mohr wrote: Hmm, no idea :-) You should ask Newman to grant you access in case a normal user account on the FOM isn't able to delete the FAQ part. I'd have no trouble whatsoever deleting the FAQ part, though, so I could easily do this myself ;) OK, first

Re: Wine FAQ - call for a volunteer

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 02:47 pm, Jeremy White wrote: Awesome! Okay, Dimi, you are in charge. Cool! I take this seriously, you know... :) We have a request from Jer for SGML; my guess is that if you can get the SGML together, he can simply include it inside a clean looking web site. Sorry,

Re: games

2002-11-02 Thread Mark Hannessen
I beg to differ. We do NOT need to crack these games, nor should we aspire to it. What we need is a method for the original game's code to verify that a legally CD is indeed in the drive. totaly agree. but in order to do that, we need copyprotection ( like wineX or windows ) but doing that

Re: Wine FAQ - call for a volunteer

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 02:39 pm, Tony Lambregts wrote: I will volunteer to take on the task of taking it from text and converting to sgml. It needs to be SGML. Do we have styles for question and answer already? ... Just Checked No... That's cool, but more importantly we need, styles to convert

Re: Wine 0.8 TODO v0.2

2002-11-02 Thread Steven Edwards
At the moment I think it will let you browse the registry but not edit it from the GUI. Rob has agreed to relicense his work but atm he and I are short on time and working on other things. I can do a code drop to you guys if someone on the WINE side has the time to adopt it and merge. If not it

A problem with comctl32

2002-11-02 Thread DanteAliegri
Hey, I've come across what appears to be a simple problem in comctl32. When running icq99b, wine was dying in imagelist.c while trying to dereference a null pointer. Upon looking at the file, there was code for returning FALSE if that pointer was null, thus I felt it being null may be a valid

Re: games

2002-11-02 Thread Sam
On Saturday 02 November 2002 03:49 pm, Mark Hannessen wrote: I beg to differ. We do NOT need to crack these games, nor should we aspire to it. What we need is a method for the original game's code to verify that a legally CD is indeed in the drive. totaly agree. but in order to do that,

dialog boxex and DestroyWindow

2002-11-02 Thread Ove Kaaven
I've found an app which calls DialogBoxParam, but destroys the dialog from inside WM_INITDIALOG, yet expects the dialog to still be alive until WM_INITDIALOG processing is done, i.e. case WM_INITDIALOG: ... initialize and write values to lots of controls ... if

Re: A problem with comctl32

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 03:56 pm, DanteAliegri wrote: I made the attached change, and the problem was fixed. Comments? Yeap, good catch. Thanks! -- Dimi.

Re: Wine 0.8 TODO v0.2

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 03:17 pm, Steven Edwards wrote: At the moment I think it will let you browse the registry but not edit it from the GUI. Rob has agreed to relicense his work but atm he and I are short on time and working on other things. I can do a code drop to you guys if someone on the

Strange problem on serial port

2002-11-02 Thread David D. Hagood
There seems to be a strange problem related to the serial port. Specifically, when running Delorme AAA MapNGo 4.0, and attempting to use GPS navigation, it is unable to communicate with the GPS device. On stderr Wine is printing out RtlNtStatusToDOSerr - unable to map 0102 This only

Re: games

2002-11-02 Thread Z_God
Op zaterdag 2 november 2002 22:56, schreef Sam: On Saturday 02 November 2002 03:49 pm, Mark Hannessen wrote: I beg to differ. We do NOT need to crack these games, nor should we aspire to it. What we need is a method for the original game's code to verify that a legally CD is indeed in

My WineHQ menu structure proposal

2002-11-02 Thread Dimitrie O. Paun
This is my proposal for the WineHQ menu structure, based on the discussions I had with Francois. The Home Page should just be our news page. Many projects opt for this, and I think it's good: News are 'zero' click items. It should consist of the WNN box to the right (as our current home page),

WINE for PowerPC?

2002-11-02 Thread Adam Ernst
I'm sorry if this is off topic or doesn't belong here. I'm not a developer (at least not in C) so I'll wait a few years while I learn C before I come back and help you guys. But I was wondering... What are the technical issues with putting WINE on the PowerPC? So someday we could run WINE with

Re: My WineHQ menu structure proposal

2002-11-02 Thread Chris Morgan
* 607 - Add screenshots Where would screenshots be contributed to? Mailed to wine-devel? Appended to the bug entry in bugzilla? Chris

Re: My WineHQ menu structure proposal

2002-11-02 Thread Dimitrie O. Paun
On November 2, 2002 07:14 pm, Chris Morgan wrote: Where would screenshots be contributed to? Mailed to wine-devel? Appended to the bug entry in bugzilla? I don't know. Append them in bugzilla I guess. We're going through a site redesing anyway, so we should find a way for people to

Re: games

2002-11-02 Thread Zsolt Rizsanyi
On Saturday 02 November 2002 21:49, Mark Hannessen wrote: I beg to differ. We do NOT need to crack these games, nor should we aspire to it. What we need is a method for the original game's code to verify that a legally CD is indeed in the drive. totaly agree. but in order to do that, we

Re: header layout agreements

2002-11-02 Thread Francois Gouget
On 1 Nov 2002, Christian Neumair wrote: [...] * FUNC * -- 1st function * Internal FAN flags: * FAN_TASY - specifies our imaginary code * FAN_TASTIC - this array stores some code (not yet * implemented) * -- 2nd function * -- 3rd

menu resource parsing question...

2002-11-02 Thread Chris Morgan
Upon the testing of Kazaa lite I ran into numerous errors like: err:menu:MENU_ParseResource not a string item, flags: 0x0800 These entries appear to be intended as separators and in fact the flag of 0x800 is MF_SEPARATOR. The code in question is : if (!IS_STRING_ITEM(flags))

Re: Wine FAQ - call for a volunteer

2002-11-02 Thread Francois Gouget
On Sat, 2 Nov 2002, Dimitrie O. Paun wrote: [...] 4. Work on getting the SGML tools to do what we want, so we can write the FAQ in XML, like so: faq entry questionWhat is this for?/question answerNothing in particular, it's just cool./answer /entry /faq DocBook is the way

Re: WINE for PowerPC?

2002-11-02 Thread Dustin Navea
--- Adam Ernst [EMAIL PROTECTED] wrote: I'm sorry if this is off topic or doesn't belong here. I'm not a developer (at least not in C) so I'll wait a few years while I learn C before I come back and help you guys. But I was wondering... Ok, I dont want to sound rude, but you should be glad

Re: My WineHQ menu structure proposal

2002-11-02 Thread Igor Izyumin
On Saturday 02 November 2002 05:03 pm, Dimitrie O. Paun wrote: This is my proposal for the WineHQ menu structure, based on the discussions I had with Francois. The Home Page should just be our news page. Many projects opt for this, and I think it's good: News are 'zero' click items. It

Re: games

2002-11-02 Thread Carlos Lozano
El sáb, 02 de nov de 2002, a las 21:49, Mark Hannessen escribio: I beg to differ. We do NOT need to crack these games, nor should we aspire to it. What we need is a method for the original game's code to verify that a legally CD is indeed in the drive. totaly agree. but in order to do

Re: My WineHQ menu structure proposal - counterproposal

2002-11-02 Thread Jeremy White
5.5 Application database I think the application database is buried too deep here; I think it should be, if not top level, a main entry under 'Status'. Also, I want to make sure that I am in a minority here in feeling that the proposed structure is going in the wrong direction. I think a