Skip to content

Playhi/cqsdk-vc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

中文 - English

中文版本

简介

  • 使用 Visual C++ 编写酷Q应用。

状态

  • Appveyor:Build status

开发指引

文件说明

  • CQPdemo.sln - 示例项目,可以直接在此基础上编写应用

  • 您可以编译为 com.example.democ.dll,与 CQPdemo/com.example.democ.json 一起放置在 酷Q 的 app 目录下测试

  • CQPdemo/com.example.democ.json - 样例应用的对应信息文件,包含应用的基础信息、事件列表等,请放置在 酷Q 的 app 目录下(无需使用的事件、菜单、权限请在此删除)

  • CQPdemo/cqp.h - 酷Q SDK 头文件,通常无需修改

  • CQPdemo/CQP.lib - CQP.dll 的动态连接 .lib 文件,便于 C、C++ 等调用 酷Q 的方法。

官方网站

注意

  • Playhi 分支是基于 CoolQSDK 2016年7月14日 的master分支版本修改而来,并在之后同步更新了 2016年8月31日 等标注 Sync 的master分支更新

  • 相较原SDK,本分支新增了包括但可能不限于:更多注释、更多命令(CQ_getRecord,CQ_sendLikeV2,CQ_getGroupMemberList)、更多细节变化

  • 部分修改内容未必经过完全测试,欢迎使用、提议、修改、完善SDK

English

Introduction

  • Use Visual C++ to write CoolQ Apps.

Status

  • Appveyor:Build status

Tutorials

Instruction

  • CQPdemo.sln - Example Project,you can write apps on this basis.

  • You can build the project to com.example.democ.dll,and test with CQPdemo/com.example.democ.json under the CoolQ APP folder.

  • CQPdemo/com.example.democ.json - The information file,includes the basic information and events list,etc.Please put it under the CoolQ APP folder with com.example.democ.dll (If some events,menus,permissions are not needed,please delete it).

  • CQPdemo/cqp.h - CoolQ SDK header files,generally do not need modify.

  • CQPdemo/CQP.lib - The static link library of CQP.dll,to make C and C++ call CoolQ more easily.

Websites

Cautions

  • The branch Playhi is based on the master branch of CoolQSDK on 2016-7-14,and has synced with the 2016-8-31 update of the master branch of CoolQSDK

  • Compared with the offical CoolQSDK,the branch Playhi added more commands(such as CQ_getRecord,CQ_sendLikeV2,CQ_getGroupMemberList),and more annotations,etc.

  • Some parts of the modified contents have not been completely tested.

  • Welcome you to use,suggest,modify,optimize and do more to improve the SDK.

About

CoolQ SDK for VC++ (Modified by Playhi)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.8%
  • C++ 45.2%