Re[4]: update for SetLibEntryPoints

2005-08-31 Thread Maxim Masiutin
Hello Stanislav, Thank you for your expanation! Would it be OK for you if we implement only register calling convention for these functions? -- Best regards, Maxim Masiutinmailto:[EMAIL PROTECTED]

Re[6]: update for SetLibEntryPoints

2005-08-31 Thread Maxim Masiutin
Hello Stanislav, Wednesday, August 31, 2005, 12:41:21, you wrote: ok BTW, for libpng we have only code to decompress images, and for libpng we support both compression and decompression. Is that OK? -- Best regards, Maxim Masiutinmailto:[EMAIL PROTECTED]

Re: update for SetLibEntryPoints

2005-08-31 Thread Jacek Szumigaj
Hi Developers! hMainWindow:=FindWindow('TMailerForm',NIL); hMenu:=GetMenu(hMainWindow); //RETURNS 0 ! In TB version 3.02.10 menu is placed on the toolbar. You need HWND of this toolbar instead. But (from help, about GetMenu): Return Values If the function succeeds, the return

Re: update for SetLibEntryPoints

2005-08-30 Thread Stanislav V. Mikov
If you need other functions from the other libraries, e.g. zlib, pnglib, jpeglib, just let us know I think that i will need pnglib and jpeglib And just one question: can i add a new menu item using plugin API or not? --

Re[2]: update for SetLibEntryPoints

2005-08-30 Thread Stanislav V . Mikov ™
Hello all! Yes of course! :) :) Oh, thanks! I will try to add similar code in my [buggy] UMC/UMX plugin :) -- ICQ: 243063337 http://www.silverstones.com/thebat/TBUDLInfo.html

Re[3]: update for SetLibEntryPoints

2005-08-30 Thread Stanislav V . Mikov ™
Hello all! We will add zlib 1.2.3 export for the new version. Could you please tell us why do you need libpng and jpeglib? 1) I want to implement mail robot under The Bat allows many users to register, request files via email, get image thumbnails (for preview) and many other functions. This