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

C / C++ / MFC

 
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 
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 
Ok, I can't actually help much more, but couple of things you could try:

Try creating a completely blank Win32 app from scratch (ie. with just a WinMain() function) and add only this line to it. Does it work? If not, then there's something else in the other application that causes it to work.

If it does work, do exactly the same thing but create a blank DLL and add this line in DllMain() and see if it works. If it does, then there's something in your DLL that is causing it not to work.

If the clean app works, but the clean DLL does not, then it doesn't look like your going to have much success, unless there's another API function you have to call first to get drivers to work in DLLs (I don't think there is, but I'm not an expert on drivers)

If the app doesn't work, then look in the sample app for something else that might cause it to work (I have no idea what, but something might).

That's about all I can offer. Perhaps someone else can help more 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 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 
AnswerRe: How many lines? Pin
David Crow10-Jul-03 10:05
David Crow10-Jul-03 10:05 
AnswerRe: How many lines? Pin
John R. Shaw10-Jul-03 11:15
John R. Shaw10-Jul-03 11:15 
AnswerRe: How many lines? Pin
Nick Parker10-Jul-03 12:21
protectorNick Parker10-Jul-03 12:21 
GeneralRe: How many lines? Pin
georgiek5010-Jul-03 13:41
georgiek5010-Jul-03 13:41 

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.