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

C / C++ / MFC

 
GeneralCatch 'kill interrupt' Pin
Abebe1-Oct-04 0:03
Abebe1-Oct-04 0:03 
GeneralPassing struct in a "INSERT INTO..." Statement Pin
filo6530-Sep-04 23:56
filo6530-Sep-04 23:56 
GeneralRe: Passing struct in a "INSERT INTO..." Statement Pin
4apai1-Oct-04 0:22
4apai1-Oct-04 0:22 
GeneralRe: Passing struct in a "INSERT INTO..." Statement Pin
Tim Smith1-Oct-04 3:52
Tim Smith1-Oct-04 3:52 
GeneralGDI problem Pin
pdtrung30-Sep-04 22:33
pdtrung30-Sep-04 22:33 
GeneralRe: GDI problem Pin
Iain Clarke, Warrior Programmer1-Oct-04 0:09
Iain Clarke, Warrior Programmer1-Oct-04 0:09 
GeneralGDI problem...:doh: Pin
pdtrung30-Sep-04 22:25
pdtrung30-Sep-04 22:25 
Generalmemory error Pin
Jayadev MV30-Sep-04 22:25
Jayadev MV30-Sep-04 22:25 
I have written a code like this in visaul c++ using a win32 API function in a WIN2000 Proffessional.

#include <windows.h>
#include <winbase.h>
void main()
{
CopyMemory((LPVOID)0xffffffff,(void *)0x0000ffff,1);
}


i am getting an error The instruction at "0x00408410" referenced
memory at "0x0000ffff". The memory could not be "read".

I am gettinng the same error when i try to access a memory address of any hex value.
Wot could be the problem?


Thanks in advance!!,
Abin.
GeneralRe: memory error Pin
4apai30-Sep-04 23:22
4apai30-Sep-04 23:22 
GeneralLogging Pin
Jerome Conus30-Sep-04 22:24
Jerome Conus30-Sep-04 22:24 
GeneralRe: Logging Pin
4apai30-Sep-04 23:36
4apai30-Sep-04 23:36 
GeneralRe: Logging Pin
David Crow1-Oct-04 3:03
David Crow1-Oct-04 3:03 
GeneralRe: Logging Pin
Neville Franks1-Oct-04 12:19
Neville Franks1-Oct-04 12:19 
QuestionDialog? Pin
Larsson30-Sep-04 21:29
Larsson30-Sep-04 21:29 
AnswerRe: Dialog? Pin
jtorjo30-Sep-04 22:05
jtorjo30-Sep-04 22:05 
GeneralRe: Dialog? Pin
Larsson30-Sep-04 22:07
Larsson30-Sep-04 22:07 
GeneralRe: Dialog? Pin
BlackDice1-Oct-04 3:46
BlackDice1-Oct-04 3:46 
GeneralRe: Dialog? Pin
jtorjo4-Oct-04 22:31
jtorjo4-Oct-04 22:31 
GeneralCreateFile for reading/writing file Pin
Paolo Ponzano30-Sep-04 21:09
Paolo Ponzano30-Sep-04 21:09 
GeneralRe: CreateFile for reading/writing file Pin
4apai30-Sep-04 21:31
4apai30-Sep-04 21:31 
GeneralRe: CreateFile for reading/writing file Pin
Paolo Ponzano1-Oct-04 0:34
Paolo Ponzano1-Oct-04 0:34 
GeneralRe: CreateFile for reading/writing file Pin
4apai1-Oct-04 1:12
4apai1-Oct-04 1:12 
GeneralRe: CreateFile for reading/writing file Pin
Paolo Ponzano1-Oct-04 3:27
Paolo Ponzano1-Oct-04 3:27 
GeneralRe: CreateFile for reading/writing file Pin
4apai4-Oct-04 8:01
4apai4-Oct-04 8:01 
GeneralRe: CreateFile for reading/writing file Pin
Blake Miller1-Oct-04 6:26
Blake Miller1-Oct-04 6:26 

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.