http://GameProgrammer.Com

Programming

GP Mailing List
     Thread Index
     Date Index

ATXGPSIG List
     Thread Index
     Date Index

Google
>

Home

Wise2Food



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C++ errors



this may be the answer...hope so

The built-in assembler detected an illegal combination of registers in
an instruction.
These are valid index register combinations:

 	[BX]
 	[BP]
 	[SI]
 	[DI]
 	[BX+SI]
 	[BX+DI]
 	[BP+SI]
 	[BP+DI]

Other index register combinations are not allowed.

courtesy of borland 4.52 help files
fret

Robert Rice,Jr. wrote:
> 
> Does anyone have an idea what the error "invalid registry configuration
> key" might mean when i am trying to compile?  Note:This program uses
> both Windows API functions and DirectX code.
> 
> =================================================================
> To SUBSCRIBE or UNSUBSCRIBE please visit
> http://gameprogrammer.com/mailinglist.html
=================================================================
To SUBSCRIBE or UNSUBSCRIBE please visit
http://gameprogrammer.com/mailinglist.html



  • References:
    • C++ errors
      • From: "Robert Rice,Jr." <rabit@planetkc.com>