摘要:
MS没有提供工具导出MSDN的收藏,只能自己去备份xml文件了。VS2008的MSDN收藏夹xml文件位置:C:\Documents and Settings\Administrator\Application Data\Microsoft\VisualStudio\9.0\VS Help Data... 阅读全文
posted @ 2016-01-25 16:25
玄冬
阅读(155)
评论(0)
推荐(0)
摘要:
fatalerrorC1189:#error:BuildingMFCapplicationwith/MD[d](CRTdllversion)requiresMFCshareddllversion.Please#define_AFXDLLordonotuse/MD[d] 解决办法:ProjectSet... 阅读全文
posted @ 2016-01-25 16:25
玄冬
阅读(803)
评论(0)
推荐(0)
摘要:
flashget mini 和 flashgot装好后,在flashgot的选项中,点常规,新增,起个名,然后找到flashget mini的安装路径,然后就是关键的部分:参数模板里面这样填:-addlink [(URL)] TEXT() REF()就设置好了。如果需要在弹出添加任务窗口时不弹出主界... 阅读全文
posted @ 2016-01-25 16:25
玄冬
阅读(178)
评论(0)
推荐(0)
摘要:
服务器端:#pragma comment(lib, "Ws2_32.lib")#include #include #include #include #define _LINK_PORT_ 8088#define _BUFFER_LENGTH_ 512#define _DEFAULT_PORT_ "... 阅读全文
posted @ 2016-01-25 16:25
玄冬
阅读(306)
评论(0)
推荐(0)
摘要:
1,若调用CreateDevice()时使用的是D3DCREATE_SOFTWARE_VERTEXPROCESSING参数,则后台缓存在显存中无法被锁定。2,Vertex的D3DFVF参数问题:无FVF的缓存可以在多道渲染或单道多重纹理渲染时进行数据混合。为此,一个缓存容纳几何数据,同时其他缓存容纳... 阅读全文
posted @ 2016-01-25 16:25
玄冬
阅读(133)
评论(0)
推荐(0)
摘要:
1,图形的name过长时,想让name自动换行并适应图形宽度:Tools ->Display Preferences->Content,选择Word wrapping,点击OK。 管理员在2009年8月13日编辑了该文章文章。 --> ... 阅读全文
posted @ 2016-01-25 16:24
玄冬
阅读(822)
评论(0)
推荐(0)
摘要:
What Is a Swap Chain? (Direct3D 9)A graphics adapter holds a pointer to a surface that represents the image being displayed on the monitor, called a f... 阅读全文
posted @ 2016-01-25 16:24
玄冬
阅读(344)
评论(0)
推荐(0)
摘要:
Replay Gain原文:http://www.bobulous.org.uk/misc/Replay-Gain.htmlHow to play your digital music collection without volume fluctuations.Bobulous Central →... 阅读全文
posted @ 2016-01-25 16:24
玄冬
阅读(1477)
评论(0)
推荐(0)
摘要:
GLUT下载页面:http://www.opengl.org/resources/libraries/glut/glut_downloads.phpGLUT for Win32下载页面:http://www.xmission.com/~nate/glut.htmlOGL SDK lib:http:/... 阅读全文
posted @ 2016-01-25 16:24
玄冬
阅读(755)
评论(0)
推荐(0)
摘要:
class MyClass{public:char *p;MyClass(){p = new char[1];p[0] = 'a';p[1] = 0;}~MyClass(){delete [] p;p = 0;}};int _tmain(int argc, _TCHAR* argv[]){MyCla... 阅读全文
posted @ 2016-01-25 16:24
玄冬
阅读(399)
评论(0)
推荐(0)
浙公网安备 33010602011771号