I noticed my crosstest build last night failed on
module.cross.o(.text+0x713): In function `testGetModuleFileName':
/home/wine/wine/dlls/kernel/tests/module.c:63: undefined reference to `wine_dbgstr_wn'
module.cross.o(.text+0x727):/home/wine/wine/dlls/kernel/tests/module.c:63: undefined
reference
-- Dan Timis wrote:
>Is there any way to export only the functions that are called by the
>code we link to, without exposing the internal workings? Ideally we
>would like to be able to provide a static library created with ar or
>ranlib, link that library with other object files to create a .ex
Here are a couple extra suggestions:
* Add -Wwrite-strings
There has already been quite some work on this but I believe it's not
finished yet. I'm not 100% sure of the status though.
* Patch ou min/max macros to catch signed/unsigned comparisons.
This generates a lot of warnings. Ideall
On Wed, 2004-05-19 at 11:46 +0200, Marcus Meissner wrote:
> Could it be that Redhat is trying to deliberate break WINE every half year ;)
Heh, you have to wonder don't you? :)
The annoying thing about this one is that the 4G/4G layout is actually
harmful to desktop users (ie anybody who doesn't h
On Wed, May 19, 2004 at 09:46:50AM +0100, Mike Hearn wrote:
> Hi,
>
> On Fedora Core 2, the kernel is compiled with the 4G/4G VM split option
> enabled, which can prevent us from performing a correct emulation.
>
> Win32 apps are apparently built with the assumption that they will not
> be alloca
>Raphael wrote:
>>
>> Hi,
>>
>> I'm glad to announce that now (with this little patch) Unreal2
>> is working
>> and playable (it's only slow and i havent seen graphics problems for now).
>>
>> Now play :)
>>
>> Changelog:
>> - better handling of User IDirectMusicTools
>
>You don't seem to fre
Raphael wrote:
>
> Hi,
>
> I'm glad to announce that now (with this little patch) Unreal2
> is working
> and playable (it's only slow and i havent seen graphics problems for now).
>
> Now play :)
>
> Changelog:
> - better handling of User IDirectMusicTools
You don't seem to free the items of
Hi,
On Fedora Core 2, the kernel is compiled with the 4G/4G VM split option
enabled, which can prevent us from performing a correct emulation.
Win32 apps are apparently built with the assumption that they will not
be allocated addresses beyond the 3G boundary. The solution therefore is
to perform
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I'm glad to announce that now (with this little patch) Unreal2 is working
and playable (it's only slow and i havent seen graphics problems for now).
Now play :)
Changelog:
- better handling of User IDirectMusicTools
Regards,
Raphael