Dephi中安装"dpk"包文件时弹出".. because it is not a design time package"的对话框.

描述:

Dephi中使用"dpk"包文件时点击"Compile"成功,点击"Install"弹出"dcGDIPlusD7.bpl can’t be installed because it is not a design time package"的对话框,怎么解决?这外包文件是从网上下的一个包文件.

解决方法:
在"Compile"和"Install"旁边有一个options点开后,选择design time 选 项重新安装就可以,也可以选择另一个design and run time,一共三个选项,另一个是run time
时间: 2024-08-03 16:47:20

Dephi中安装"dpk"包文件时弹出".. because it is not a design time package"的对话框.的相关文章

在eclipse中创建maven webapp项目时弹出错误-解决办法

在eclipse中创建maven webapp项目时报错: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0 from any of the configured repositories. 问题产生原因:是因为本地仓库中缺少了maven-archetype-webapp包,也可能这个包下载不完全,比如:只有pom文件,或只有jar包文件等   [包路径为:C:\Users\xxx

myeclipse新建jsp文件时弹出默认模板,怎么改成自己修改后的

(1)打开Window--Preferences (2)选择MyEclipse--Filed andEditors--JSP--JSP Source--Templates 看到右边的New Jsp编辑即可 (3)更改Jsp 位置编码,默认就会是UTF-8

VS2012与VS2015同时安装用VS2012创建MFC程序时弹出编译错误”fatal error C1083: 无法打开包括文件:“mprapidef.h”: No such file or directory”的解决办法

在WIndows 7操作系统上同时安装VS2012与VS2015并用VS2012创建MFC程序时弹出编译错误"fatal error C1083: 无法打开包括文件:"mprapidef.h": No such file or directory"的解决办法: I installed vs2015 and vs2012, then the same problem occurs,however, I find a solution. open visual stud

报错:此版本的SQL Server Data Tools与此计算机中安装的数据库运行时组件不兼容

在Visual Studio 2012中使用Entity Framework,根据模型生成数据库时,报如下错误: 无法在自定义编辑器中打开Transact-SQL文件此版本的SQL Server Data Tools与此计算机中安装的数据库运行时组件不兼容 解决办法:下载"Server Data Tools for Visual Studio 2012" ,并安装,重新启动Visual Studio 2012.

VS2015+OpenGL4.0开发编译时弹出错误:glaux.lib(tk.obj) : error LNK2019: 无法解析的外部符号 _sscanf,该符号在函数 [email protected] 中被引用

一.问题描述: VS2015+OpenGL4.0开发编译时弹出如下所示的错误: 1>glaux.lib(tk.obj) : error LNK2019: 无法解析的外部符号 _sscanf,该符号在函数 [email protected] 中被引用 1>glaux.lib(tk.obj) : error LNK2019: 无法解析的外部符号 _vsprintf,该符号在函数 _PrintMessage 中被引用 二.问题原因: VS2015默认编译时将许多标准库采用内联方式处理,因而没有可以链

实现在 .net 中使用 HttpClient 下载文件时显示进度

原文:实现在 .net 中使用 HttpClient 下载文件时显示进度 在 .net framework 中,要实现下载文件并显示进度的话,最简单的做法是使用 WebClient 类.订阅 DownloadProgressChanged 事件就行了. 但是很可惜,WebClient 并不包含在 .net standard 当中.在 .net standard 中,要进行 http 网络请求,我们用得更多的是 HttpClient.另外还要注意的是,UWP 中也有一个 HttpClient,虽然

CorePlot学习六---点击scatterPlot中的symbol点时弹出相应的注释

由于项目需要用到用户点击 symbol时,弹出相应的详细信息,发现国内讲解的比较少,经过一番搜索验证终于解决,先看效果图: 具体需要修改的代码如下: 首先要引用委托方法:CPTScatterPlotDelegate.CPTPlotSpaceDelegate 完成如下: #pragma mark - #pragma mark CPTPlotSpaceDelegate methods -(BOOL)plotSpace:(CPTPlotSpace *)space shouldHandlePointin

在项目中安装第三方包-虚拟环境

1. 创建虚拟环境 (1)安装虚拟环境 linux: pip3 install virtualenv pip3 install virtualenvwrapper   [虚拟环境的工具包] windows: pip3 install virtualenv (2)virtualenv的基本使用 Linux: Windows: 创建虚拟环境:virtualenv venv 指定python解释器:virtualenv -p "....\python.exe" venv 激活虚拟环境:act

Ubuntu中安装squid包,显示package 'squid' has no installation candidate

命令行:sudo apt install squid 提示错误:package 'squid' has no installation candidate 尝试命令:sudo apt-get install squid 出现错误提示:Unable to locate pakage squid 输入:sudo apt-get update   进行更新后 再次输入:sudo apt-get install squid      下载成功 查看squid软件包信息:sudo apt-get inst