E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
coredll
调试VC的控制台程序,提示找不到mmvcr70.dll,mmvcp70.dll等。。。
“找不到
coredll
.dll”?
天下
·
2013-12-12 15:00
Wince 启动程序并最小化
[DllImport("
coredll
.dll",EntryPoint="ShowWindow",CharSet=CharSet.Auto)]publicstaticexternintShowWindow
jonzuo
·
2013-12-06 14:00
WinCE
windows mobile 禁止屏幕下方菜单栏的输入法等图标
源码入下:publicclassCntrolHelper { //需要usingSystem.Runtime.InteropServices; [DllImport("
coredll
.dll")] publicstaticexternboolEnableWindow
code_style
·
2013-08-13 22:00
生产成功,但点击EXE提示无法加载DLL"
coredll
.dll"找不到指定的模块(异常来自HRESULT:0x8007007E)
调试的时候是运行在wince下的,而我点击运行是直接打开的exe文件,是在winxp下,打开的exe文件,现在想想肯定报错啊,winxp核心库是kernel.dll而wince平台的核心库是
coredll
.dll
TongYu2009
·
2013-06-15 09:00
windows mobile 键盘钩子 屏蔽按键
注意: 这种方式可能会出一些意想不到的问题,比如在windowsmobile平台,直接在C#程序中使用
coredll
.dll的钩子,可能导致cursor显示不正常,C#程序中启动新的其他进程,返回时点按键可能导致程序卡死等其他问题
code_style
·
2013-06-05 13:00
wince获取屏幕分辨率
[DllImport("
Coredll
.dll")] publicstaticexternintGetSystemMetrics(intnIndex);使用时: intswidth
wwm402654282
·
2013-05-17 15:00
wince下使用C#打开一个外部程序
以打开一个IE为例,介绍如何在WinCE下使用C#来打开一个外部文件: usingSystem.Runtime.InteropServices; [DllImport("
coredll
.Dll",EntryPoint
wwm402654282
·
2013-05-17 15:00
mainWCRTStartup 与 wmain
TheCRun-TimeLibrariesforWindowsCE(CRT)providemanyusefulfunctionsthatcanmakeprogrammingmucheasier.TheCRTresidesintwocorelibraries,
COREDLL
.DLLandCORELIBC.LIB.YoucanlinktotheportionoftheCRTinCOREDLL.DLLb
talking12391239
·
2013-05-17 13:00
windows mobile 6.5 SystemParametersInfoString 的使用
privateconstintSPI_GETPLATFORMTYPE=257;[DllImport("
coredll
.dll",EntryPoint="SystemParametersInfo",SetLastError
code_style
·
2013-05-02 15:00
windows
.net
C#
mobile
compact
vs2008
Framewo
WEC7 Unable to IMPORT LIBRARY
COREDLL
.DLL
用TELECHIPS的WINCE7的BSP真是各种不爽啊,积郁已久,出来吐嘈下。这次又是奇怪的现象,将CE6上的程序,放到CE7上无法运行,提示UnabletoIMPORTLIBRARYCOREDLL.DLL。兼容性差也就不说了,自己移植QT的库上去的,以前都能正常运行的,加因为在定制系统的时候,加了STYLUS,屏幕校准程序,现在也报这个错。把系统改回来,QT程序倒是能正常运行了,但
abc19abc91
·
2013-04-16 15:00
qt
WinCE
获得.net控件的windows句柄的方法
复制代码代码如下:classWinAPI{[DllImport("
coredll
.dll")]privatestaticexternIntPtrSetCapture(IntPtrhWnd);[DllImport
·
2013-04-15 10:01
wince6.0操作系统架构
4443548WindowsEmbeddedCE6.0操作系统被实现为一种分层的架构,分别由内核模式层和用户模式层组成,其中内核模式层由OAL(OEM抽象层)、KITL(独立于内核的传输层)、操作系统内核、内核模式的
Coredll
wanghanjiett
·
2013-03-19 16:00
关于VS工程编译找不到DLL的解决办法 .
重装系统后又重装了VS2008 写了一个win32consoleapplication的helloworld做测试,结果提示“找不到
coredll
.dll”,下载到该dll到system32下,又提示找不到
SunCherryDream
·
2013-03-09 19:00
移植opencv2.3.0到wince6
前期工作:1、使用cmake2.8配置,去掉cuda、sse、sse2选项,修改/machine:X86为/machine:thumb,修改lib为
coredll
.libcorelibc.libole32
alien75
·
2012-12-30 12:00
wince 软键盘的开启和关闭
//软键盘[DllImport("
coredll
.dll")]publicexternstaticvoidSipShowIM(uintisFlag);SipShowIM(0x01);//开启软键盘SipShowIM
yeqi3000
·
2012-12-04 10:00
Wince 发声
[DllImport("
coredll
.dll", EntryPoint="MessageBeep", CharSet=CharSet.Unicode, CallingConvention=CallingConvention.Winapi
yeqi3000
·
2012-12-04 10:00
解决6410 WINCE6 应用层调用SetSystemPowerState api关机无效的问题
SetSystemPowerState(NULL,POWER_STATE_OFF,POWER_FORCE);注:该调用需要引用pm.h头文件,该头文件在wince600目录下可找到,同时需要使用#pragmacomment(lib,"
coredll
.lib
brantyou
·
2012-07-25 11:00
api
测试
null
Build
WinCE
winapi
打开和关闭输入法软键盘 .
msdn中这样描述: SipShowIMRequirementsOSVersions:WindowsCE2.10andlater.Header:Sipapi.h.LinkLibrary:
Coredll
.lib.Thisfunctionshowsorhidesthecurrentlyactivesoftware-bas
linghao00
·
2012-07-17 09:00
function
application
input
输入法
import
library
C#调用SetEvent-EventModify
windowsmobile系统
coredll
.dll并没有真正暴露SetEvent等函数,而是以EventModify替代了三个API。
zhang20072844
·
2012-05-29 15:00
function
String
api
C#
Integer
mobile
the difference between the SOURCELIBS and TARGETLIBS
比如
coredll
.lib就是这样的库文件。即动态链接。2SOURCELIBS,将库中的函数实体链接进来。即静态链接,用到的函数会在我们的文件中形成一份拷贝。
huangmeimao
·
2012-05-11 13:00
WINCE中只允许程序运行一个实例
.NETCF:[DllImport("
coredll
.Dll")] privatestaticexternintGetLastError(); [DllImport("
coredll
.Dll")] privatestaticexternintReleaseMutex
softn
·
2012-04-25 14:00
String
Security
null
Class
WinCE
attributes
EventModify
windowsmobile系统
coredll
.dll并没有真正暴露SetEvent等函数,而是以EventModify替代了三个API。
·
2011-12-31 12:00
event
有关wince下校准界面的修改
后编译出错或者调用不成功的话可以自己收到加载此函数如:typedefBOOL(WINAPI*_TouchCalibrate)(); HINSTANCEhinstance=LoadLibrary(_T("
coredll
.dll
lanyzh0909
·
2011-12-07 17:00
Flash
null
each
BT
WinCE
winapi
“找不到
coredll
.dll”????
重装系统后又重装了VS2008 写了一个win32consoleapplication的helloworld做测试,结果提示“找不到
coredll
.dll”,下载到该dll到system32下,又提示找不到
wishfly
·
2011-11-18 15:00
winCE嵌入式开发学习(二)--winCE的体系结构和功能
wince的层次体系结构应用程序层操作系统层OEM层硬件层应用层:包括Internet客户端服务,第三方应用程序,winCE应用程序,用户界面操作系统层:包括应用和服务、
CoreDLL
、对象存储、对媒体技术
zhang20072844
·
2011-07-23 11:00
wince使用PlaySound
头文件:#include"mmsystem.h"库文件:#pragmacomment(lib,"
coredll
.lib") ///这个地方注意,不是windows上面的winmm.libPlaySound
bigfish101
·
2011-04-19 11:00
WINCE中只允许程序运行一个实例
.NETCF:[DllImport("
coredll
.Dll")] privatestaticexternintGetLastError(); [DllImport("
coredll
.Dll")
dz45693
·
2011-04-11 14:00
wince 设置系统时间
[DllImport("
coredll
.dll",SetLastError=true)] publicstaticexternintSetLocalTime(refSystemTimelpSystemTime
zmq5411
·
2011-02-23 15:00
exception
struct
WinCE
wince6.0操作系统的架构
WindowsEmbeddedCE6.0操作系统被实现为一种分层的架构,分别由内核模式层和用户模式层组成,其中内核模式层由OAL(OEM抽象层)、KITL(独立于内核的传输层)、操作系统内核、内核模式的
Coredll
wzwind
·
2011-02-14 11:00
windows
shell
api
Microsoft
图形
WinCE
Error:Can’t find import 2508 in
coredll
.dll问题解决
首先通过vc6的depends工具打开
coredll
.dll文件,发现2508对应的是CeSafeCopyM
rightsoft
·
2011-01-08 13:34
职场
休闲
coredll
2508
Wince5 2440 加载sychip sdio_wifi驱动问题
Sysgen,问题出现了:Error:Can'tfindimport2696incoredll.dll,值得注意的是这个问题是出现在makeimage的时候,从字面意义上看,是没有找到
coredll
中的一个函数实现
rightsoft
·
2011-01-08 12:02
职场
休闲
驱动加载
sychip
Wince5
sdio_wifi
为CE6.0 Image添加IE Brower
CoreOSàCEBASEàInternetClientServicesàBrowserApplicationàInternetExplorer6.0forWindowsEmbeddedCE-StandardComponent为工程添加IE6.0的Feature,编译的时候build.log会出现如下的错误信息:
coredll
.def
daydayupfromnowon
·
2010-12-08 20:00
windows
image
api
IE
OS
关于
CoreDll
.dll 里面的API:FindWindow
最近在做WindowsMobile6.1/6.5的UIAutomation,其中涉及到一个很常用的API:FindWindow MSDN上的链接如下:http://msdn.microsoft.com/en-us/library/aa929233.aspx Syntax:HWNDFindWindow(LPCTSTRlpClassName,LPCTSTRlpWindowName); 这是个很简单的A
XinYaping
·
2010-11-10 01:00
windows
api
String
mobile
dialog
电话
控制Windows Mobile的LED 之一:基础函数
操作LED的API在
coredll
.dll里面有,只是在SDK里面没有声明。
zhandoushi1982
·
2010-10-30 21:00
c
windows
api
mobile
include
WINCE音量调节(适用于智能设备)
void UpdateVolumeFromRegistry(){HINSTANCE hLibrary = ::LoadLibrary(_T("
coredll
.dll"));if (NULL
wapysun
·
2010-09-27 17:00
WinCE
WINCE音量调节(适用于智能设备)
voidUpdateVolumeFromRegistry(){ HINSTANCEhLibrary=::LoadLibrary(_T("
coredll
.dll")); if(NULL==hLibrary
bigapple88
·
2010-09-27 17:00
通过vb.net程序隐藏wince系统的任务栏
PublicDeclareFunctionIsWindowVisibleLib"
coredll
.dll"(ByValhwndAsInteger)AsBooleanPublicDeclareFunctionFindWindowLib"
coredll
.dll
joyzml
·
2010-09-11 17:00
function
Integer
任务
button
VB.NET
WinCE
关于VS工程编译找不到DLL的解决办法
重装系统后又重装了VS2008 写了一个win32consoleapplication的helloworld做测试,结果提示“找不到
coredll
.dll”,下载到该dll到system32下,又提示找不到
Lamond_2010
·
2010-09-05 16:00
测试
application
System
dll
编译器
磁盘
c# 窗体全屏显示的完整范例
全屏窗体的完整方法:1.隐藏任务栏2.设置工作区域3.窗体最大化此方法通用wince/mobile/ppc,但api声明要修改为
coredll
.dll的引用。
wuyazhe
·
2010-07-12 10:00
object
String
shell
C#
user
button
动态加载和卸载字体
C#动态加载和卸载字体(以文件的方式)2009-07-0117:18因为是在CE里,所以是用
Coredll
PC机用的不是这个,可查MSDN [DllImport("
coredll
",EntryPoint
jiangxinyu
·
2010-05-13 11:00
exception
String
File
Delphi
initialization
fonts
增加RIL组件时编辑出现的问题
但是确总是编译不过去看根目录下的build.log:E:/WINCE600/OSDesigns/POS410/POS410/Wince600/E6000_ARMV4I/cesysgen/oak/lib/ARMV4I/debug/
coredll
_A
macrozhang001
·
2010-04-26 17:00
WINCE声音驱动模型概述(1)
1) 声音应用在使用WAVE接口函数的时候被
COREDLL
模块分了类:如果是简单的PCM数据,则直接进入ADM模块,进行SoftWareMixer或者连Mixer也省了,直接调用Driver放音;如果是压缩模式的数据则进入
xxxluozhen
·
2010-04-14 18:00
windows
manager
buffer
interface
audio
WinCE
WINCE声音驱动模型概述(1)
1) 声音应用在使用WAVE接口函数的时候被
COREDLL
模块分了类:如果是简单的PCM数据,则直接进入ADM模块,进行SoftWare Mixer或者连Mixer也省了,直接调用Driver放音;如果是压缩模式的数据则进入
tibaloga
·
2010-04-14 18:00
WinCE
结合romimage来分析WINCE下的PE文件特点
最近因为在了解BINFS的细节,所以利用这个机会来研究,在学习的过程中通过针对具体一个文件
coredll
.dll并结合romimage的日志进行分析可以说达到了预期目标。
alien75
·
2010-03-26 19:00
数据结构
image
header
import
WinCE
Descriptor
调用触摸屏校准程序
首先在头文件里加入函数指针定义: typedef BOOL (WINAPI*_TouchCalibrate)();2然后调用如下代码 HINSTANCE hInstance=LoadLibrary(_T("
coredll
.dll
joyzml
·
2010-03-15 16:00
c# 媒体应用,声音的应用
调用 声音 api useing System.Runtime.InteropServices; [DllImport("
CoreDll
.DLL", EntryPoint
moon5081
·
2010-03-02 14:00
C++
c
C#
class
COREDLL
解释
class
COREDLL
Fresnel { public: // Fresnel Interface virtual ~Fresnel(); virtual Spectrum
netalpha
·
2010-02-26 15:00
C++
c
C#
定时拍照功能
实现代码:publicpartialclassForm1:Form{/*[DllImport("
CoreDll
")]publ
xyz_lmn
·
2010-02-26 14:00
window
Class
public
拍照
休闲
Windows Mobile 6.5 控件风格(listview,menu,
通过分析,绘制函数必定在
coredll
中,查找
coredll
.def文件,发现三个函数。关于设置默认listview控件的方法见如下:ThesecretisintheextendedstyleLV
jinhaijian
·
2010-01-20 10:00
windows
ListView
mobile
border
menu
Primitive
Windows CE API机制初探
WindowsCEAPI机制初探整理:san创建:2005.07.06更新:2005.07.07--[目录 1-WindowsCE架构 2-列出所有系统API 3-WindowsCE的系统调用 4-
coredll
.dll
hejianhua
·
2009-12-07 11:00
windows
api
Interceptor
methods
winapi
Pointers
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他