I try it but it's not work--

C:\lazarus_23\components\graphics32\GR32_System.pas(276,9) Fatal: Syntax error, 
"ASM" expected but "identifier MOV" found


I Try to add asm

function CPUID_Available: Boolean;
assembler;
asm
--------------
end;

It's still not work 

C:\lazarus_23\components\graphics32\GR32_System.pas(276,1) Fatal: Selected 
assembler reader not supported


Micha Nelissen <[EMAIL PROTECTED]> wrote: Darmawan Sugiarto wrote:
> function CPUID_Available: Boolean;

Try:

function CPUID_Available: Boolean; assembler;

perhaps add nostackframe; to suppress a stack frame if you want that.

Micha

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives



=============INTOSOFT============
           ALEXIO CHAOS
   [EMAIL PROTECTED]   
          Yahoo Messager
=================================
       
---------------------------------
Building a website is a piece of cake. 
Yahoo! Small Business gives you all the tools to get online.

Reply via email to