> Can any one please help me to find information about how to write a > custom version of odbcuser.dll using Delphi? I have seen the > odbcuser.h but I do not program in c and I do not know how to modify > things to make it work on Delphi.
Sorry to be blunt, but you're going to have to learn enough C to translate the IMail structs and elements into Delphi, as well as the function definitions. The information is all in the source from Ipswitch, so you need to learn the translation, which isn't specific to any application. From there, it doesn't matter what language you use. But if you contact me off-list and tell me what you want your in-house ODBCUSER.DLL to do, you'll probably find that it's far, far easier to get a C person to customize the source, rather than a scratch rewrite in another language. There's also a publicly available version at http://digiposs.com/products/software/imail/odbcuser/ that offers much customization through an .INI file. You should check that out. --Sandy ------------------------------------ Sanford Whiteman, Chief Technologist Broadleaf Systems, a division of Cypress Integrated Systems, Inc. e-mail: [EMAIL PROTECTED] SpamAssassin plugs into Declude! http://www.mailmage.com/download/software/freeutils/SPAMC32/Release/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
