emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unicode support for the MS Windows clipboard


From: Tak Ota
Subject: Re: Unicode support for the MS Windows clipboard
Date: Wed, 28 Jul 2004 10:34:39 -0700 (PDT)

Wed, 28 Jul 2004 14:08:07 +0200: Benjamin Riefenstahl <address@hidden> wrote:

> Hi Jason,
> 
> 
> >>Tak Ota <address@hidden> writes:
> >>>libc.lib(heapinit.obj) : error LNK2005: __heap_init already defined in
> >>>temacs1.lib(w32heap.obj)
> 
> Jason Rumney <address@hidden> writes:
> > Is the new implementation of w32select.c using a C library function
> > that internally mallocs memory using the C library malloc instead of
> > Emacs' one?
> 
> Ah, now I understand.  The code is using atexit(), os_subtype is a red
> herring.
> 
> We are talking about MSC and static linking and the problem with
> atexit() mentioned in w32.c.  I commented on that in the code.  The
> problem can't occur in a dynamic build, which is all that Mingw (my
> environment) supports.
> 
> So how do I simulate atexit()?  The method using signals as used in
> w32.c doesn't seem to work with Mingw, I tried that.

Benny,

For you information, I confirmed term_ntproc() is actually called at
exit on MSVC build.

I think w32.c should provide emacs version of atexit() somehow.

-Tak




reply via email to

[Prev in Thread] Current Thread [Next in Thread]