Re: Wine: Use the compiler option -Wpointer-arith if available.

2011-04-17 Thread Gerald Pfeifer
On Sun, 17 Apr 2011, Michael Stefaniuc wrote: > Of course it doesn't triggers in Wine as -Wpointer-arith is already > enabled. I made heavy use of that when I did my pointer cast killing > spree a few years ago. Of course! I had missed the fact that this was not in the list of regular options,

Re: Wine: Use the compiler option -Wpointer-arith if available.

2011-04-17 Thread Michael Stefaniuc
On 04/17/2011 01:19 AM, Gerald Pfeifer wrote: GCC provides an option -Wpointer-arith and describes it as follows: Warn about anything that depends on the "size of" a function type or of `void'. GNU C assigns these types a size of 1, for convenience in calculations with `void *' poin

Re: ntdll: Add Windows XP x64

2011-04-17 Thread Alexandre Julliard
André Hentschel writes: > in 64-bit processor mode you can't use vm86 for 16-bit apps, so you need to > use dosbox on Windows an Wine does that automaticly (but needs some more > love). > So 16-bit vs. kernel-versoin on 64-bit is no problem. 16-bit code doesn't need vm86. -- Alexandre Jullia

Re: Getting symbol names and ordinal numbers from Windows DLLs for Wine DLLs

2011-04-17 Thread James McKenzie
On 4/17/11 8:39 AM, Juan Lang wrote: I think it's not allowed to do a "winedump.lib" Or is this ok? Yes, this is allowed. I would have asked the same question. However, is it not best to search first and then do the dump? James McKenzie

Re: Getting symbol names and ordinal numbers from Windows DLLs for Wine DLLs

2011-04-17 Thread Juan Lang
>> I think it's not allowed to do a "winedump .lib" > > Or is this ok? Yes, this is allowed. --Juan

Re: Getting symbol names and ordinal numbers from Windows DLLs for Wine DLLs

2011-04-17 Thread Gerold Jens Wucherpfennig
On 04/17/2011 11:43 AM, Gerold Jens Wucherpfennig wrote: > Getting symbol names and ordinal numbers from Windows DLLs for Wine > DLLs. > > I think it's not allowed to do a "winedump .lib" Or is this ok? > But what to do else? > > Regards > Gerold

Getting symbol names and ordinal numbers from Windows DLLs for Wine DLLs

2011-04-17 Thread Gerold Jens Wucherpfennig
Getting symbol names and ordinal numbers from Windows DLLs for Wine DLLs. I think it's not allowed to do a "winedump .lib" But what to do else? Regards Gerold