资源简介
精品国产C++曲线绘制库CChart。
开源版本。
代码片段和文件信息
// FullTestAPI.cpp : Defines the entry point for the application.
//
#include “stdafx.h“
#include “resource.h“
#include “../SourceAPI/Plot/PlotInterface.h“
#ifdef _DEBUG
#pragma comment(lib“..\\SourceAPI\\Debug\\Plotd.lib“)
#else
#pragma comment(lib“..\\SourceAPI\\Release\\Plot.lib“)
#endif
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR sztitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; // The title bar text
// Foward declarations of functions included in this code module:
ATOM MyRegisterClass(HINSTANCE hInstance);
BOOL InitInstance(HINSTANCE int);
LRESULT CALLBACK WndProc(HWND UINT WPARAM LPARAM);
LRESULT CALLBACK About(HWND UINT WPARAM LPARAM);
评论
共有 条评论