Re: Problem with winelib

2008-01-23 Thread Nagarjuna Bandi
Hi Dmitry, Thanks for your reply, i got compiled without errors after including shlwapi in the Makegile but i didnt find the notepad2 executable file in my directory what is the reason please help me.Nagarjuna Bandi,Infobrain Technologies Pvt. Ltd.,Hyderabad,Mobile: 9949828189EmailĀ  : [EMAIL P

Re: Problem with winelib

2007-12-20 Thread Dmitry Timoshkov
"Juan Lang" <[EMAIL PROTECTED]> wrote: >> dialog.o(.text+0x1a5): In function `DIALOG_StringMsgBox': >> : undefined reference to `wnsprintfW' > > That looks like a typo to me. It should just be wnsprintf. That's not a typo, just a missing shlwapi import in the Makefile. -- Dmitry.

Re: Problem with winelib

2007-12-20 Thread Steven Edwards
On Dec 20, 2007 1:42 AM, Nagarjuna Bandi <[EMAIL PROTECTED]> wrote: > Here i am getting problem with winelib when i trying to build the > notepad application with the given guidelines in winelib user guide i had > made the changes to Makefile you are specifying but i got an

Re: Problem with winelib

2007-12-20 Thread Juan Lang
Hi Nagarjuna, > dialog.o(.text+0x1a5): In function `DIALOG_StringMsgBox': > : undefined reference to `wnsprintfW' That looks like a typo to me. It should just be wnsprintf. --Juan

Problem with winelib

2007-12-20 Thread Nagarjuna Bandi
Dear Wine Developers Team, I am using the wine for porting windows applications under linux. This is a very powerful tool for doing this job thank you very much for providing us a such tool. Here i am getting problem with winelib when i trying to build the notepad