搜索资源列表
VC_SQLITE
- VC6开发 c++ sqlite 创建数据库 创建数据表 插入数据 查询数据 包含全部必要的 DLL LIB .H-VC6 development c++ sqlite create database to create tables of data into the data query that contains all the necessary DLL LIB. H
sqlite3
- sqlite数据库在vc环境中使用的.h,.lib,.dll文件,在link中添加.lib文件即可使用-sqlite database for use in the vc environment. h,. lib,. dll files, add in the link. lib files can be used
sqllite
- SQLite3,包含 h,dll,def,lib,exe等文件 官方下载的没有lib,这个是我自己编译生成的,使用lib可以更方便的使用sqlite-SQLite3, contains h, dll, def, lib, exe and other file Download the official lib, this is my own compiled using lib can be more convenient to use sqlite
Pcomm
- Pcomm动态库,应用于VC案例 Pcomm动态库,应用于VC案例,串口通信编程的一种方法中要使用的三个文件。 包含一个安装文件,也可以安装后可以再c:\Program Files\PCommLt\Lib下找到Pcomm.h, Pcomm.lib, Pcomm.dll3个文件-Pcomm dynamic library, applied to the VC case Pcomm dynamic library, applied to the VC case, a method of serial
SOCKET.CPP
- #include <winsock2.h> #pragma comment(lib, ws2_32.lib ) int main() { WSADATA WSAData SOCKET sock SOCKADDR_IN sin char buffer[255] WSAStartup(MAKEWORD(2,0), &WSAData) Tout est configuré pour se connecter sur IRC, haa
psapi
- windows编程中的psapi的h文件和lib文件-windows programming psapi the h file and lib file
REG109
- 模块说明为方便注册表读写操作的接口模块编译编译成LIB,静态连接。使用Regedit.h-Module Descr iption To facilitate the operation of the registry to read and write interface module compiled compiler LIB, static connections. Use Regedit.h
REG109
- 模块说明为方便注册表读写操作的接口模块编译编译成LIB,静态连接。使用Regedit.h-Module Descr iption To facilitate the operation of the registry to read and write interface module compiled compiler LIB, static connections. Use Regedit.h
SQLite3Demo
- 本Demo演示了SQLite3的一个封装类的使用方法。在工程文件夹下有放入DbSqlite.cpp,DbSqlite.h,sqlite3.h,sqlite3i.h,w32SQLite3.dll,w32SQLite3.lib这6个文件,在适当的地方包含sqlite3.h头文件并#pragma comment(lib, .\\w32SQLite3.lib )即可。大家可以根据实际情况进行改进!*注意:创建数据库插入表操作要在单独的过程中进行,否则会出现BUG!-This demo demonstra