摘要:
跨编译器的动态库 今天想用Qt去调用静态库,碰巧这个库又是用Vs生成的,于是乎... 使用Qt生成一个静态库,并使用Qt程序去调用,程序正常编译运行。但使用VS生成静态库,再使用Qt程序去调用,程序不能编译,错误File format not recognized (无法识别文件格式)。然而使用Vs 阅读全文
摘要:
使用C#程序模版 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static 阅读全文