Search The ForumSearch   RegisterRegister  LoginLogin

MailBee SMTP

 AfterLogic Forum : MailBee SMTP
Subject Topic: Do my friends need special files? Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Gabriel
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 09 February 2006 at 5:10pm | IP Logged Quote Gabriel

Basically, if i develop a little program using MailBee. Do my friends need special files like dll files or something like that to make the program operate successfully on their computer? If so, how can i put that into my program so my friends doesnt need to think about it, it will just work perfectly for them? Im developing my program in visual basic, so help there would be appriciated
Back to Top View Gabriel's Profile Search for other posts by Gabriel
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 10 February 2006 at 6:27am | IP Logged Quote Alex

You need to redistribute MailBee.dll file (you can find it in C:\Program Files\MailBee folder if you installed into default location).

Also, you must register it in Windows using the following call in command line or .bat file:

regsvr32 "path to MailBee.dll"

for example, if you install your app and MailBee.dll at C:\MyApp, you should call:

regsvr32 "C:\MyApp\MailBee.dll"

The above procedure is required for all components VB can use, it's not MailBee's particular requirement.

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide