代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/478844/6704935
cpp printsendlist.cpp
// PrintSendList.cpp : 实现文件
//
#include "stdafx.h"
#include "PrintSendList.h"
#include "printrx.h"
extern _ConnectionPtr pMyConnect;
extern CString str_select_outcomecompany;
extern CString
www.eeworm.com/read/340815/12132684
h dboperator.h
#pragma once
#include
#include
class CDbOperator
{
public:
SQLHENV henv;
SQLHDBC hdbc;
BOOL m_bLink;
public:
CDbOperator();
CDbOperator(CString strDSN, CString s
www.eeworm.com/read/336360/12448608
h dboperator.h
#pragma once
#include
#include
class CDbOperator
{
public:
SQLHENV henv;
SQLHDBC hdbc;
BOOL m_bLink;
public:
CDbOperator();
CDbOperator(CString strDSN, CString s
www.eeworm.com/read/117691/14908674
h finfdlg.h
#pragma once
#include "afxwin.h"
// CFINFDlg 对话框
class CFINFDlg : public CDialog
{
DECLARE_DYNAMIC(CFINFDlg)
public:
CFINFDlg(CWnd* pParent = NULL,CString name = _T(""),CString path =
www.eeworm.com/read/117691/14908676
h dinfdlg.h
#pragma once
#include "afxwin.h"
// CDINFDlg 对话框
class CDINFDlg : public CDialog
{
DECLARE_DYNAMIC(CDINFDlg)
public:
CDINFDlg(CWnd* pParent = NULL,CString name = _T(""),CString path =
www.eeworm.com/read/202672/5047085
ui qg_linepolygon2options.ui
QG_LinePolygon2Options
QG_LinePolygon2Options
www.eeworm.com/read/183001/5260216
source create_function_1.source
--
-- CREATE_FUNCTION_1
--
CREATE FUNCTION widget_in(cstring)
RETURNS widget
AS '@abs_builddir@/regress@DLSUFFIX@'
LANGUAGE 'C' STRICT;
CREATE FUNCTION widget_out(widget)
RETURNS cstring
www.eeworm.com/read/300084/3848225
cpp localization.cpp
#include "stdafx.h"
#include "Localization.h"
#include "Resource.h"
CString RToS(unsigned int id)
{
CString msg;
msg.LoadString(id);
return msg;
}
MTSTRING getAllExceptionString(const