文章分类 - 转帖存档
摘要:设置一下QT_AUTO_SCREEN_SCALE_FACTOR = 1 的环境变量就行了。 x64dbg也一样的问题,不设置的话,在4k高清显示器下,布局能力会丢失,无法通过拖拽等操作来调整布局。 The problem Some users running IDA on Windows & Lin
阅读全文
摘要:程序在加载 C++/CLI 动态库的时候,出现 FileLoadException,常见错误是其中某些依赖没有找到,这个时候异常信息应该是类似:一个xxx的依赖没有找到;这个问题很好解决,确定缺少的依赖补充上就可以了,可以使用 dumpbin 工具查看相关的依赖: 1 dumpbin /depend
阅读全文
摘要:http://xboxforums.create.msdn.com/forums/t/61448.aspx I'm currently porting a number of custom MFC CStatic-derived controls from GDI+ to Direct2D.I've
阅读全文
摘要:http://stackoverflow.com/questions/17846551/svn-how-to-set-the-executable-bit-on-a-file svn uses propset to change file attributes: svn propset svn:ex
阅读全文