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? -- http://www.

Re: update for SetLibEntryPoints

2005-08-30 Thread Jacek Szumigaj
Hi Developers! > And just one question: can i add a new menu item using plugin API or > not? Yes of course! :) I have successfully added menu into TB! Look at attachment. Here is my example code: [...] std::vectorsLabels; void TBP_EXPORT TBP_Initialize() { //search TB m

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: update for SetLibEntryPoints

2005-08-30 Thread Jacek Szumigaj
Hi Developers! > I will try to add similar code in my [buggy] UMC/UMX plugin :) I forgot about Finalize: It will look like this: void TBP_EXPORT TBP_Finalize() { //restoring oryginal windowproc SetWindowLong(hMainWindow, GWL_WNDPROC, (LONG)lpPrevMainWndProc); //deleting added menu

Re[2]: update for SetLibEntryPoints

2005-08-30 Thread Stanislav V . Mikov ™
Hello all! >> I will try to add similar code in my [buggy] UMC/UMX plugin :) > I forgot about Finalize: > It will look like this: Oh, thanks. Now, i will translate it into the delphi and will do something useful (useless? :) -- ICQ: 243063337 ___

Re[2]: update for SetLibEntryPoints

2005-08-30 Thread Maxim Masiutin
Hello Stanislav, Tuesday, August 30, 2005, 17:07:29, you wrote: >>I think that i will need pnglib and jpeglib We will add zlib 1.2.3 export for the new version. Could you please tell us why do you need libpng and jpeglib? -- Best regards, Maxim Masiutinmailto:[

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