锘??xml version="1.0" encoding="utf-8" standalone="yes"?>久久久久国产,久久久久一区二区三区,国产综合免费精品久久久http://www.shnenglu.com/mythma/category/1928.htmlzh-cnSun, 14 Jun 2015 13:06:15 GMTSun, 14 Jun 2015 13:06:15 GMT60涓轟粈涔圦MdiArea::activeSubWindow榪斿洖nullhttp://www.shnenglu.com/mythma/archive/2015/06/13/QMdiArea-activeSubWindow.html鍔涗負鍔涗負Sat, 13 Jun 2015 12:06:00 GMThttp://www.shnenglu.com/mythma/archive/2015/06/13/QMdiArea-activeSubWindow.htmlhttp://www.shnenglu.com/mythma/comments/210914.htmlhttp://www.shnenglu.com/mythma/archive/2015/06/13/QMdiArea-activeSubWindow.html#Feedback0http://www.shnenglu.com/mythma/comments/commentRss/210914.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/210914.html闃呰鍏ㄦ枃

鍔涗負 2015-06-13 20:06 鍙戣〃璇勮
]]>
CMake + Qt5.1.0http://www.shnenglu.com/mythma/archive/2013/08/12/cmake_qt5gui_find_extra_libs.html鍔涗負鍔涗負Mon, 12 Aug 2013 04:50:00 GMThttp://www.shnenglu.com/mythma/archive/2013/08/12/cmake_qt5gui_find_extra_libs.htmlhttp://www.shnenglu.com/mythma/comments/202488.htmlhttp://www.shnenglu.com/mythma/archive/2013/08/12/cmake_qt5gui_find_extra_libs.html#Feedback2http://www.shnenglu.com/mythma/comments/commentRss/202488.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/202488.html闃呰鍏ㄦ枃

鍔涗負 2013-08-12 12:50 鍙戣〃璇勮
]]>
Qt鍥劇墖棰勮鎺т歡http://www.shnenglu.com/mythma/archive/2013/08/01/Qt-ImagePreviewerCtrl.html鍔涗負鍔涗負Thu, 01 Aug 2013 09:36:00 GMThttp://www.shnenglu.com/mythma/archive/2013/08/01/Qt-ImagePreviewerCtrl.htmlhttp://www.shnenglu.com/mythma/comments/202284.htmlhttp://www.shnenglu.com/mythma/archive/2013/08/01/Qt-ImagePreviewerCtrl.html#Feedback0http://www.shnenglu.com/mythma/comments/commentRss/202284.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/202284.html澶存枃浠訛細

 1 class CImagePreviewerCtrl : public QWidget
 2 {
 3     Q_OBJECT
 4 
 5 public:
 6     CImagePreviewerCtrl(QWidget *parent = 0);
 7     ~CImagePreviewerCtrl();
 8 
 9     void SetImageFile(const QString& fileName);
10 
11     virtual void paintEvent(QPaintEvent *eventoverride;
12 private:
13     QImage m_Image;
14     QString m_FileName;
15 };
16 


CPP鏂囦歡錛?br />
 1 CImagePreviewerCtrl::CImagePreviewerCtrl(QWidget *parent)
 2     : QWidget(parent)
 3 {
 4 
 5 }
 6 
 7 CImagePreviewerCtrl::~CImagePreviewerCtrl()
 8 {
 9  
10 }
11 
12 void CImagePreviewerCtrl::SetImageFile(const QString& fileName)
13 {
14     m_FileName = fileName;
15     m_Image.load(fileName);
16     update();
17 }
18 
19 
20 void CImagePreviewerCtrl::paintEvent(QPaintEvent *event)
21 {
22     if(m_Image.isNull())
23         return;
24 
25     QPainter newPainter(this);
26     newPainter.drawImage(this->rect(), m_Image);
27 }


鍔涗負 2013-08-01 17:36 鍙戣〃璇勮
]]>
Q_SLOTS/Q_SIGNALS涓巒amespacehttp://www.shnenglu.com/mythma/archive/2013/07/30/Q_SLOTS-Q_SIGNALS-namespace.html鍔涗負鍔涗負Tue, 30 Jul 2013 07:07:00 GMThttp://www.shnenglu.com/mythma/archive/2013/07/30/Q_SLOTS-Q_SIGNALS-namespace.htmlhttp://www.shnenglu.com/mythma/comments/202241.htmlhttp://www.shnenglu.com/mythma/archive/2013/07/30/Q_SLOTS-Q_SIGNALS-namespace.html#Feedback0http://www.shnenglu.com/mythma/comments/commentRss/202241.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/202241.html鏈夋病鏈塶amespace錛屽Qt鐨刴oc鏉ヨ錛屽樊鍒彲灝卞ぇ浜?nbsp; 闃呰鍏ㄦ枃

鍔涗負 2013-07-30 15:07 鍙戣〃璇勮
]]>
QWidget::sizeHint()http://www.shnenglu.com/mythma/archive/2013/05/18/200382.html鍔涗負鍔涗負Sat, 18 May 2013 09:03:00 GMThttp://www.shnenglu.com/mythma/archive/2013/05/18/200382.htmlhttp://www.shnenglu.com/mythma/comments/200382.htmlhttp://www.shnenglu.com/mythma/archive/2013/05/18/200382.html#Feedback0http://www.shnenglu.com/mythma/comments/commentRss/200382.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/200382.html

鍔涗負 2013-05-18 17:03 鍙戣〃璇勮
]]>
Qt5 涓?OpenGLhttp://www.shnenglu.com/mythma/archive/2013/02/22/opengl-qt5-crash.html鍔涗負鍔涗負Fri, 22 Feb 2013 05:00:00 GMThttp://www.shnenglu.com/mythma/archive/2013/02/22/opengl-qt5-crash.htmlhttp://www.shnenglu.com/mythma/comments/197997.htmlhttp://www.shnenglu.com/mythma/archive/2013/02/22/opengl-qt5-crash.html#Feedback3http://www.shnenglu.com/mythma/comments/commentRss/197997.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/197997.html闃呰鍏ㄦ枃

鍔涗負 2013-02-22 13:00 鍙戣〃璇勮
]]>
瑙e喅XP鑺卞睆Viewhttp://www.shnenglu.com/mythma/archive/2012/11/05/194629.html鍔涗負鍔涗負Mon, 05 Nov 2012 12:25:00 GMThttp://www.shnenglu.com/mythma/archive/2012/11/05/194629.htmlhttp://www.shnenglu.com/mythma/comments/194629.htmlhttp://www.shnenglu.com/mythma/archive/2012/11/05/194629.html#Feedback0http://www.shnenglu.com/mythma/comments/commentRss/194629.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/194629.html

铏界劧鍏蟲帀寮瑰嚭鐨勫璇濓紝鑳芥甯告樉紺猴紝浣嗗鐢ㄦ埛鏉ヨ鍗翠笉鍙嬪ソ銆?br />
鍘熷洜錛?br />鍦╓in7涓嬶紝褰撴嫋鍔ㄩ《灞傜殑瀵硅瘽妗嗘椂鍊欙紝涓嶄細璋冪敤View鍒鋒柊瑙嗗浘銆傝屽湪Xp涓嬶紝鍗磋皟鐢ㄤ簡View鐨凟raseBackground娑堟伅錛屽嵈娌℃湁璋冪敤WM_PAINT娑堟伅銆?br />鑰屼竴鑸琌penGL鐨勭▼搴忥紝閮戒細鍝嶅簲EraseBK娑堟伅錛岀洿鎺ヨ繑鍥炰負True銆?br />
瑙e喅鍔炴硶錛?br />媯鏌ユ槸鍚︿負XP錛岃嫢鏄垯鍦‥raseBk鍝嶅簲鍑芥暟閲岄潰閲嶇粯瑙嗗浘銆傚綋鐒惰兘澶熼伩鍏峏P鍦ㄨ繖縐嶆儏鍐典笅璋冪敤EraseBk娑堟伅鏈濂姐?br />

鍔涗負 2012-11-05 20:25 鍙戣〃璇勮
]]>
鏋勯燯TF8鐨剆td::stringhttp://www.shnenglu.com/mythma/archive/2012/10/29/execution_character_set_utf8.html鍔涗負鍔涗負Mon, 29 Oct 2012 06:53:00 GMThttp://www.shnenglu.com/mythma/archive/2012/10/29/execution_character_set_utf8.htmlhttp://www.shnenglu.com/mythma/comments/194014.htmlhttp://www.shnenglu.com/mythma/archive/2012/10/29/execution_character_set_utf8.html#Feedback2http://www.shnenglu.com/mythma/comments/commentRss/194014.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/194014.html闃呰鍏ㄦ枃

鍔涗負 2012-10-29 14:53 鍙戣〃璇勮
]]>
鐢–Image鍔犺澆鍐呭瓨閲岀殑Image (II)http://www.shnenglu.com/mythma/archive/2012/10/19/load_image_from_memory.html鍔涗負鍔涗負Fri, 19 Oct 2012 04:50:00 GMThttp://www.shnenglu.com/mythma/archive/2012/10/19/load_image_from_memory.htmlhttp://www.shnenglu.com/mythma/comments/193519.htmlhttp://www.shnenglu.com/mythma/archive/2012/10/19/load_image_from_memory.html#Feedback1http://www.shnenglu.com/mythma/comments/commentRss/193519.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/193519.html褰撴椂鏄繖鏍峰仛鐨?/a>銆?br />
澶氬勾鍚庯紝鍐嶆鐪嬭繖涓棶棰橈紝鍙戠幇鏇寸畝鍗曠殑鍔炴硶錛?br />
void LoadImage(void* pBuffer, int nSize, CImage& img)
{
      COleStreamFile osf;
      osf.CreateMemoryStream(NULL);
      osf.Write(pBuffer, nSize);
      osf.SeekToBegin();
      img.Load(osf.GetStream());
}


鍔涗負 2012-10-19 12:50 鍙戣〃璇勮
]]>
vcredist涓庣▼搴忓彂甯?/title><link>http://www.shnenglu.com/mythma/archive/2012/08/21/VC_vcredist_crash.html</link><dc:creator>鍔涗負</dc:creator><author>鍔涗負</author><pubDate>Tue, 21 Aug 2012 14:34:00 GMT</pubDate><guid>http://www.shnenglu.com/mythma/archive/2012/08/21/VC_vcredist_crash.html</guid><wfw:comment>http://www.shnenglu.com/mythma/comments/187884.html</wfw:comment><comments>http://www.shnenglu.com/mythma/archive/2012/08/21/VC_vcredist_crash.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.shnenglu.com/mythma/comments/commentRss/187884.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/mythma/services/trackbacks/187884.html</trackback:ping><description><![CDATA[     鎽樿: 鐢╒C++/MFC寮鍙戠殑紼嬪簭錛屽湪鍙戝竷鐨勬椂鍊欎細閬囧埌鎵句笉鍒癿svcp100.dll,mfc100u.dll絳塂LL鐨勯棶棰樸傛湁鏃跺欎負浜嗗浘鐪佷簨錛屽氨鐩存帴浠嶸S瀹夎鐩綍閲岄潰copy榪欎簺DLL榪炲悓紼嬪簭涓璧峰彂甯冦備竴鑸儏鍐碉紝榪欐牱涓嶄細鏈夐棶棰樸傜洿鍒版湁涓澶╋紝紼嬪簭鍦ㄩ鍑虹殑鏃跺欓亣鍒拌繖鏍風殑crash闂錛?nbsp; <a href='http://www.shnenglu.com/mythma/archive/2012/08/21/VC_vcredist_crash.html'>闃呰鍏ㄦ枃</a><img src ="http://www.shnenglu.com/mythma/aggbug/187884.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/mythma/" target="_blank">鍔涗負</a> 2012-08-21 22:34 <a href="http://www.shnenglu.com/mythma/archive/2012/08/21/VC_vcredist_crash.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>銆愬皬浠g爜銆慡end/PostMessage鍏抽棴瀵硅瘽妗?/title><link>http://www.shnenglu.com/mythma/archive/2012/08/03/WM_COMMAND.html</link><dc:creator>鍔涗負</dc:creator><author>鍔涗負</author><pubDate>Fri, 03 Aug 2012 06:30:00 GMT</pubDate><guid>http://www.shnenglu.com/mythma/archive/2012/08/03/WM_COMMAND.html</guid><wfw:comment>http://www.shnenglu.com/mythma/comments/186152.html</wfw:comment><comments>http://www.shnenglu.com/mythma/archive/2012/08/03/WM_COMMAND.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/mythma/comments/commentRss/186152.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/mythma/services/trackbacks/186152.html</trackback:ping><description><![CDATA[     鎽樿: 涓鑸儏鍐典笅鐢ㄥ彂娑堟伅妯℃嫙鐐瑰嚮紿楀彛涓婄殑鏌愪釜button鍙互榪欐牱鍋氣︹︿絾濡傛灉瑕佹ā鎷熺偣鍑籓K鎸夐挳 錛堜嬌鐢ㄤ簡DefaultPushButton Style錛夋椂錛岀敤浠ヤ笂鐨勬柟娉曞茍涓嶇鐢ㄣ?nbsp; <a href='http://www.shnenglu.com/mythma/archive/2012/08/03/WM_COMMAND.html'>闃呰鍏ㄦ枃</a><img src ="http://www.shnenglu.com/mythma/aggbug/186152.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/mythma/" target="_blank">鍔涗負</a> 2012-08-03 14:30 <a href="http://www.shnenglu.com/mythma/archive/2012/08/03/WM_COMMAND.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>浣跨敤Qt WinMigratehttp://www.shnenglu.com/mythma/archive/2011/09/14/QMetaObject_const_QWinWidget_staticMetaObject.html鍔涗負鍔涗負Wed, 14 Sep 2011 08:37:00 GMThttp://www.shnenglu.com/mythma/archive/2011/09/14/QMetaObject_const_QWinWidget_staticMetaObject.htmlhttp://www.shnenglu.com/mythma/comments/155762.htmlhttp://www.shnenglu.com/mythma/archive/2011/09/14/QMetaObject_const_QWinWidget_staticMetaObject.html#Feedback0http://www.shnenglu.com/mythma/comments/commentRss/155762.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/155762.html  闃呰鍏ㄦ枃

鍔涗負 2011-09-14 16:37 鍙戣〃璇勮
]]>
VS欏圭洰渚濊禆http://www.shnenglu.com/mythma/archive/2011/08/05/This_dependency_was_added_by_the_project_system_and_cannot_be_removed.html鍔涗負鍔涗負Fri, 05 Aug 2011 03:08:00 GMThttp://www.shnenglu.com/mythma/archive/2011/08/05/This_dependency_was_added_by_the_project_system_and_cannot_be_removed.htmlhttp://www.shnenglu.com/mythma/comments/152524.htmlhttp://www.shnenglu.com/mythma/archive/2011/08/05/This_dependency_was_added_by_the_project_system_and_cannot_be_removed.html#Feedback2http://www.shnenglu.com/mythma/comments/commentRss/152524.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/152524.html---------------------------
Microsoft Visual Studio
---------------------------
This dependency was added by the project system and cannot be removed
---------------------------
OK
---------------------------  闃呰鍏ㄦ枃

鍔涗負 2011-08-05 11:08 鍙戣〃璇勮
]]>
CLR鍜宮ulti-targetinghttp://www.shnenglu.com/mythma/archive/2011/03/25/142707.html鍔涗負鍔涗負Fri, 25 Mar 2011 06:35:00 GMThttp://www.shnenglu.com/mythma/archive/2011/03/25/142707.htmlhttp://www.shnenglu.com/mythma/comments/142707.htmlhttp://www.shnenglu.com/mythma/archive/2011/03/25/142707.html#Feedback2http://www.shnenglu.com/mythma/comments/commentRss/142707.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/142707.html
緇撴灉浠や漢鐩稿綋閬楁喚銆?
  闃呰鍏ㄦ枃

鍔涗負 2011-03-25 14:35 鍙戣〃璇勮
]]>
MFC 0xC015000F 閿欒http://www.shnenglu.com/mythma/archive/2011/03/20/Sxs-Activation-Context.html鍔涗負鍔涗負Sun, 20 Mar 2011 15:54:00 GMThttp://www.shnenglu.com/mythma/archive/2011/03/20/Sxs-Activation-Context.htmlhttp://www.shnenglu.com/mythma/comments/142310.htmlhttp://www.shnenglu.com/mythma/archive/2011/03/20/Sxs-Activation-Context.html#Feedback0http://www.shnenglu.com/mythma/comments/commentRss/142310.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/142310.html  闃呰鍏ㄦ枃

鍔涗負 2011-03-20 23:54 鍙戣〃璇勮
]]>
VS2010 SP1 MFC/C++鏂板姛鑳?/title><link>http://www.shnenglu.com/mythma/archive/2011/03/11/vs2010-sp1-download.html</link><dc:creator>鍔涗負</dc:creator><author>鍔涗負</author><pubDate>Fri, 11 Mar 2011 06:14:00 GMT</pubDate><guid>http://www.shnenglu.com/mythma/archive/2011/03/11/vs2010-sp1-download.html</guid><wfw:comment>http://www.shnenglu.com/mythma/comments/141559.html</wfw:comment><comments>http://www.shnenglu.com/mythma/archive/2011/03/11/vs2010-sp1-download.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.shnenglu.com/mythma/comments/commentRss/141559.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/mythma/services/trackbacks/141559.html</trackback:ping><description><![CDATA[     鎽樿: 鐢ㄤ簡SP1錛屽湪閮ㄧ講搴旂敤紼嬪簭鐨勬椂鍊橠LL Hell灝嗗啀涓嬈¢檷涓淬俈S2008 SP1鍜孷S2008鐨剉cxxx90.dll錛岃繖涓嬈″張鍚屾牱鍙玽cxxx100.dll錛岄毦閬撴敼鎴恦cxxx10x.dll寰堥毦錛?nbsp; <a href='http://www.shnenglu.com/mythma/archive/2011/03/11/vs2010-sp1-download.html'>闃呰鍏ㄦ枃</a><img src ="http://www.shnenglu.com/mythma/aggbug/141559.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/mythma/" target="_blank">鍔涗負</a> 2011-03-11 14:14 <a href="http://www.shnenglu.com/mythma/archive/2011/03/11/vs2010-sp1-download.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>鍦–Dialog涓祵鍏MFCToolbarhttp://www.shnenglu.com/mythma/archive/2011/03/10/toolbar-in-dialog.html鍔涗負鍔涗負Thu, 10 Mar 2011 06:55:00 GMThttp://www.shnenglu.com/mythma/archive/2011/03/10/toolbar-in-dialog.htmlhttp://www.shnenglu.com/mythma/comments/141503.htmlhttp://www.shnenglu.com/mythma/archive/2011/03/10/toolbar-in-dialog.html#Feedback1http://www.shnenglu.com/mythma/comments/commentRss/141503.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/141503.html闃呰鍏ㄦ枃

鍔涗負 2011-03-10 14:55 鍙戣〃璇勮
]]>
瑙e喅VS2010鐨凴esource View鍙樼┖鐨勯棶棰?/title><link>http://www.shnenglu.com/mythma/archive/2011/03/08/VS2010-custom-project-resource-view-empty.html</link><dc:creator>鍔涗負</dc:creator><author>鍔涗負</author><pubDate>Tue, 08 Mar 2011 02:36:00 GMT</pubDate><guid>http://www.shnenglu.com/mythma/archive/2011/03/08/VS2010-custom-project-resource-view-empty.html</guid><wfw:comment>http://www.shnenglu.com/mythma/comments/141329.html</wfw:comment><comments>http://www.shnenglu.com/mythma/archive/2011/03/08/VS2010-custom-project-resource-view-empty.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.shnenglu.com/mythma/comments/commentRss/141329.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/mythma/services/trackbacks/141329.html</trackback:ping><description><![CDATA[     鎽樿: 鏈夌殑鏃跺欏湪VS2010鐨勮祫婧愮鐞嗗櫒閲屾壘涓嶅埌欏圭洰鐨勮祫婧愶紝鍗充嬌閫変腑.rc2鏂囦歡鐢╮esource editor閮芥墦涓嶅紑銆?<br>  <a href='http://www.shnenglu.com/mythma/archive/2011/03/08/VS2010-custom-project-resource-view-empty.html'>闃呰鍏ㄦ枃</a><img src ="http://www.shnenglu.com/mythma/aggbug/141329.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/mythma/" target="_blank">鍔涗負</a> 2011-03-08 10:36 <a href="http://www.shnenglu.com/mythma/archive/2011/03/08/VS2010-custom-project-resource-view-empty.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Visual Studio 2010http://www.shnenglu.com/mythma/archive/2010/04/13/112443.html鍔涗負鍔涗負Tue, 13 Apr 2010 05:14:00 GMThttp://www.shnenglu.com/mythma/archive/2010/04/13/112443.htmlhttp://www.shnenglu.com/mythma/comments/112443.htmlhttp://www.shnenglu.com/mythma/archive/2010/04/13/112443.html#Feedback1http://www.shnenglu.com/mythma/comments/commentRss/112443.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/112443.htmlhttp://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=06a32b1c-80e9-41df-ba0c-79d56cb823f7


鍔涗負 2010-04-13 13:14 鍙戣〃璇勮
]]>
CView::OnInitialUpdate涔熶細琚皟鐢ㄥ嬈?/title><link>http://www.shnenglu.com/mythma/archive/2010/03/26/110586.html</link><dc:creator>鍔涗負</dc:creator><author>鍔涗負</author><pubDate>Fri, 26 Mar 2010 05:36:00 GMT</pubDate><guid>http://www.shnenglu.com/mythma/archive/2010/03/26/110586.html</guid><wfw:comment>http://www.shnenglu.com/mythma/comments/110586.html</wfw:comment><comments>http://www.shnenglu.com/mythma/archive/2010/03/26/110586.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/mythma/comments/commentRss/110586.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/mythma/services/trackbacks/110586.html</trackback:ping><description><![CDATA[     鎽樿: 緇忓父闇瑕佸湪CMyView::OnInitialUpdate鍋氫竴浜涘垵濮嬪寲鐨勪簨鎯咃紝浣嗘湁涓鐐硅璁頒綇錛?<br> <br>鍦ㄥ崟鏂囨。鐨勬儏鍐典笅錛孫nInitialUpdate浼氳璋冪敤澶氭銆?<br>  <a href='http://www.shnenglu.com/mythma/archive/2010/03/26/110586.html'>闃呰鍏ㄦ枃</a><img src ="http://www.shnenglu.com/mythma/aggbug/110586.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/mythma/" target="_blank">鍔涗負</a> 2010-03-26 13:36 <a href="http://www.shnenglu.com/mythma/archive/2010/03/26/110586.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>瑙e喅DEP寮曡搗鐨勭紪璇戦棶棰?/title><link>http://www.shnenglu.com/mythma/archive/2010/03/12/109552.html</link><dc:creator>鍔涗負</dc:creator><author>鍔涗負</author><pubDate>Fri, 12 Mar 2010 10:04:00 GMT</pubDate><guid>http://www.shnenglu.com/mythma/archive/2010/03/12/109552.html</guid><wfw:comment>http://www.shnenglu.com/mythma/comments/109552.html</wfw:comment><comments>http://www.shnenglu.com/mythma/archive/2010/03/12/109552.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.shnenglu.com/mythma/comments/commentRss/109552.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/mythma/services/trackbacks/109552.html</trackback:ping><description><![CDATA[<p><strong>闂</strong>錛?br><br>鍦╒ista.x64鍜學in7.x64鐢╒S2008+SP1緙栬瘧C++紼嬪簭鐨勬椂鍊欓亣鍒板涓嬬殑閿欒淇℃伅錛?br><br>Project : error PRJ0002 : Error result -1073740771 returned from 'c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\cl.exe'.<br><br>鎴栬咃細<br><br>Runtime error 216 at 0000B721<br><br>浠ュ強錛?br><br><img border=0 src="http://www.shnenglu.com/images/cppblog_com/mythma/12774/cpp.compiler.error.jpg"><br><br><br><strong>瑙e喅鏂規錛?br></strong><br>淇敼DEP璁劇疆錛屽涓嬪浘鎵紺猴細<br><img border=0 src="http://www.shnenglu.com/images/cppblog_com/mythma/12774/dep.jpg"><br><br><strong>娉ㄦ剰錛?br></strong><br>榪欎釜闂鍙兘鍑虹幇錛屼篃鍙兘涓嶅嚭鐜?br>榪欎釜瑙e喅鏂規硶鍙兘鐏碉紝涔熷彲鑳戒笉鐏點傛垜鐢ㄤ簡寰堢伒 :-)<br></p> <img src ="http://www.shnenglu.com/mythma/aggbug/109552.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/mythma/" target="_blank">鍔涗負</a> 2010-03-12 18:04 <a href="http://www.shnenglu.com/mythma/archive/2010/03/12/109552.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>鎴戠殑鍘熷垱鎶鏈殢絎斿ぇ鍏紙2000~2009錛?/title><link>http://www.shnenglu.com/mythma/archive/2010/01/09/105218.html</link><dc:creator>鍔涗負</dc:creator><author>鍔涗負</author><pubDate>Fri, 08 Jan 2010 17:13:00 GMT</pubDate><guid>http://www.shnenglu.com/mythma/archive/2010/01/09/105218.html</guid><wfw:comment>http://www.shnenglu.com/mythma/comments/105218.html</wfw:comment><comments>http://www.shnenglu.com/mythma/archive/2010/01/09/105218.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.shnenglu.com/mythma/comments/commentRss/105218.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/mythma/services/trackbacks/105218.html</trackback:ping><description><![CDATA[     鎽樿: 浜屽崄涓涓栫邯鐨勭涓涓崄騫磋繃鍘諱簡錛屽洖欏句簡涓涓嬭繖浜涘勾鍐欑殑鍗氬錛屽彂鐜拌嚜宸變篃娌¢棽鐫銆備絾涓嶅厤涔熸湁浜涢仐鎲撅紝鍐呭澶ч兘鏄叧浜庣煡璇嗐佺粡楠屽拰鎶鏈紝鑰屽叧浜庢濊冨拰idea鐨勫嵈姣旇緝灝戙傛湡寰呬笅涓涓崄騫村惂錛?<br> 絎竴綃囨棩蹇楁槸鍦?004騫村彂甯冨湪CSDN鐨勫崥瀹笂錛堣寰楀紑濮嬩笉鍙崥瀹級錛屾埅鑷沖埌鐜板湪绱Н浜嗕笉灝戜笢瑗夸簡銆備負浜嗘蹇佃繖榪囧幓鐨勫崄騫達紙2000~2003鏄釜絀虹櫧鏈燂紝閭f鏃墮棿鍥藉唴濂藉儚涔熸病鍗氬錛岀綉緇滀篃涓嶅彂杈撅紝淇℃伅涔熼棴濉烇級錛岀壒鏁寸悊浜嗕竴涓嬶紝縐頒綔鎴戠殑鍘熷垱鎶鏈殢絎斿ぇ鍏紙2000~2009錛?nbsp; <a href='http://www.shnenglu.com/mythma/archive/2010/01/09/105218.html'>闃呰鍏ㄦ枃</a><img src ="http://www.shnenglu.com/mythma/aggbug/105218.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/mythma/" target="_blank">鍔涗負</a> 2010-01-09 01:13 <a href="http://www.shnenglu.com/mythma/archive/2010/01/09/105218.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>濡備綍鍏抽棴Visual Studio 2008http://www.shnenglu.com/mythma/archive/2009/02/20/74380.html鍔涗負鍔涗負Fri, 20 Feb 2009 03:20:00 GMThttp://www.shnenglu.com/mythma/archive/2009/02/20/74380.htmlhttp://www.shnenglu.com/mythma/comments/74380.htmlhttp://www.shnenglu.com/mythma/archive/2009/02/20/74380.html#Feedback5http://www.shnenglu.com/mythma/comments/commentRss/74380.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/74380.html闃呰鍏ㄦ枃

鍔涗負 2009-02-20 11:20 鍙戣〃璇勮
]]>
MFC + GLEW 浣跨敤OpenGL鎵╁睍鐨勯棶棰?/title><link>http://www.shnenglu.com/mythma/archive/2009/02/13/73734.html</link><dc:creator>鍔涗負</dc:creator><author>鍔涗負</author><pubDate>Fri, 13 Feb 2009 10:11:00 GMT</pubDate><guid>http://www.shnenglu.com/mythma/archive/2009/02/13/73734.html</guid><wfw:comment>http://www.shnenglu.com/mythma/comments/73734.html</wfw:comment><comments>http://www.shnenglu.com/mythma/archive/2009/02/13/73734.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.shnenglu.com/mythma/comments/commentRss/73734.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/mythma/services/trackbacks/73734.html</trackback:ping><description><![CDATA[<br>鍦∕FC涓嬩嬌鐢℅LEW 鏃墮亣鍒板嚑涓棶棰橈細<br><br><strong>1. OpenGL鐨勭増鏈棶棰?/strong><br>灝界浣跨敤浜唃lewInit()錛屼絾寰楀埌OpenGL鐨勭増鏈粛鐒舵槸windows甯︾殑OpenGL1.1<br><br><strong>2. 浣跨敤VBO鎵╁睍</strong><br>MFC涓嬫棤娉曚嬌鐢╒BO錛岀浉鍏沖嚱鏁扮殑鎸囬拡鍧囦負NULL銆?br>濂囨殑鏄紝鐢╣lut浠f浛MFC鍗村彲浠ユ甯鎬嬌鐢∣penGL鎵╁睍銆?br><br>涓嬮潰鏄祴璇曞伐紼嬶紝濡傛灉浣犲彲浠ユ甯歌繍琛屼笅闈㈣繖涓▼搴忥紝鎴栬呬綘鍙互鎵懼嚭閿欒錛岄夯鐑﹀憡鐭ュぉ涓?:)<br><a href="http://www.shnenglu.com/Files/mythma/GLEWTest2005.zip">GLEWTest2005.zip</a><br><br><br>榪愯鐜錛?br>VS2005/VS2005<br>WinXP SP3<br>P4 3.2GHz<br>Video Card錛?RADEOM X300/X550 Series <br><br><br><a style="FONT-SIZE: 36pt" >棰嗗垎澶?/a> <img src ="http://www.shnenglu.com/mythma/aggbug/73734.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/mythma/" target="_blank">鍔涗負</a> 2009-02-13 18:11 <a href="http://www.shnenglu.com/mythma/archive/2009/02/13/73734.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>鍗囩駭鍒?VS2008 SP1 娉ㄦ剰闂http://www.shnenglu.com/mythma/archive/2008/08/13/58696.html鍔涗負鍔涗負Wed, 13 Aug 2008 02:59:00 GMThttp://www.shnenglu.com/mythma/archive/2008/08/13/58696.htmlhttp://www.shnenglu.com/mythma/comments/58696.htmlhttp://www.shnenglu.com/mythma/archive/2008/08/13/58696.html#Feedback11http://www.shnenglu.com/mythma/comments/commentRss/58696.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/58696.html鍒版椂鍊欎嬌鐢╒S2008 SP1鍟︼紒  闃呰鍏ㄦ枃

鍔涗負 2008-08-13 10:59 鍙戣〃璇勮
]]>
Goodbye, VC Intellisense !http://www.shnenglu.com/mythma/archive/2008/07/07/55541.html鍔涗負鍔涗負Mon, 07 Jul 2008 06:46:00 GMThttp://www.shnenglu.com/mythma/archive/2008/07/07/55541.htmlhttp://www.shnenglu.com/mythma/comments/55541.htmlhttp://www.shnenglu.com/mythma/archive/2008/07/07/55541.html#Feedback2http://www.shnenglu.com/mythma/comments/commentRss/55541.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/55541.html褰撳繊鏃犲彲蹇嶇殑鏃跺欙紝閭e氨鏃犻渶鍐嶅繊錛?br>鈥斺斿皢Intellisense 紱佺敤涔嬶紒
縐婚櫎璇ユ枃浠訛細\Microsoft Visual Studio 8\VC\vcpackages\feacp.dll

Intellisense 姣曠珶鏄釜濂戒笢涓滐紝榪樺ソ鏈塚A鍙互鍋氫負鏇胯ˉ銆?

鍔涗負 2008-07-07 14:46 鍙戣〃璇勮
]]>
VC2008 Feature Pack鐨勯棶棰?/title><link>http://www.shnenglu.com/mythma/archive/2008/04/23/47874.html</link><dc:creator>鍔涗負</dc:creator><author>鍔涗負</author><pubDate>Wed, 23 Apr 2008 03:01:00 GMT</pubDate><guid>http://www.shnenglu.com/mythma/archive/2008/04/23/47874.html</guid><wfw:comment>http://www.shnenglu.com/mythma/comments/47874.html</wfw:comment><comments>http://www.shnenglu.com/mythma/archive/2008/04/23/47874.html#Feedback</comments><slash:comments>11</slash:comments><wfw:commentRss>http://www.shnenglu.com/mythma/comments/commentRss/47874.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/mythma/services/trackbacks/47874.html</trackback:ping><description><![CDATA[<br>MS寰堥珮鍏寸殑瀹e竷鏇存柊浜哣C2008錛岀編鍏跺悕鏇? Feature Pack!<br>鐒惰岋紝鐢ㄨPack鐢熸垚鐨勭▼搴忓嵈涓嶈兘鍦ㄨ鏈塚C2008鍗存病鏈夎FP鐨勭郴緇熶笂榪愯銆?br><br>涓轟綍錛?br><br>鍗囩駭榪囧悗鐨剅untime binary 渚濈劧涓簒xx90.dll!<br><br>涓嶈В錛? <img src ="http://www.shnenglu.com/mythma/aggbug/47874.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/mythma/" target="_blank">鍔涗負</a> 2008-04-23 11:01 <a href="http://www.shnenglu.com/mythma/archive/2008/04/23/47874.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>紱忛煶錛岀晫闈㈠簱Ultimate Toolbox/Grid/TCP.IP 寮婧愪簡!http://www.shnenglu.com/mythma/archive/2007/09/05/31612.html鍔涗負鍔涗負Wed, 05 Sep 2007 05:04:00 GMThttp://www.shnenglu.com/mythma/archive/2007/09/05/31612.htmlhttp://www.shnenglu.com/mythma/comments/31612.htmlhttp://www.shnenglu.com/mythma/archive/2007/09/05/31612.html#Feedback2http://www.shnenglu.com/mythma/comments/commentRss/31612.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/31612.html铏界劧鎰熻Ultimate涓嶅BCGControlbar鐪嬭搗鏉ョ編瑙傦紝璐ㄩ噺綆椾笉寰椾笂涔橈紝浣嗘瘯绔熸槸Free鐨勶紝鍔熻兘涔熻兘婊¤凍澶ч儴鍒嗛渶瑕併?

浠嶶ltimate鍋氬紑婧愶紝榪橴I甯傚満绔炰簤榪樻槸鏈夌偣孌嬮叿銆?
UI搴撲粠MFC->WinForm->WPF涓嶆柇鐨勬紨榪涳紝璺熶笉涓婂緱瑕佷箞over瑕佷箞鍍廢ltimate涓鏍峰仛寮婧愪簡銆?
鐜板湪榪樻病鏈夌湅鍒癇CGSoft鎺ㄥ嚭鍩轟簬WPF鐨刄I搴擄紝涓嶇煡瀹冧粈涔堟椂鍊欎篃Free浜嗐?nbsp; 闃呰鍏ㄦ枃

鍔涗負 2007-09-05 13:04 鍙戣〃璇勮
]]>
涓涓儚绱犲紩鍙戠殑鎯ㄦ---CImageListhttp://www.shnenglu.com/mythma/archive/2007/08/29/31183.html鍔涗負鍔涗負Wed, 29 Aug 2007 15:26:00 GMThttp://www.shnenglu.com/mythma/archive/2007/08/29/31183.htmlhttp://www.shnenglu.com/mythma/comments/31183.htmlhttp://www.shnenglu.com/mythma/archive/2007/08/29/31183.html#Feedback1http://www.shnenglu.com/mythma/comments/commentRss/31183.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/31183.html
閭f槸2007騫?鏈?9鏃ョ殑涓嬪崍錛屽ぉ絀轟粛鐒惰9鐫灝忛洦銆傛棭鏅ㄨ窡鍙﹀涓や釜鍚屼簨涓璧鋒尋涓鎶婁紴鐨勬儏褰㈣繕鍘嗗巻鍦ㄧ洰錛岃¥鑵挎箍浜嗭紝澶у崐涓漢閮芥箍浜嗐備竴闃甸鍚規潵錛屸︹?nbsp; 闃呰鍏ㄦ枃

鍔涗負 2007-08-29 23:26 鍙戣〃璇勮
]]>
Ribbon Control and BCGControlbarhttp://www.shnenglu.com/mythma/archive/2007/07/01/27340.html鍔涗負鍔涗負Sun, 01 Jul 2007 14:33:00 GMThttp://www.shnenglu.com/mythma/archive/2007/07/01/27340.htmlhttp://www.shnenglu.com/mythma/comments/27340.htmlhttp://www.shnenglu.com/mythma/archive/2007/07/01/27340.html#Feedback2http://www.shnenglu.com/mythma/comments/commentRss/27340.htmlhttp://www.shnenglu.com/mythma/services/trackbacks/27340.html铏戒笌宸ヤ綔鐨勫唴瀹逛笉鐩稿共錛屼絾涔熸槸鑺變簡2涓櫄涓婄殑鏃墮棿鍑嗗銆?

涓婚灝辨槸浣跨敤BCGControlbar 鐨凴ibbon Control錛岃鐨勫緢綆鍗曪紝
鏈夊叴瓚g殑鏈嬪弸鍙互 down涓嬫潵鐪嬬湅銆?
  闃呰鍏ㄦ枃

鍔涗負 2007-07-01 22:33 鍙戣〃璇勮
]]>
久久久久高潮毛片免费全部播放 | 精品久久8x国产免费观看| 色妞色综合久久夜夜| 亚洲精品国产美女久久久| 一本伊大人香蕉久久网手机| 三级片免费观看久久| 99久久免费国产特黄| 久久夜色精品国产噜噜亚洲a | 伊人色综合久久| 久久精品久久久久观看99水蜜桃 | 日批日出水久久亚洲精品tv| 久久精品国产第一区二区三区| 久久精品无码免费不卡| 亚洲精品乱码久久久久久久久久久久 | 香蕉aa三级久久毛片| 99精品国产在热久久无毒不卡| 日日狠狠久久偷偷色综合96蜜桃| 久久精品嫩草影院| 亚洲精品乱码久久久久久按摩| 欧美久久久久久午夜精品| 久久久久久狠狠丁香| AV色综合久久天堂AV色综合在| 色妞色综合久久夜夜| 狠狠色丁香久久婷婷综合图片 | 中文成人久久久久影院免费观看| 狠狠狠色丁香婷婷综合久久五月 | 久久96国产精品久久久| 亚洲国产精品无码成人片久久| 亚洲国产一成久久精品国产成人综合 | 99999久久久久久亚洲| 亚洲国产精品久久久天堂| 久久久久亚洲国产| 久久毛片免费看一区二区三区| 9999国产精品欧美久久久久久| 日韩亚洲欧美久久久www综合网 | 香蕉久久夜色精品国产尤物| 人人狠狠综合88综合久久| 久久免费观看视频| 伊人伊成久久人综合网777| 久久青青色综合| 久久久久久九九99精品|