Fwd: Re: Help me to resolve undefined reference

Ku Cheng kucheng at cisco.com
Wed Mar 27 17:46:30 CST 2002


>X-Sender: kucheng at mira-sjc5-7.cisco.com
>X-Mailer: QUALCOMM Windows Eudora Version 4.3.2
>To: Andriy Palamarchuk <apa3a at yahoo.com>
>From: Ku Cheng <kucheng at cisco.com>
>Subject: Re: Help me to resolve undefined reference
>Cc: wine-users at winehq.com
>X-MIME-Autoconverted: from quoted-printable to 8bit by 
>wine.codeweavers.com id g2RLMXx05665
>Sender: wine-users-admin at winehq.com
>X-BeenThere: wine-users at winehq.com
>X-Mailman-Version: 2.0
>List-Help: <mailto:wine-users-request at winehq.com?subject=help>
>List-Post: <mailto:wine-users at winehq.com>
>List-Subscribe: <http://www.winehq.com/mailman/listinfo/wine-users>,
>         <mailto:wine-users-request at winehq.com?subject=subscribe>
>List-Id: Wine Users Mailing List <wine-users.winehq.com>
>List-Unsubscribe: <http://www.winehq.com/mailman/listinfo/wine-users>,
>         <mailto:wine-users-request at winehq.com?subject=unsubscribe>
>List-Archive: <http://www.winehq.com/hypermail/wine-users/>
>Date: Wed, 27 Mar 2002 13:18:40 -0800
>
>Hi,
>Thanks for the quick response. I did search the wine source code and found 
>stubs for DisconnectNamedPipe and SetNamedPipeHandleState these two Win32 
>calls in dlls/kernel/sync.c.
>What is the purpose of this sync.c file.
>Is this file linked into Kernel32.dll?
>According to the Changelog in Wine relaese directory, the 
>DisconnectNamedPipe was implemented on 2001-8-23. What does it mean when 
>it says the function is implemented in the ChangeLog?
>These questions will help me to understand Wine community's practice and 
>approach in resolving problems.
>
>Once again thank you very much.
>
>Ku
>
>
>
>At 12:21 PM 3/27/2002 -0800, you wrote:
>
>>--- Ku Cheng <kucheng at cisco.com> wrote:
>> > Hi,
>> >
>> > I am new to winelib and trying to port my software
>> > to Linux environment.
>> > During the linking phase, I encountered
>> > "undefined reference to `DisconnectNamedPipe(void
>> > *)' " message. What did I
>> > do wrong? How can I resolve it? Your help is very
>> > appreciated.
>>
>>Quick grep trough Wine sources shows that this
>>function is not implemented.
>>
>>You are free to implement it. Try at least to
>>implement a stub with a FIXME message.
>>
>>Andriy Palamarchuk
>>
>>__________________________________________________
>>Do You Yahoo!?
>>Yahoo! Movies - coverage of the 74th Academy Awards®
>>http://movies.yahoo.com/
>>_______________________________________________
>>wine-users mailing list
>>wine-users at winehq.com
>>http://www.winehq.com/mailman/listinfo/wine-users
>
>_______________________________________________
>wine-users mailing list
>wine-users at winehq.com
>http://www.winehq.com/mailman/listinfo/wine-users




More information about the wine-devel mailing list