Click here to Skip to main content
15,900,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to supress __stdcall name mangling in VC++? Pin
awaken739-Jun-03 22:39
awaken739-Jun-03 22:39 
AnswerRe: How to supress __stdcall name mangling in VC++? Pin
basementman10-Jun-03 4:03
basementman10-Jun-03 4:03 
GeneralRe: How to supress __stdcall name mangling in VC++? Pin
awaken7310-Jun-03 20:09
awaken7310-Jun-03 20:09 
GeneralMDI to SDI Pin
g.fadel9-Jun-03 20:44
g.fadel9-Jun-03 20:44 
GeneralRe: MDI to SDI Pin
Roger Allen10-Jun-03 0:26
Roger Allen10-Jun-03 0:26 
Generalkernel-mode code Pin
karanba9-Jun-03 20:32
karanba9-Jun-03 20:32 
GeneralRe: kernel-mode code Pin
peterchen9-Jun-03 21:47
peterchen9-Jun-03 21:47 
GeneralRe: kernel-mode code Pin
Peter Weyzen10-Jun-03 20:34
Peter Weyzen10-Jun-03 20:34 
I don't think this is kernel mode code. This is "I want to crash code"

MOV EBX,0
MOV EAX,[EBX]
RET

So, you're telling the compiler to load what's at address 0 and return it. There's nothing really important there, some compatabilty interrupt table stuff. But you'll just generate an exception, a crash, but nothing important.

To write in kernel mode, consult the DDK.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Peter Weyzen<br />
Staff Engineer<br />
Santa Cruz Networks

GeneralStoring treeview control contents Pin
Dan Savilonis9-Jun-03 20:25
Dan Savilonis9-Jun-03 20:25 
GeneralRe: Storing treeview control contents Pin
peterchen9-Jun-03 21:45
peterchen9-Jun-03 21:45 
GeneralRe: Storing treeview control contents Pin
basementman10-Jun-03 4:14
basementman10-Jun-03 4:14 
GeneralIs there any class can be used as PictureBox Class Pin
jcpooh9-Jun-03 20:11
jcpooh9-Jun-03 20:11 
GeneralRe: Is there any class can be used as PictureBox Class Pin
Daniel Strigl9-Jun-03 22:03
Daniel Strigl9-Jun-03 22:03 
GeneralRe: Is there any class can be used as PictureBox Class Pin
jcpooh9-Jun-03 23:06
jcpooh9-Jun-03 23:06 
GeneralSynchronization - Wait Functions Pin
SNathani9-Jun-03 18:49
SNathani9-Jun-03 18:49 
GeneralRe: Synchronization - Wait Functions Pin
Branislav9-Jun-03 22:48
Branislav9-Jun-03 22:48 
GeneralRe: Synchronization - Wait Functions Pin
basementman10-Jun-03 4:17
basementman10-Jun-03 4:17 
GeneralRe: Synchronization - Wait Functions Pin
SNathani10-Jun-03 5:49
SNathani10-Jun-03 5:49 
GeneralSetFocus from OnInitDialog for Button control. Pin
anju9-Jun-03 18:38
anju9-Jun-03 18:38 
GeneralRe: SetFocus from OnInitDialog for Button control. Pin
SNathani9-Jun-03 18:56
SNathani9-Jun-03 18:56 
GeneralRe: SetFocus from OnInitDialog for Button control. Pin
anju9-Jun-03 20:21
anju9-Jun-03 20:21 
GeneralRe: SetFocus from OnInitDialog for Button control. Pin
Roger Allen10-Jun-03 0:30
Roger Allen10-Jun-03 0:30 
GeneralRe: SetFocus from OnInitDialog for Button control. Pin
anju10-Jun-03 2:04
anju10-Jun-03 2:04 
GeneralRe: SetFocus from OnInitDialog for Button control. Pin
basementman10-Jun-03 4:20
basementman10-Jun-03 4:20 
GeneralRe: Application Switch Pin
Anonymous9-Jun-03 17:46
Anonymous9-Jun-03 17:46 

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.