madKernal in C++

delphi package - easy access to kernel objects etc.
Post Reply
thiyagu135
Posts: 4
Joined: Thu Jul 10, 2008 10:56 am
Location: India

madKernal in C++

Post by thiyagu135 »

Hello!
I want to know how to use madKernal into c++.The package contains .pas,.dpk.inc files.how to use the Iprocess into c++?
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Sorry for the extremely late reply - missed your thread somehow!

madKernel should automatically work in BCB5 and higher. Just add "#include "madKernel.h"" do your source code. madKernel can not be used from MSVC++, though, unfortunately.
1697
Posts: 5
Joined: Thu Oct 26, 2017 11:49 am

Re: madKernal in C++

Post by 1697 »

Hello,

I need madkernel.pas file for delphi 7 please share the download link...

Thank you in advance...
Urgent...plz
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Re: madKernal in C++

Post by madshi »

1697
Posts: 5
Joined: Thu Oct 26, 2017 11:49 am

Re: madKernal in C++

Post by 1697 »

thanks a lot for your response ......

Your code is too heavy hard to understand,

could you make a video explaining the uCPUUsage project ...

Thanks in advance...
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Re: madKernal in C++

Post by madshi »

1697 wrote:could you make a video explaining the uCPUUsage project ...
I don't know any uCPUUsage project. What are you talking about?
1697
Posts: 5
Joined: Thu Oct 26, 2017 11:49 am

Re: madKernal in C++

Post by 1697 »

I am talking about the project that can be used to list running process with CPU usage...
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Re: madKernal in C++

Post by madshi »

I don't know that project.
1697
Posts: 5
Joined: Thu Oct 26, 2017 11:49 am

Re: madKernal in C++

Post by 1697 »

ok fine ...

I am using madkernel.pas file to get the running process with CPU usage.

I need explanation for your madkernel.pas file

for what purposes this .pas file would be used ...
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Re: madKernal in C++

Post by madshi »

The documentation is available here:

http://help.madshi.net/madKernel.htm

If you have specific questions, let me know.

FWIW, madKernel itself does not offer CPU usage related functionality.
1697
Posts: 5
Joined: Thu Oct 26, 2017 11:49 am

Re: madKernal in C++

Post by 1697 »

ok thank you for your support ...

:D
Post Reply