Click here to Skip to main content
15,901,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: .dll HELLP.... Pin
Andrew Walker29-Jul-03 2:03
Andrew Walker29-Jul-03 2:03 
GeneralRe: .dll HELLP.... Pin
JoeSox29-Jul-03 2:23
JoeSox29-Jul-03 2:23 
GeneralRe: .dll HELLP.... Pin
Mike Dimmick29-Jul-03 2:18
Mike Dimmick29-Jul-03 2:18 
GeneralRe: .dll HELLP.... Pin
JoeSox29-Jul-03 2:20
JoeSox29-Jul-03 2:20 
GeneralFile System VXD Pin
anshumanshinde29-Jul-03 1:42
anshumanshinde29-Jul-03 1:42 
GeneralRe: File System VXD Pin
Alexander M.,29-Jul-03 9:28
Alexander M.,29-Jul-03 9:28 
GeneralRe: File System VXD Pin
anshumanshinde29-Jul-03 19:29
anshumanshinde29-Jul-03 19:29 
GeneralRe: File System VXD Pin
anshumanshinde30-Jul-03 3:57
anshumanshinde30-Jul-03 3:57 
hi!

i did it,i used the extended error codes.
but i get this message box at the application i dont want that,i will find some way out of it.
now as i have cancelled the operation i want to pass on the contorl to user level program or i want to call a dll function.
we have this PELDR_LoadModule(),PELDR_GetProcAddress() functions declared in vxdldr.h
i used that,on doing checked build i got this link error
"unresolved externel symbol _PELDR_LoadModule"
do i have ot write something in the .asm file
i tried like
#include vxdldr.inc
VxD_CODE_SEG
BeginProc _PELDR_LoadModule
EndProc _PELDR_LoadModule
VxD_CODE_ENDS

i dont know what to write in beginproc and endproc block so i just left it blank.
it linked now but when i test the vxd system crashed Smile | :)
so i guess i have to write something in the block.

am i on the right track?

thanks
anshu
Generalstatic member variable in Structures Pin
Adi Narayana29-Jul-03 1:02
Adi Narayana29-Jul-03 1:02 
GeneralRe: static member variable in Structures Pin
Adi Narayana29-Jul-03 1:09
Adi Narayana29-Jul-03 1:09 
GeneralHTML Dialog Java Topmost Window Pin
soundman3229-Jul-03 0:41
soundman3229-Jul-03 0:41 
GeneralFonts and Colors Pin
The_Server29-Jul-03 0:35
The_Server29-Jul-03 0:35 
GeneralRe: Fonts and Colors Pin
Simon.W29-Jul-03 1:44
Simon.W29-Jul-03 1:44 
GeneralRe: Fonts and Colors Pin
Anna-Jayne Metcalfe29-Jul-03 6:19
Anna-Jayne Metcalfe29-Jul-03 6:19 
GeneralRe: Fonts and Colors Pin
armentage29-Jul-03 6:43
armentage29-Jul-03 6:43 
GeneralRe: Fonts and Colors Pin
_skidrow_vn_29-Jul-03 12:26
_skidrow_vn_29-Jul-03 12:26 
GeneralRe: Fonts and Colors Pin
The_Server29-Jul-03 15:39
The_Server29-Jul-03 15:39 
GeneralRe: Fonts and Colors Pin
_skidrow_vn_30-Jul-03 9:17
_skidrow_vn_30-Jul-03 9:17 
GeneralView on Docking Window Pin
FAADI28-Jul-03 23:54
FAADI28-Jul-03 23:54 
GeneralAgain Window Closing Problem Pin
FAADI28-Jul-03 23:45
FAADI28-Jul-03 23:45 
GeneralRe: Again Window Closing Problem Pin
Bob Stanneveld29-Jul-03 0:54
Bob Stanneveld29-Jul-03 0:54 
GeneralRe: Again Window Closing Problem Pin
Mike Dimmick29-Jul-03 2:33
Mike Dimmick29-Jul-03 2:33 
GeneralRe: Again Window Closing Problem Pin
Bob Stanneveld29-Jul-03 2:38
Bob Stanneveld29-Jul-03 2:38 
GeneralRe: Again Window Closing Problem Pin
Mike Dimmick29-Jul-03 3:07
Mike Dimmick29-Jul-03 3:07 
GeneralRe: Again Window Closing Problem Pin
Bob Stanneveld29-Jul-03 3:11
Bob Stanneveld29-Jul-03 3:11 

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.