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: Tue, 27 Jul 2004 18:12:58 -0700 (PDT)

This patch introduces the following linking problem.

        link -out:obj/i386/temacs.bin -nologo -release -incremental:no 
-version:3.10 -swaprun:cd -swaprun:net setargv.obj -debug:full -debugtype:both  
-stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -debugtype:both 
-pdb:obj/i386\temacs.pdb -machine:i386 -subsystem:console -entry:_start 
-map:obj/i386\temacs.map -profile obj/i386/firstfile.obj obj/i386/emacs.res 
obj/i386/temacs0.lib  obj/i386/temacs1.lib        obj/i386/temacw32.lib   
obj/i386/lastfile.lib   winmm.lib     advapi32.lib      gdi32.lib       
comdlg32.lib    user32.lib      mpr.lib             shell32.lib     
winspool.lib    libc.lib
libc.lib(heapinit.obj) : error LNK2005: __heap_init already defined in 
temacs1.lib(w32heap.obj)
libc.lib(heapinit.obj) : error LNK2005: __heap_term already defined in 
temacs1.lib(w32heap.obj)
obj/i386/temacs.bin : fatal error LNK1169: one or more multiply defined symbols 
found

-Tak

Tue, 27 Jul 2004 14:24:14 +0200: Benjamin Riefenstahl <address@hidden> wrote:

> Hi Jason,
> 
> Jason Rumney <address@hidden> writes:
> > Make sure that rendering CF_TEXT does not clobber the CF_UNICODETEXT
> > that you just put there on the NT based versions of Windows that do
> > automatic conversions. It might be better to reverse the order.
> 
> It's not a problem on W2K here and thinking about it, it would be a
> bug in the OS if it was, automatic conversion is supposed to be a
> fallback solution.  But better be safe than sorry.  See attached
> revised patch.
> 
> benny
> 
> 




reply via email to

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