首先下载得到boost的最新版(目前最新版是1.63) 下载地址: http://www.boost.org 也可以从这里直接下载 http://download.csdn.net/detail/zengraoli/9815337 下载完成后解压出来 编译32位的boost库 打开vs的32位命令行 Read More
posted @ 2018-07-24 19:52 findumars Views(4634) Comments(0) Diggs(1) Edit
2017年06月07日 11:02:25 阅读数:402 2017年06月07日 11:02:25 阅读数:402 阅读数:402 分类 范围 字节 备注 简单类型 序数 整数 Integer -2147483648 .. 2147483647 4 有符号32位 Cardinal 0 .. 4294 Read More
posted @ 2018-07-24 19:50 findumars Views(1991) Comments(0) Diggs(0) Edit
更新,下面这table为最新的tokyo基本数据类型与C++的对照关系: Delphi to C++ types mapping Go Up to Support for Delphi Data Types and Language Concepts Below is a list of Delph Read More
posted @ 2018-07-24 19:23 findumars Views(3031) Comments(0) Diggs(0) Edit
首先我们要知道哪些类型可以用For In吧,下面就是: for Element in ArrayExpr do Stmt; 数组 for Element in StringExpr do Stmt; 字符串 for Element in SetExpr do Stmt; 集合 for Element Read More
posted @ 2018-07-24 19:19 findumars Views(1849) Comments(0) Diggs(0) Edit
Introduction This is a tutorial for installation of Qt 5.7.0 to Ubuntu 12.10. It may be used also for newer versions of Qt and Ubuntu. A difference fo Read More
posted @ 2018-07-24 19:13 findumars Views(5809) Comments(0) Diggs(0) Edit
本文介绍如何打包Qt程序,使其在没有安装Qt的系统可以运行。 默认前提:另外一个系统和本系统是同一个系统版本。 1,编写导出依赖包的脚本copylib.sh #!/bin/bash LibDir=$PWD"/lib" Target=$1 lib_array=($(ldd $Target | grep Read More
posted @ 2018-07-24 19:11 findumars Views(1736) Comments(0) Diggs(0) Edit
Cannot create children for a parent that is in a different thread. 在Qt的官方文档,大家知道有两种方式使用 QThread。 You can use worker objects by moving them to the thre Read More
posted @ 2018-07-24 19:10 findumars Views(14485) Comments(0) Diggs(0) Edit
打开命令行 导出数据到data.csv D:\project>sqlite3.exe old.db SQLite version 3.21.0 2017-10-24 18:55:49 Enter “.help” for usage hints. sqlite> .output data.csv sq Read More
posted @ 2018-07-24 18:46 findumars Views(2343) Comments(0) Diggs(1) Edit
2011年09月29日 23:47:46 阅读数:7269 2011年09月29日 23:47:46 阅读数:7269 阅读数:7269 Qt 4.0 automatically double-buffers Qt 4.1 QWidget::autoFillBackground Qt 4.2 del Read More
posted @ 2018-07-24 18:30 findumars Views(608) Comments(0) Diggs(0) Edit
本文来源: www.fpccn.com 原作者:逍遥派掌门人 http://msdn.microsoft.com/zh-cn/library/windows/apps/hh452791.aspx 本教程不用更改lazarus的任何源代码,安全性很高。1、先到Lazarus wiki下载所需要的版本。 Read More
posted @ 2018-07-24 16:47 findumars Views(938) Comments(0) Diggs(0) Edit
delphi的const/input和默认的没有修饰, C++都是一样的 delphi的var,对应C++那边是指针, 调用方需要管理内存(负责分配内存及销毁) delphi的output , 对应c++那边也是指针 , 如果是 C++调用Delphi DLL, 而Delphi有个形参是out修饰的 Read More
posted @ 2018-07-24 16:45 findumars Views(580) Comments(0) Diggs(0) Edit
以安装indy为例 1/下载组件包, http://www.indyproject.org/Sockets/fpc/indy-10.2.0.3.zip 2/爆开放于C:\lazarus\components\indy-10.2.0.3 3/打开C:\lazarus\components\indy-1 Read More
posted @ 2018-07-24 16:42 findumars Views(1620) Comments(0) Diggs(0) Edit
一直觉得delphi的OO做得比C++还完善, 但如今日落西真是让人感到唏嘘, 这并不意味着delphi比C++差, 它的创始人被微软挖墙脚后创造了C#系列开发工具, 设计理念大部分与Delphi相似,但dotnet平台的执行效率非常不好. 如果在其他平台上也能用delphi开发呢?而且不用钱(De Read More
posted @ 2018-07-24 16:41 findumars Views(1100) Comments(0) Diggs(0) Edit