Posts

Showing posts from May, 2013

CiceroUIWndFrame has error

Image
today, i found one window control float in left top screen, and like this: this is spy++ screenshot: i used windows 8 x64 cracked version. i have no money to buy official version operator system. this error may be is main reason , my other computer, in ie, cann’t type any character in text control,after i installed some bank activex secrety control. nowdays,i remerber this log,and if have free timer,to check then.

=B7=D6=B3=C9=D5=CB=B5=A5

------=_Part_3306_32371550.1368624529060 Content-Type: text/html;charset=GB2312 Content-Transfer-Encoding: quoted-printable =B7=D6=B3=C9=D5=CB=B5=A5 body{font-size:12px;text-align:center;} #wrap img{border:none;} #wrap a{color:#094faa;text-decoration:none;} #wrap *{padding:0;margin:0;} #wrap i{font-style:normal;} #wrap .left{float:left;width:402px;} #wrap .right{float:left;width:185px;padding-top:93px;} #wrap .right a{margin-bottom:21px;display: block;} #wrap .left dl{padding:119px 0 0 41px;} #wrap .left h3{background:url(http://u5.mm-img.com/rs/res/publish/settlemen= t/images/h3bg.jpg) no-repeat;color:#0a4a85;font-size:12px;height:25px;paddi= ng:22px 0 14px 43px;margin-top: 12px;} #wrap .left dt{padding-bottom:13px;} #wrap .left dt i{font-size:14px;font-weight:bold;color:#004395;} #wrap .left dd{line-height:20px;width:305px;text-indent:24px;} #wrap .left dd i{font-weight:bold;font-size:14px;color:#fe0000;} #wrap{width:598px;border:1px solid #e0e0e0;background:url(http://u5.mm-img.= co...

wordpress setup donate plugin–paypal

Image
1.in administrative console,setup plugin –> search ‘paypal’, i choose “donate via paypal”,then click setup button,after that enabled this new plugin. 2.in already setuped plugin list,your can found “donate via playpal”,click setting button. and it look like this: Enter Your Paypal Email id on which you want to recieve donations:liandeliang@gmail.com Enter the text you want to display above donation banner:Thanks for your helper! Where you want to display paypal donation banner ?:Posts and Pages Your Prefered currency to recieve payment:United states dollars( default ) Your Paypal Return Url: https://www.paypal.com/cgi-bin/webscr?item_name=Donation+to+pkrss&cmd=_donations&business=liandeliang%40gmail.com then click “update options” button. (Say:)That return click is setuped in some years age,i not test it yet. (Tip:)Your can change my email to your paypal login email,and your can have the donate button,no need to setup any operator. 3.result, your can see it: Reference:...

amazon linux ami install openvpn log

Image
  1.install sudo -i yum install openvpn openvpn --genkey --secret /etc/openvpn/openvpn-key.txt 2.edit configure file vim /etc/openvpn/openvpn.conf port 1194 proto udp dev tun secret openvpn-key.txt ifconfig 192.168.2.1 192.168.2.2 keepalive 10 120 comp-lzo persist-key persist-tun status server-tcp.log verb 3 3.restart server service openvpn restart then amazon secret group add inbound 1194 udp for this.    4.client download openvpn client for windows,then install it. download openvpn。becaused i used windows8 x64 and i am in china, so i cann’t download from openvpn from official website. in here: http://www.windows8downloads.com/win8-openvpn-x64-zpmxsfou/download.html 5.modify openvpn client. in installpath\OpenVPN\config\    openvpn-key.txt           is same as server’s generator /etc/openvpn/openvpn-key.txt file content.   client.ovpn dev tun proto udp remote YOURSERVERHERE 1194 resolv-retry infinite nobind se...

microsoft visual 2012 c++ build log 2

today i want to build microsoft visual studio 2012,with release build some c# and vc++ projects. project depends output project file sspBase   pdf.lib make.msvc SSPViews pdf.lib SSPView.dll SSPViews.vcxproj 1.error: 1>pdf.lib(PDF.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(Decrypt.obj 中) 1>pdf.lib(PDF.obj) : error LNK2038: 检测到“RuntimeLibrary”的不匹配项: 值“MT_StaticRelease”不匹配值“MDd_DynamicDebug”(Decrypt.obj 中) 1> 正在创建库 D:\work\svn\jm\esign\src\Release\SSPViews.lib 和对象 D:\work\svn\jm\esign\src\Release\SSPViews.exp 1>SSPViews.exp : warning LNK4070: .EXP 中的 /OUT:SSPViews.OCX 指令与输出文件名“D:\work\svn\jm\esign\src\Release\SSPViews.dll”不同;忽略指令 1>LINK : warning LNK4098: 默认库“msvcrtd.lib”与其他库的使用冲突;请使用 /NODEFAULTLIB:library 1>LINK : warning LNK4098: 默认库“LIBCMT”与其他库的使用冲突;请使用 /NODEFAULTLIB:library 1>D:\work\svn\jm\esign\src\Release\SSPViews.dll : fatal error LNK1319: 检测到 2 个不匹配项 ========== 全部重新生成: 成功 0 个,失败 1 个,跳过 0 个 ==========   o...

visual studio 2012 c++ develop build error log problem

Image
1.error log: 1>d:\work\svn\jm\esign\src\third\sample\dsoframer\src\XMLHttpClient.h(42): error C4430: 缺少类型说明符 - 假定为 int 。注意: C++ 不支持默认 int fixed: old is : operator ==( const __XML_HTTP_ARGUMENT &argV){ return !_tcscmp(szName, argV.szName) && !_tcscmp(szValue, argV.szValue); } new is : bool operator ==( const __XML_HTTP_ARGUMENT &argV){ return !_tcscmp(szName, argV.szName) && !_tcscmp(szValue, argV.szValue); } 2.error log 1>d:\work\svn\jm\esign\src\third\sample\dsoframer\src\dsoframer.h(180): error C2143: 语法错误 : 缺少“;”(在“*”的前面) the error code is: IHTMLDocument2 * m_spDoc; fixed: #include <mshtml.h> 3.error log 1>E:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\include\atlcomcli.h(456): error C2065: “GUID_NULL”: 未声明的标识符 becaused old old code is: mainentry.cpp: #define INITGUID // Init the GUIDS for the control... #include "dsoframer.h" dsoframer.h: #include <afxcmn.h> #includ...