Click here to Skip to main content
15,910,877 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: cout behavior Pin
toxcct29-Jan-04 5:56
toxcct29-Jan-04 5:56 
GeneralRe: cout behavior Pin
markkuk29-Jan-04 6:15
markkuk29-Jan-04 6:15 
GeneralRe: cout behavior Pin
ns29-Jan-04 7:25
ns29-Jan-04 7:25 
GeneralAre there any methods to embed openGL application into a dialog?? (URGENT) Pin
ArFuk29-Jan-04 3:04
ArFuk29-Jan-04 3:04 
GeneralRe: Are there any methods to embed openGL application into a dialog?? (URGENT) Pin
Dominik Reichl29-Jan-04 3:26
Dominik Reichl29-Jan-04 3:26 
GeneralRegarding Masking code in Visual C++ (parallel port interfacing) Pin
Tan Sen Nee29-Jan-04 2:55
Tan Sen Nee29-Jan-04 2:55 
GeneralRe: Regarding Masking code in Visual C++ (parallel port interfacing) Pin
Iain Clarke, Warrior Programmer29-Jan-04 6:35
Iain Clarke, Warrior Programmer29-Jan-04 6:35 
Generalpci bus detection and pci config space access Pin
caykahve29-Jan-04 2:54
caykahve29-Jan-04 2:54 
hello,

I want to do pci detection in an MFC application. I wrote inline assembly codes to do it.

...

int a=0;
int c=0;

__asm
{
mov ax, 0xB101;
int 0x1A;
mov a,eax;
mov c, ecx;
}
...


The program was compiled. while running, when this function is called, it gives an error message as "The instruction at '0x....' referenced memory at '0xffffffff'. The memory could not be 'read'." and closes.

I could not find any documentation for pci bios functions on vc++. I need to do it in vc++; not in dos, or dos under windows.

It's not only the detection, but also I want to read from the pci config. space later on.

i would be very happy to get some help.

thanks...
GeneralRe: pci bus detection and pci config space access Pin
Iain Clarke, Warrior Programmer29-Jan-04 6:30
Iain Clarke, Warrior Programmer29-Jan-04 6:30 
QuestionRedrawing Controls?????? Pin
amit sebiz29-Jan-04 2:48
amit sebiz29-Jan-04 2:48 
AnswerRe: Redrawing Controls?????? Pin
Luuk Weltevreden29-Jan-04 3:16
Luuk Weltevreden29-Jan-04 3:16 
Generalit doesn't seem to work?????? Pin
amit sebiz29-Jan-04 4:58
amit sebiz29-Jan-04 4:58 
GeneralRe: it doesn't seem to work?????? Pin
Luuk Weltevreden29-Jan-04 6:06
Luuk Weltevreden29-Jan-04 6:06 
Generalfile problem Pin
styve29-Jan-04 2:47
styve29-Jan-04 2:47 
GeneralRe: file problem Pin
valikac29-Jan-04 6:18
valikac29-Jan-04 6:18 
GeneralRe: file problem Pin
Robert A. T. Káldy29-Jan-04 10:06
Robert A. T. Káldy29-Jan-04 10:06 
GeneralToolBar & StatusBar Pin
edwinak29-Jan-04 2:13
edwinak29-Jan-04 2:13 
GeneralRe: ToolBar & StatusBar Pin
Dominik Reichl29-Jan-04 3:31
Dominik Reichl29-Jan-04 3:31 
GeneralSmall problem with virtual function in DLL class... Pin
vmaltsev29-Jan-04 1:23
vmaltsev29-Jan-04 1:23 
GeneralRe: Small problem with virtual function in DLL class... Pin
Mike Dimmick29-Jan-04 1:50
Mike Dimmick29-Jan-04 1:50 
GeneralRe: Small problem with virtual function in DLL class... Pin
vmaltsev29-Jan-04 2:02
vmaltsev29-Jan-04 2:02 
Questionhow to place a GIF file on Dialog .. and in rich edit control Pin
Anonymous29-Jan-04 1:20
Anonymous29-Jan-04 1:20 
AnswerRe: how to place a GIF file on Dialog .. and in rich edit control Pin
Scozturk29-Jan-04 1:35
professionalScozturk29-Jan-04 1:35 
AnswerRe: how to place a GIF file on Dialog .. and in rich edit control Pin
sstoyan29-Jan-04 2:27
sstoyan29-Jan-04 2:27 
Questionhow to send Sound buffer (of DirectX Sound) Via Socket .. to my own Server Pin
Anonymous29-Jan-04 1:17
Anonymous29-Jan-04 1:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.