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
"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.
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
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
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