代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/284131/8963694
h port.h
/*------------------------------------------------------------------*-
Port.H (v1.00)
------------------------------------------------------------------
'Port Header' (see Chap 5) for
www.eeworm.com/read/382761/9001477
cpp asockview.cpp
// AsockView.cpp : implementation of the CAsockView class
//
#include "stdafx.h"
#include "Asock.h"
#include "AsockDoc.h"
#include "AsockView.h"
#include "MySocket.h"
#ifdef _DEBUG
#define
www.eeworm.com/read/283190/9037048
txt isam插入错误.txt
关与ISAM插入错误,可通过Data控件属性-><mark>Connect</mark>识别.在<mark>Connect</mark> list内没有Access 2000;选项,而原程序所用的正是ACCESS2000文件.
解决方案:运行vs60sp5(142m)后,ISAM插入错误消失.
有两种可能:
1、没有安装相应的数据库驱动程序。你可以使用RegEdit查看HKEY_LOCAL_MACHIN ...
www.eeworm.com/read/183452/9158365
cpp mainprogram.cpp
// Qt includes
#include
// local includes
#include "MainProgram.h"
#include "MainWindow.h"
#include "QtCvWrapper.h"
//////////////////////////////////////////////////////
www.eeworm.com/read/183452/9158422
cpp mainwindow.cpp
#include "MainWindow.h"
#include "ImageLabel.h"
#include
#include
#include
///////////////////////////////////////////////////////
www.eeworm.com/read/181751/9238816
cpp mainwindow.cpp
/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2001 Christian Hohnstaedt.
*
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/181687/9240765
h hredirect.h
#ifndef HREDIRECT_H_INCLUDED
#define HREDIRECT_H_INCLUDED
#include "hsyscalls.h"
#undef select
#define select Hselect
#ifdef HAVE_POLL
#undef poll
#define poll Hpoll
#endif
#undef socket
#define socke
www.eeworm.com/read/376170/9328144
cpp qgo_interface.cpp
/*
* qgo_interface.cpp - qGoClient's interface to qGo
*/
#include "qgo.h"
#include "mainwindow.h"
#include "qgo_interface.h"
#include "tables.h"
#include "defines.h"
#include "globals.h"
#include
www.eeworm.com/read/375797/9349305
inf usbmot2000.inf
; Windows 2000 USB Modem Setup File
; Copyright (c) 2003 Motorola Inc.
; Manufacturers: Motorola
[Version]
Signature="$CHICAGO$"
Class=Modem
ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
P
www.eeworm.com/read/179157/9367923
h ctrl.h
#ifndef __CTRL_H
#define __CTRL_H
#include "sl_types.h"
#include "sl_main.h"
#define APSERVER_FILE "etc/apserver"
#define APGROUP_FILE "etc/apgroup"
#define DELIMITER ':'
#define MAXSVRNUM 100
#de