| Author |
interupts in clarion
|
|
| festrada 2006-05-14, 9:55 pm |
| Hie all
Does anyone know how to create and implement interupts in clarion.
Thanks in advance
Regards
Francisco
| |
| sandinzz@yahoo.com 2006-05-15, 3:55 am |
| Hi. Francisco.
See "Reference Menu Items from Child MDI" topic on this group and
you'll find basic info about interupts. Zoran Sandin
| |
| festrada 2006-05-15, 9:55 pm |
| HI ALL
I'M TRYING TO PICK THE BIOS SIGNATURE (FE00:0) AND THE BIOS DATE (FFFF:5)
FOR A SOFTWARE PROTECTION SCHEMA, I DID IT IN CLARION 2.XX VIA ASSEMBLER,
AND IN CLARION 4XX WITH PEEK, BUT PEEK WORKS NO MORE IN CLARION 6
I NEED A SMALL ASSEMBLER FUNCTION AND THE .INC TO SEE HOW TO DO IT.
IF SOMEONE CAN HELP ME, I WILL HAPPY GIVE THE PROTECTION SCHEMA.
REGARDS
FRANCISCO ESTRADA
mail@construdata.org
| |
| sandinzz@yahoo.com 2006-05-16, 3:55 am |
| Hi.
Visit
http://msdn.microsoft.com/library/d.../win32_bios.asp
and similar. There is description of Win32_BIOS class (and similar
classes - Computer System hardware Classes)
which probably contains needed information. There are some examples in
C++ and requirements (.dll)
which will help you to solve the problem. Let us know. Zoran
|
|
|
|