Re: shell shorcuts

2004-01-09 Thread Subhobroto Sinha
that, else those still using Win95 (?) may suffer, as Win95 handles strings as ANSI and not Unicode... Will send Alexandre my patch within the next few days as no one has objected to it being messy, so take the last chance ;) BTW Martin, great work with ROSExplorer, keep at it, and one day WINE will have a complete Desktop with shell namespaces ! Regards Subhobroto Sinha

Of games and shorcuts [was -> Re:More Games Tested]

2004-01-06 Thread Subhobroto Sinha
e happy to fill them out,else this one's going to Alexandre (with a few cosmetic changes of course !) Regards Subhobroto Sinha --- shelllink.c.original2003-10-22 17:56:30.0 +0530 +++ shelllink.c 2003-12-24 22:29:59.0 +0530 @@ -401,9 +400,49 @@ return S_OK; }

Re: Re: wchar_t on GNU and Win32 - two worlds apart !

2003-12-28 Thread Subhobroto Sinha
The program runs on Windows just fine because Windows Unicode function expects wchar_t to be 2 bytes (unlike GNU's) which is what it gets.. So the program runs on wine correctly too... But I want the app to be a native ELF using GLibc's own Internal functions... I have assumed that the user may

Re: Re: wchar_t on GNU and Win32 - two worlds apart !

2003-12-28 Thread Subhobroto Sinha
mber 27, 2003 01:11 pm, Subhobroto Sinha wrote: > > But as I am using pure C++, I have to use GLibc's library functions which > > expects wchar_t to be 4 bytes long and NOT 2 bytes. > >Herein lies your problem. Mixing the two is not pretty, and I think >it should be a

wchar_t on GNU and Win32 - two worlds apart !

2003-12-27 Thread Subhobroto Sinha
that I have (which are not many..) ! Any suggestions ? Regards Subhobroto Sinha Problem.zip Description: Zip compressed data

Yeah - our RichEDit needs some work

2003-12-25 Thread Subhobroto Sinha
work at RichEdits... I posted this mainly because it seems Zimler Attila wants to help - so there you are (^-^) BTW: CodeWeavers have good support for RichEdit controls, but why does not WINE ? Regards Subhobroto Sinha

Of wchar_t and WCHAR and incompatibilities....

2003-12-25 Thread Subhobroto Sinha
works, but not always... (any body interested in debugging with the source, please ask me for it..) Any sugestions as to handle the situation please? I need to use GLibc's Unicode functions and NOT WINE's implmentation of Mutibyte...(), because I want to keep the .lnk parser in pure

Re: I made a wish, wrote a letter to Santa...

2003-12-11 Thread Subhobroto Sinha
Actually Shachar, I was thinking along these lines: (1) Programs in WINE are making direct calls to internal functions (which are not really Win32, but made by us using which we can use te Win32 functions as wrappers...) and that's just possible because C functions are globally callable (the o

Re: Re: I made a wish, wrote a letter to Santa...

2003-12-10 Thread Subhobroto Sinha
tings Subhobroto Sinha >On Wed, 10 Dec 2003 Sir Marcus Meissner wrote thus: >Read what Alexandre wrote. To paraphrase: > >"Feel free to write it in C++ and submit it when you are done." > >Ciao, Marcus >

Sorry for spamming the list..

2003-12-09 Thread Subhobroto Sinha
rst time I was using an Indian mail server, and well as it turns out, it was slower than a USA server ?! Regards Subhobroto Sinha

I made a wish, wrote a letter to Santa...

2003-12-09 Thread Subhobroto Sinha
With XMas nearing, I thought it was time I made my yearly wish to Santa - that he would let his elves use C++ in WINE. (Just in case, you did not know Santa's email address, it's 'julliard[at]winehq.org', and you can make your wishes at 'wine-devel[at]winehq.com'..) You see, Santa was always so

I made a wish, wrote a letter to Santa...

2003-12-09 Thread Subhobroto Sinha
With XMas nearing, I thought it was time I made my yearly wish to Santa - that he would let his elves use C++ in WINE. (Just in case, you did not know Santa's email address, it's 'julliard[at]winehq.org', and you can make your wishes at 'wine-devel[at]winehq.com'..) You see, Santa was always so

I made a wish, wrote a letter to Santa...

2003-12-09 Thread Subhobroto Sinha
With XMas nearing, I thought it was time I made my yearly wish to Santa - that he would let his elves use C++ in WINE. (Just in case, you did not know Santa's email address, it's 'julliard[at]winehq.org', and you can make your wishes at 'wine-devel[at]winehq.com'..) You see, Santa was always so

I made a wish, wrote a letter to Santa...

2003-12-09 Thread Subhobroto Sinha
With XMas nearing, I thought it was time I made my yearly wish to Santa - that he would let his elves use C++ in WINE. (Just in case, you did not know Santa's email address, it's 'julliard[at]winehq.org', and you can make your wishes at 'wine-devel[at]winehq.com'..) You see, Santa was always so

I made a wish, wrote a letter to Santa...

2003-12-09 Thread Subhobroto Sinha
With XMas nearing, I thought it was time I made my yearly wish to Santa - that he would let his elves use C++ in WINE. (Just in case, you did not know Santa's email address, it's 'julliard[at]winehq.org', and you can make your wishes at 'wine-devel[at]winehq.com'..) You see, Santa was always so

[OT] HOWTO use unnamed KRun objects ?

2003-11-21 Thread Subhobroto Sinha
here I can use KRun in such a manner, because KDE3API really does not come with sample code to help the uninitiated. I really just want to open files with their bound apps through my program, for ex: A KRun("Page.html") should open the 'Page.html' in Konqueror Thanks for

Re: Is secdrv.sys a "Protection Mechanisim"

2003-11-07 Thread Subhobroto Sinha
ou - the code to do this already has been released in assembly (hint, hint !) I sincerely hope that we divert our efforts to other causes than play Win32 games, Transgaming has a specialization towards that field, though it's really unfortunate that thet refrain from sharing that knowledge.

WineHQ: Corrected PATCH to fix IPersistFile::Load() and associated functions.

2003-10-29 Thread Subhobroto Sinha
a member of 'wine-patches',can the moderator be kind enough... :=) I really want these functions to get fixed. That's all. Regards Subhobroto Sinha __ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/brit

WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-26 Thread Subhobroto Sinha
me at the mentioned address PS: As I am not a member of 'wine-patches',can the moderator be kind enough... :=) I really want these functions to get fixed. That's all. Regards Subhobroto Sinha __ Do you Yahoo!? Exclusive Video Premiere - Britney Spe

WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-24 Thread Subhobroto Sinha
#x27; or my WineLib 'linkresolve' (NOT my C++ version) If the diff is not proper, etc, please alert me at the mentioned address BTW: If I should have submitted at 'wine-patches' rather at 'wine-devel', please let me know :=) I really want this BUG fixed you know ;-)

FIX for BUG in IPersistFile::Load() since Wine-20030618 !

2003-10-16 Thread Subhobroto Sinha
.dll.so" to your installed wine folder (you should be root), and run any program which resolves shortcuts. You can try the "linkresolve.exe.so" (from my previous posts. See the archvies..) or WineMenuBuilder. Hoping to recive reports soon (send them at [subhobrotosinha at yahoo.c

Of Start Menu, Shortcuts and broken functions...

2003-10-04 Thread Subhobroto Sinha
the archives) OR McCormack's 'winemenubuilder'. I hope to get a suitable response to this post. PLEASE correct me if I have gone wrong anywhere! Thanks :=) Also, I will be VERY happy to recieve pseudocode/algorithm for the mentioned APIs specially Stream_LoadString() and IPersistStream_fnLoad() as I am having a hard time understanding a few lines in the code. And could someone send me the layout of .lnk files ? Please keep up the good work. Regards Subhobroto Sinha __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com

BUG in IPersistFile::Load() since Wine-20030618 !

2003-09-03 Thread Subhobroto Sinha
s gets fixed allright ;) Please let me know if I can help in any way (EXCEPT learning COM!)... Regards Subhobroto Sinha __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com WineTraceLog.zip Description: WineTraceLog.zip