
XUL/XPCOM
文章平均质量分 82
hello_wyq
这个作者很懒,什么都没留下…
展开
-
How to build the environment of XPCOM in Windows XP
v/:* {behavior:url(#default#VML);}o/:* {behavior:url(#default#VML);}w/:* {behavior:url(#default#VML);}.shape {behavior:url(#default#VML);} Normal 0 7.8 磅 0 2原创 2008-12-12 22:18:00 · 2194 阅读 · 3 评论 -
How to compile NSPR by MinGW
<! v/:* {behavior:url(#default#VML);}o/:* {behavior:url(#default#VML);}w/:* {behavior:url(#default#VML);}.shape {behavior:url(#default#VML);}--> Normal 0 7.8 磅 0 2原创 2009-02-28 19:47:00 · 1885 阅读 · 3 评论 -
How to solve the linking errors when using the ATOMIC functions
Normal 0 7.8 磅 0 2 [How to solve the linking errors when using the ATOMICfunctions?]When some new atomic functionso原创 2009-03-13 19:14:00 · 1007 阅读 · 0 评论 -
How to solve building errors in XPCOM?
How to solve building errors inXPCOM?When upgrading Gecko from version1.8 to version1.9, programmers often meet some building errors, such as “unresolved external symbol "unsignedint __cdec原创 2009-07-07 15:55:00 · 872 阅读 · 0 评论 -
How to check whether XPCOM has been registered successfully
How to check whether XPCOM has been registered successfully Whe debugging XPCOM project, programmers must register XPCOM component into browser firstly. It seems that job is a piece of cake, but原创 2009-07-08 10:17:00 · 755 阅读 · 0 评论 -
制作Firefox Plugin的几个注意点
制作FirefoxPlugin的几个注意点1) DLL文件必须以np开头(无大小写要求),最好遵循8.3格式(现在的firefox没有这个限制),比如说npnul32.dll。2) 在创建项目的时候,最好创建空的DLL项目,否则要手动删除它们,并修改VC的一些设置,比较麻烦,不推荐。项目的名字最好是用np打头,这样就免去修改生成n原创 2009-10-23 16:07:00 · 1972 阅读 · 1 评论 -
收集的Firefox Plugin 演示代码超链
Firefox Plugin的编程总会遇到这样或那样的问题,制作 Firefox Plugin的几个注意点中提及了一些可能出现的情况及其解决方法,但毕竟有限,大多数的情况都是程序员靠自己的能力解决的。如果程序员能够有一些简单的演示代码作为参考,是非常有益于问题的解决。作者根据自己的一下经验,收集了一些演示代码的超链,共享给网友。 npruntime原创 2009-10-25 09:08:00 · 1014 阅读 · 0 评论