Author
|
Topic: licq
|
|
|
|
jerome
Member
Member # 184
|
posted October 23, 2001 03:37 PM
hmm, spoke too soon, it appears AOL has changed ICQ, servers icq.mirabillis.com, icq1,2, etc. are gone. now login.icq.com, BUT you can't chnage that in gaim, protocol seems diff anyway, crashes Fire.app -jerome
Posts: 18 | From: nowhere | Registered: Oct 2001
| IP: Logged
|
|
|
|
samad_lotia
Junior Member
Member # 319
|
posted February 20, 2002 10:33 AM
It's quite possible to make one's own dlopen() and stuff. Loading dynamic objects isn't too tough using Linux (or is it POSIX?). Therefore, it can't be too hard to make a dlopen() that makes Carbon calls. Take a look at this:assume const char *path CFURLRef url = CFURLCreateWithFileSystemPath(NULL,path,kCFURLPOSIXPathStype,TRUE); CFPlugInRef plugin = CFPlugInCreate(NULL,url); CFPlugInCreate() is basically the same as dlopen(). Shouldn't be too hard to patch it. I think patching the plugins itself would be more of a task.
Posts: 12 | Registered: Feb 2002
| IP: Logged
|
|
|