登录
首页 » ADO-ODBC » 如果你的应用程序使用MFC共享DLL,然后你的应用程序是在一个语言…

如果你的应用程序使用MFC共享DLL,然后你的应用程序是在一个语言…

于 2022-04-14 发布 文件大小:2.64 MB
0 97
下载积分: 2 下载次数: 1

代码说明:

If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VB将数据输出到WORD和EXCEL中
    VB将数据输出到WORD和EXCEL中-VB data output to Word and Excel
    2022-06-28 06:26:04下载
    积分:1
  • CE数据库操作代码,用ado
    CE数据库操作代码,用ado-CE database operation code using ado
    2023-08-18 02:35:03下载
    积分:1
  • sybase数据库的使用文档,包括命令,函数,存储过程,错误等...
    sybase数据库的使用文档,包括命令,函数,存储过程,错误等-the use of documents, including orders, functions, stored procedures, error
    2023-03-23 02:35:03下载
    积分:1
  • 1. Since this program uses the DAO class, type only supports Access97 database....
    1.由于本程序使用的DAO类,该类仅支持Access97的数据库。所以在使用本程序时必需是Access97数据库。 2.Access2000转换成Access97的方法是:打开Access2000数据库,单击菜单“工具数据库实用工具转换数据库到早期Access数据库版本”。-1. Since this program uses the DAO class, type only supports Access97 database. Therefore, in using this procedure is necessary Access97 database. 2.Access2000 converted into Access97 method is: Open ACCESS2000 database, click menu
    2022-03-31 01:16:29下载
    积分:1
  • 在Windows系统的管理工具中,选择Internet信息服务,进入web页面管理界面。设置默 认web站点的路径为本目录的绝对路径。 确保您的机器上安装了SQ...
    在Windows系统的管理工具中,选择Internet信息服务,进入web页面管理界面。设置默 认web站点的路径为本目录的绝对路径。 确保您的机器上安装了SQL Server 2000或以上的版本,建立一个新的数据库ASPData,再将 存放在datasource子目录下的mydb_1文件导入到新建的数据库中,并进行还原备份。-on Windows systems management tool, select Internet Information Services, access web pages management interface. Web site set up by default the path to catalog the full path. To ensure that your machine installed SQL Server 2000 or more versions, the creation of a new database ASPData and then stored in a subdirectory under the datasource mydb_1 documents imported into the new database, backup and restore.
    2023-01-19 09:50:03下载
    积分:1
  • 给出一个在vb。net下访问sql数据库的类,包含多个过程,使用存储过程进行工作...
    给出一个在vb。net下访问sql数据库的类,包含多个过程,使用存储过程进行工作-Gives a vb. net to access sql database class, contain multiple processes, use stored procedures to work
    2022-10-08 10:15:03下载
    积分:1
  • 在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现...
    在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据库的访问。另外,如果用户自己编写了.chm的帮助文档只要和可执行文件放在同一个目录下就可以了。-the ODBC data source added within the Microsoft Access database train.m db, and data from the source can be set to train database, and application of the normal link normal procedures can achieve database. In addition, If the users themselves prepared. chm help files and executable files provided on the same directory on it.
    2022-04-01 19:09:23下载
    积分:1
  • 使用ADO操作数据库,ADO是基于COM,COM有许多优点…
    使用ADO操作数据库,ADO技术是基于COM,具有COM组件的诸多优点,被多种语言支持-operate the database using ADO, ADO is based on the COM, COM has many advantages, being multilingual support
    2023-02-20 06:45:03下载
    积分:1
  • 使用ADO的数据复制原型 这是一个几乎在七年前我试图做的数据复制原型。它的一些部份可能仍然很有趣。最初,它使用了一个建造在ODBC上的的专有库,但是它可被容易地
    使用ADO的数据复制原型 这是一个几乎在七年前我试图做的数据复制原型。它的一些部份可能仍然很有趣。最初,它使用了一个建造在ODBC上的的专有库,但是它可被容易地修改以使用任何的数据库接口层。 演示例子使用ADO和MSDEV 中自带 Nwind.mdb MS Access数据库。 这个原型引擎使用一个实际的或者人工制定的唯一的数据库内索引来标识一个记录。 在插入记录时可以正确处理Auto-Number或Counter数据类型。通过初始化复制条目集合或复制器类的Init方法中的链接描述符来执行复制计划。参考DemoCopyHelper.cpp这个例子. - Uses ADO data duplication prototype this nearly the data duplication prototype which I attempts in seven years ago to do. Its some parts still very were possibly interesting. At first, it has used a construction on ODBC appropriation storehouse, but it may easily revise uses any database interface level. The demonstration example uses in ADO and MSDEV brings Nwind.mdb MS the Access database. This prototype engine uses to be actual or in the artificial formulation only database the index marks a record. When inserts the record may correctly process Auto-Number or the Counter data type. Gathers or in the duplication kind of Init method link description symbol through the initialization duplication claus
    2022-08-04 03:22:56下载
    积分:1
  • vc ado方式使用access储存图片非原创
    vc ado方式使用access储存图片非原创-vc ado use access stored images of non-original
    2022-07-24 14:54:14下载
    积分:1
  • 696518资源总数
  • 105717会员总数
  • 10今日下载