10 2014 档案
摘要:所有图片来自网络, 版权归原始所有者拥有.JLink V5JLink V6JLink V7JLink V8JLink V9JLink UltraJLink Pro
阅读全文
摘要:
阅读全文
摘要:http://fallenwind.spaces.eepw.com.cn/articles/article/item/59116标题:我的jlink破解失败经历2009-07-12 01:16:56我的jlink破解失败经历作者: 苦丁茶我的jlink破解失败经历 请谨慎尝试邮购了一个d版的jlin...
阅读全文
摘要:关于J-LINK升级最新固件后无法连上的一点分析昨天升级了最新的 Keil MDK 4.53,怕它老是提示 J-Link 要升级,就去 SEGGER 的网站下了个最新版的 J-Link 软件包(4.46F 版的),装好后运行 J-Link Commander 提示要升级固件。以前一直是刷的,没有问题...
阅读全文
摘要:打开J-LINKCOMMANDER中输入exec setsn=xxxxxxxx 即可
阅读全文
摘要:JLink v8克隆版破解向导摘要Jlink 4.5版本之后驱动会识别老的克隆版的JlinkV8,Jlink软件在启动时会提示为克隆版本后退出。目前主流的破解方式主要有两种:方法一,继续使用老版本的DLL链接库;方法二,更新固件。方法一的好处在于可以不用更新JlinkV8的固件,但也限制了对Jlin...
阅读全文
摘要:https://github.com/fancycode/MemoryModuleMemoryModuleis a library that can be used to load a DLL completely from memory - without storing on the disk ...
阅读全文
摘要:WisdomPluginFramework是融合OSGI微内核理念 + Eclipse的扩展点概念而精心设计的轻量级插件框架,由Delphi实现,但可以使用于Delphi、BCB、VC++中,提供非常强大灵活的插件调度能力,让你充分享受插件式编程的乐趣。http://www.cnblogs.com/...
阅读全文
摘要:http://delphi.about.com/od/windowsshellapi/l/aa040803a.htmHow to register (and unregister) OLE controls such as dynamic-link library (DLL) or ActiveX ...
阅读全文
摘要:前言 我写Delphi程序是从MIS系统入门的,开始尝试子系统划分的时候采用的是MDI窗体的结构。随着系统功能的扩充,不断有新的子系统加入系统中,单个工程会变得非常大,每次做一点修改都要重新编译,单个工程的形式也不利于团队协作。为了提高工作效率,我希望利用DLL动态链接库的形式实现插件结构的编程。...
阅读全文
摘要:Delphi插件创建、调试与使用应用程序扩展翻译 : MiracleZ 有没有使用过Adobe Photoshop?如果用过,你就会对插件的概念比较熟悉。对外行人来说,插件仅仅是从外部提供给应用程序的代码块而已(举个例子来说,在一个DLL中)。一个插件和一个普通DLL之间的差异在于插件具有扩展父应用...
阅读全文
摘要:深入Delphi下的DLL编程作者:岑心引 言相信有些计算机知识的朋友都应该听说过“DLL”。尤其是那些使用过windows操作系统的人,都应该有过多次重装系统的“悲惨”经历——无论再怎样小心,没有驱动损坏,没有病毒侵扰,仍然在使用(安装)了一段时间软件后,发现windows系统越来越庞大,操作越来...
阅读全文
摘要:http://delphi.about.com/od/objectpascalide/a/errorexception.htmUnfortunately, building applications includes coding.Regardless of how carefully you wr...
阅读全文
摘要:http://www.delphisources.ru/pages/faq/master-delphi-7/content/LiB0104.htmlBeside this introductory example, you can do a few extra things with dynamic...
阅读全文
摘要:How to put a relative path for a DLL statically loaded?I have a DLL made in Delphi 7/Windows XP that I want to statically load in a host application o...
阅读全文
摘要:一 Dll的制作一般分为以下几步:1 在一个DLL工程里写一个过程或函数2 写一个Exports关键字,在其下写过程的名称。不用写参数和调用后缀。二 参数传递1 参数类型最好与window C++的参数类型一致。不要用DELPHI的数据类型。2 最好有返回值[即使是一个过程],来报出调用成功或失败,...
阅读全文
摘要:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Pathshow to load BPLs without writing them in the system directory or in the applicat...
阅读全文
摘要:http://msdn.microsoft.com/en-us/library/windows/desktop/ms682586(v=vs.85).aspxA system can contain multiple versions of the same dynamic-link library ...
阅读全文
摘要:http://stackoverflow.com/questions/2043/can-a-windows-dll-retrieve-its-own-filenameA windows exe file has access to the command string which invoked i...
阅读全文
摘要:http://www.delphipages.com/forum/showthread.php?t=58391Hi,How would I restrict a form from being resized smaller than say a height of 400 and a width ...
阅读全文
摘要:https://code.google.com/p/vsprog/CLI program support USB_TO_XXX of Versaloon. Support AVR_ISP/JTAG, S51_ISP, C8051F_JTAG/C2, STM32_ISP, MSP430_JTAG, P...
阅读全文
摘要:http://delphi.about.com/cs/adptips2004/a/bltip0504_4.htmWhen using ShellExecute (as explained in the above article) to open a web site or a htm file w...
阅读全文
摘要:Using an open debug interconnect model to simplify embedded systems designTom Cunningham, Freescale SemiconductorAUGUST 29, 2007Technology people are ...
阅读全文
摘要:http://www.chami.com/tips/delphi/112696D.htmlSometimes it's necessary to pass undefined number of [different type] variables to a function-- look at F...
阅读全文
摘要:线程中CreateEvent和SetEvent及WaitForSingleObject的用法首先介绍CreateEvent是创建windows事件的意思,作用主要用在判断线程退出,程锁定方面.CreateEvent函功能描述:创建或打开一个命名的或无名的事件对象.EVENT有两种状态:发信号,不发信...
阅读全文
摘要:http://www.aha-soft.com/faq/delphi-imagelist-png.htmQuery:"Embarcadero Delphi ImageList does not show transparent PNG icons correctly. How to fix it?"...
阅读全文
摘要:How to let TVirtualStringTree to display an icon in disabled state?I need to display files in a directory to a TVirtualStringTree.So, I use SHGetFileI...
阅读全文
摘要:http://blog.csdn.net/wishfly/article/details/3726985你在主线程用了WaitForSingleObject,导致了消息循环的阻塞,界面假死。然后在线程中调用了SetDlgItemText,而SetDlgItemText实际上调用的是SendMessa...
阅读全文
摘要:http://users.atw.hu/delphicikk/listaz.php?id=2471&oldal=52Problem/Question/Abstract:What are the new virtual styles in the TListbox for, and whay are ...
阅读全文
摘要:QuestionDoes anyone know the fastest way to read large text files (10Mb) into a string.Readlnis just too slow.Answer 1You may try this:function R(cons...
阅读全文
摘要:ByHellinger Software.Class to handle text files as memory mapped files.Including efficient methodes for access like sequentiell reador random access r...
阅读全文
摘要:http://forum.codecall.net/topic/75946-autocomplete-tedit/OverviewAutocompletefeature really helpful for us speeding up our typing job.For you who is n...
阅读全文
摘要:I would like a user to be able to type in the second or third word from aTComboBoxitem and for that item to appear in theAutoSuggestdropdown optionsFo...
阅读全文
摘要:unit Searches;(*-----------------------------------------------------------------------------*| Components TSearch & TFileSearch ...
阅读全文
摘要:------------------------ Standard Tab ------------------------ mm TMainMenu pm TPopupMenu mmi TMainMenuItem pmi TPopupMenuItem lbl TLabel edt ...
阅读全文
摘要:The most complex process in Virtual Treeview is without doubts its painting.Read here what stages Virtual Treeview enters during paint and how you can...
阅读全文
摘要:http://fit.c2.com/fit/files/LispPlatform/lisp/clisp-2.28/src/errwin32.d # Calls a function, passing it information about a Win32 error code. # get_O...
阅读全文
摘要:http://blog.csdn.net/dongyonggan/article/details/5780979用法:ASSERT(表达式)如果为假,ASSERT会产生一个EASSERTIONFAiled异常,显示为Assertion Failed (C:/src/unit1.pas, [size=...
阅读全文
摘要:delphi中类引用的使用实例类引用类引用(Class Reference)是一种数据类型,有时又称为元类(MetaClass),是类的类型的引用。类引用的定义形式如下: class of type例如:type SomeClass = class of TObject;var AnyObj...
阅读全文
摘要:http://blog.csdn.net/henreash/article/details/3183119Delphi中有一个线程类TThread是用来实现多线程编程的,这个绝大多数Delphi书藉都有说到,但基本上都是对TThread类的几个成员作一简单介绍,再说明一下Execute的实现和Syn...
阅读全文
摘要:http://www.2ccc.com/btdown.asp?articleid=5953ftp://download:S3cirpYW3DoR@www.2ccc.com/vcl/system/20120301114502_ThreadPool.rarDelphi线程池控件说明:模仿.Net的Thr...
阅读全文
摘要:http://sourceforge.net/projects/threadpoolpas/http://hivelocity.dl.sourceforge.net/project/threadpoolpas/ThreadPool-1.0.6%20%28with%20compiled%20examp...
阅读全文
摘要:http://pages.videotron.com/aminer/threadpool.htmhttp://pages.videotron.com/aminer/zip/threadpool.zipFPC Pascal v2.2.0+ / Delphi 5+http://pages.videotr...
阅读全文
摘要:http://blog.sina.com.cn/s/blog_6250a9df0101kref.html在网上查找Delphi线程池,结果发现寥寥无几。看了半天源代码,弄得一头雾水,觉得不容易理解和使用,于是自己想写一个线程池。什么样的线程池更好呢?我觉得使用起来要可靠,并且一定要简单,这样才是更好...
阅读全文
摘要:http://www.delphi2007.net/delphiblog/html/delphi_2004511950333715.html前言 近期,一直在使用 C++ 与 Object Pascal (后面简称 OP)深入学习面向对象编程(Object-Oriented Programmi...
阅读全文
摘要:Cannot terminate an externally created thread ?The VCL has a new TExternalThread class which derives from TThreadand can be attached to an existing Wi...
阅读全文
摘要:http://www.delphicorner.f9.co.uk/articles/apps7.htmTrapping Messages Sent to an ApplicationI wrote code for the OnMessage event handler of Application...
阅读全文
摘要:http://www.techques.com/question/1-3788743/Correct-thread-destroyHello At my form I create TFrame at runtime.At this frame I create background thread ...
阅读全文
摘要:http://www.techques.com/question/1-3627743/Delphi-thread-exception-mechanismi have a dilema on how threads work in delphi, and why at a moment when a ...
阅读全文
摘要:Understanding the Message-Handling Systemhttp://docwiki.embarcadero.com/RADStudio/XE7/en/Understanding_the_Message-Handling_SystemAll VCL classes have...
阅读全文
摘要:http://www.techques.com/question/1-4073197/How-do-I-send-and-handle-message-between-TService-parent-thread-and-child-thread?I took a look at OmniThrea...
阅读全文
摘要:http://www.techques.com/question/1-10415481/How-can-I-terminate-a-thread-that-has-a-seperate-message-loopI am writing a utility unit for theSetWindows...
阅读全文
摘要:Thread message loop for a thread with a hidden window?I have a Delphi 6 application that has a thread dedicated to communicating with a foreign applic...
阅读全文
摘要:http://blog.csdn.net/byxdaz/article/details/5638680用户模式的线程同步机制效率高,如果需要考虑线程同步问题,应该首先考虑用户模式的线程同步方法。但是,用户模式的线程同步有限制,对于多个进程之间的线程同步,用户模式的线程同步方法无能为力。这时,只能考虑...
阅读全文
摘要:http://delphi.cjcsoft.net//viewthread.php?tid=635在delphi线程中实现消息循环在delphi线程中实现消息循环Delphi的TThread类使用很方便,但是有时候我们需要在线程类中使用消息循环,delphi没有提供.花了两天的事件研究了一下win3...
阅读全文
摘要:http://www.xuebuyuan.com/1889769.htmlClasses单元的AllocateHWnd函数是需要传入一个处理消息的类的方法的作为参数的,原型:function AllocateHWnd(Method: TWndMethod): HWND;很多时候,我们想要创建一个窗口...
阅读全文
摘要:http://www.txsz.net/xs/delphi/3/Windows%20%E6%B6%88%E6%81%AF%E6%9C%BA%E5%88%B6.htmWindows 消息机制by machine大家是不是很奇怪为什么我还没说到Delphi的控件呢?不过不用着急,有关深入控件的内容,将会...
阅读全文
摘要:Here's an interesting customer question:Windows hasPostMessageandSendMessage. It also hasPostThreadMessagebut noSendThreadMessage. Why isn't there aSe...
阅读全文
摘要:http://delphi.about.com/od/windowsshellapi/a/wm_copydata.htmhere are many situation when you need to allow for two applications to communicate. If you...
阅读全文
摘要:http://delphi.about.com/od/windowsshellapi/l/aa093003a.htmPage 1: How Delphi dispatches messages in windowed applicationsArticle submitted byCatalin I...
阅读全文
摘要:http://delphi.about.com/od/windowsshellapi/a/receive-windows-messages-in-custom-delphi-class-nonwindowed-control.htmWindows messagesare a key ingredie...
阅读全文
摘要:http://www.delphidabbler.com/articles?article=1Why do it?Sometimes we need a non-windowed component (i.e. one that isn't derived fromTWinControl) to r...
阅读全文
摘要:http://www.thedelphigeek.com/2007/06/allocatehwnd-is-not-thread-safe.htmlhttp://gp.17slon.com/gp/files/dsiwin32.zipAllocateHwnd is not Thread-Safe[Thi...
阅读全文
摘要:http://forums.devart.com/viewtopic.php?t=16907type tagTHREADNAME_INFO = record dwType : LongWord; // Must be 0x1000. szName : PAnsiCha...
阅读全文
摘要:http://bbs.ednchina.com/BLOG_ARTICLE_3005455.HTMVC中WM_CLOSE、WM_DESTROY、WM_QUIT消息出现顺序及调用方式wxleasyland@sina.com2012.7wxleasyland试验:一、VC建的标准WIN32-HELLO W...
阅读全文
摘要:https://www.autoitscript.com/autoit3/docs/appendix/WinMsgCodes.htmWM_ACTIVATE 0x0006WM_ACTIVATEAPP 0x001CWM_A...
阅读全文
摘要:http://www.cybletter.com/index.php?id=3http://www.cybletter.com/index.php?id=30Source Codehttp://www.cybletter.com/index.php?s=file_download&id=3Full ...
阅读全文
摘要:http://www.paradicesoftware.com/blog/2014/02/dont-use-suspend-and-resume-but-dont-poll-either/Don’t use Suspend and Resume, but don’t poll either.Cate...
阅读全文
摘要:http://embarcadero.newsgroups.archived.at/public.delphi.rtl/201112/1112035763.html> Hi,>> What is the difference between these two definitions:>> TThr...
阅读全文
摘要:http://www.codeproject.com/Articles/36184/Simple-Worker-Thread-ClassIntroductionMany times we need to create worker threads and generally we want to w...
阅读全文
摘要:http://www.delphiarea.com/products/delphi-components/backgroundworker/Background Worker Component(18.1 KiB, Last updated on December 6, 2008)Source co...
阅读全文