Re: More accurate Timerevent



On 2006-11-24, nowhere@xxxxxxxxxxxxxx (81.5.166.183) wrote in
message <fSdmRZQy2XzN+g8yuLwf876U829i@xxxxxxx>

"Dirk Claessens" <No@xxxxxxxxxxx> wrote in message


Write a driver with Delphi? Sure...

Google for the DDDK (Delphi Driver Development Kit).

It's not perfect, but it does show you that it's possible, even with
Delphi 7.
It's all about getting the object files in the correct format and then
using the MS linker to create the sys file.


Thanks for the tip, I'll have a look into it.

--
Dirk.
No trees were killed in the creation of this message;
however, many electrons were terribly inconvenienced.
http://users.pandora.be/dirk.claessens2


.



Relevant Pages

  • Re: Delphi 2006 and C++
    ... > But it might be possible to create a project group with a C++ project, ... and make it use the generated obj files. ... You can already do that right now, using BCB and Delphi. ... problems with C++ object files, but C object files are OK. ...
    (borland.public.delphi.non-technical)
  • Re: Visual C++ LIB to Delphi
    ... > create a LIB file instead so I can embed it inside the EXE? ... Delphi linker doesn't understand C++ object files entirely, so the only thing you can link in are C ... Delphi entry point. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Using LIB Files in Delphi
    ... LIB file. ... See Delphi Project Options - there ... "Object file converter ... This utility can be used for converting object files between COFF/PE, ...
    (comp.lang.pascal.delphi.misc)
  • Re: Delphi 2006 and C++
    ... "C normally generates object files, that are to be linked to an executable. ... These can't be used in Delphi. ... files to OMF, so you will need the source, and a compiler that generates OMF ... The COFF format is much simpler than the Intel OMF, ...
    (borland.public.delphi.non-technical)