I am trying to make a bot for AIM with perl. I want the bot to be able to know when a buddy signs on. I am useing this:
$aim = new Net::AIM;
$aim->newconn( Screenname => $screenname, Password => $password )
or die "didn't connect\n";
my $conn = $aim->getconn()...
I'm using a multiple document interface program which saves its files as bitmaps. I also want to load bitmaps, so I do this:
BOOL CImageDoc::OnOpenDocument(LPCTSTR lpszPathName)
{
if (!CDocument::OnOpenDocument(lpszPathName))
return FALSE;
// TODO: Add your specialized creation code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.