Click here to Skip to main content
15,913,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CRT library? error C1083 Pin
Kippesoep10-Jul-03 22:25
Kippesoep10-Jul-03 22:25 
GeneralRe: CRT library? error C1083 Pin
DaveE9th11-Jul-03 7:11
DaveE9th11-Jul-03 7:11 
Generalthe problem to use OpenDriver in DLL Pin
gdzfy10-Jul-03 21:43
gdzfy10-Jul-03 21:43 
GeneralRe: the problem to use OpenDriver in DLL Pin
Ryan Binns10-Jul-03 22:38
Ryan Binns10-Jul-03 22:38 
GeneralRe: the problem to use OpenDriver in DLL Pin
gdzfy11-Jul-03 2:15
gdzfy11-Jul-03 2:15 
GeneralRe: the problem to use OpenDriver in DLL Pin
Ryan Binns11-Jul-03 2:37
Ryan Binns11-Jul-03 2:37 
GeneralRe: the problem to use OpenDriver in DLL Pin
gdzfy11-Jul-03 2:49
gdzfy11-Jul-03 2:49 
GeneralRe: the problem to use OpenDriver in DLL Pin
Ryan Binns11-Jul-03 2:59
Ryan Binns11-Jul-03 2:59 
Ok. It makes sense now Smile | :) . You're trying to open a device driver, not a simple DLL like I though you meant. Sorry about that Smile | :)

I haven't actually used had to use OpenDriver(), so I can't help much, but there's nothing that suggests it wouldn't work from inside a DLL. In fact, now I think of it, it should work no problem at all - gdi32.dll must use it to load the display device drivers.

Does the driver you're using actually exist on the computer?
Are you passing the correct registry entry (or DLL file name) as the first parameter?
Are you passing NULL as the second parameter?
Are you passing a valid value for the third parameter? Some drivers may fail to load if this value is incorrect.

That's about all I can think of at the moment Smile | :)

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: the problem to use OpenDriver in DLL Pin
gdzfy11-Jul-03 3:11
gdzfy11-Jul-03 3:11 
GeneralRe: the problem to use OpenDriver in DLL Pin
Ryan Binns11-Jul-03 3:20
Ryan Binns11-Jul-03 3:20 
GeneralRe: the problem to use OpenDriver in DLL Pin
gdzfy11-Jul-03 3:30
gdzfy11-Jul-03 3:30 
GeneralRe: the problem to use OpenDriver in DLL Pin
Ryan Binns11-Jul-03 4:16
Ryan Binns11-Jul-03 4:16 
GeneralRe: the problem to use OpenDriver in DLL Pin
gdzfy11-Jul-03 4:19
gdzfy11-Jul-03 4:19 
GeneralSocket question Pin
georgiek5010-Jul-03 13:44
georgiek5010-Jul-03 13:44 
GeneralRe: Socket question Pin
valikac10-Jul-03 13:52
valikac10-Jul-03 13:52 
GeneralRe: Socket question Pin
georgiek5010-Jul-03 13:57
georgiek5010-Jul-03 13:57 
GeneralRe: Socket question Pin
georgiek5010-Jul-03 14:18
georgiek5010-Jul-03 14:18 
GeneralRe: Socket question Pin
Ryan Binns10-Jul-03 17:43
Ryan Binns10-Jul-03 17:43 
GeneralRe: Socket question Pin
Trollslayer11-Jul-03 1:48
mentorTrollslayer11-Jul-03 1:48 
GeneralProgrammatically burning a CD Pin
Martin Hinchy10-Jul-03 12:33
Martin Hinchy10-Jul-03 12:33 
GeneralRe: Programmatically burning a CD Pin
John M. Drescher10-Jul-03 12:42
John M. Drescher10-Jul-03 12:42 
GeneralRe: Programmatically burning a CD Pin
Michael Dunn10-Jul-03 13:27
sitebuilderMichael Dunn10-Jul-03 13:27 
GeneralRe: Programmatically burning a CD Pin
PenguinSource28-Jul-03 2:52
PenguinSource28-Jul-03 2:52 
GeneralRe: Programmatically burning a CD Pin
Ryan Binns10-Jul-03 17:45
Ryan Binns10-Jul-03 17:45 
QuestionHow many lines? Pin
Scozturk10-Jul-03 9:16
professionalScozturk10-Jul-03 9:16 

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.