Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to learn develop in C++ and VOIP ? Pin
Yanshof2-Jun-06 8:47
Yanshof2-Jun-06 8:47 
AnswerRe: How to learn develop in C++ and VOIP ? Pin
led mike2-Jun-06 8:55
led mike2-Jun-06 8:55 
GeneralRe: How to learn develop in C++ and VOIP ? [modified] Pin
Yanshof2-Jun-06 10:39
Yanshof2-Jun-06 10:39 
AnswerRe: How to learn develop in C++ and VOIP ? [modified] Pin
Maxwell Chen2-Jun-06 11:04
Maxwell Chen2-Jun-06 11:04 
Questionstring issues again [modified] Pin
big_denny_2002-Jun-06 8:21
big_denny_2002-Jun-06 8:21 
AnswerRe: string issues again [modified] Pin
Zac Howland2-Jun-06 8:30
Zac Howland2-Jun-06 8:30 
AnswerRe: string issues again Pin
Anton Mikhalyov2-Jun-06 21:38
Anton Mikhalyov2-Jun-06 21:38 
QuestionDriver creation problem Pin
Sharath862-Jun-06 7:34
Sharath862-Jun-06 7:34 
I am creating a service along with a sys file to aid me in writing to the parallel port data byte. Iam using the code segement given below.

Ser = CreateService (Mgr,
"hwinterface",
"hwinterface",
SERVICE_ALL_ACCESS,
SERVICE_KERNEL_DRIVER,
SERVICE_SYSTEM_START,
SERVICE_ERROR_NORMAL,
"System32\\Drivers\\hwinterface.sys",
NULL,
NULL,
NULL,
NULL,
NULL
);

How ever if i change the term "hwinterface" to say "mydriver". It stops working neither does the sys file get created nor does it interface with the port. Furthermore, the Description of the file is set as buzz driver and copyright is to Buzz corporation why is this happening and how do i change the service name and its associated attributes to say Description: "My ParallelPortDriver"
Copyright to "MYcompany".

any help in this regard would be great.


sharath
AnswerRe: Driver creation problem Pin
Maxwell Chen2-Jun-06 11:28
Maxwell Chen2-Jun-06 11:28 
QuestionBinary Trees Pin
Mridang Agarwalla2-Jun-06 7:30
Mridang Agarwalla2-Jun-06 7:30 
AnswerRe: Binary Trees Pin
Zac Howland2-Jun-06 9:07
Zac Howland2-Jun-06 9:07 
AnswerRe: Binary Trees Pin
David Crow2-Jun-06 9:43
David Crow2-Jun-06 9:43 
Questionmanaged String in Visual C++ / call a function like void f(int& x, String* s) Pin
karlheinzsteinhart2-Jun-06 6:05
karlheinzsteinhart2-Jun-06 6:05 
AnswerRe: managed String in Visual C++ / call a function like void f(int& x, String* s) Pin
Chris Losinger2-Jun-06 7:05
professionalChris Losinger2-Jun-06 7:05 
Questionwcscpy_s issues [modified] Pin
big_denny_2002-Jun-06 5:13
big_denny_2002-Jun-06 5:13 
AnswerRe: wcscpy_s issues [modified] Pin
Nish Nishant2-Jun-06 5:22
sitebuilderNish Nishant2-Jun-06 5:22 
QuestionRe: wcscpy_s issues [modified] Pin
David Crow2-Jun-06 5:33
David Crow2-Jun-06 5:33 
AnswerRe: wcscpy_s issues [modified] Pin
Viorel.2-Jun-06 5:33
Viorel.2-Jun-06 5:33 
AnswerRe: wcscpy_s issues [modified] Pin
Zac Howland2-Jun-06 5:36
Zac Howland2-Jun-06 5:36 
GeneralRe: wcscpy_s issues [modified] Pin
Viorel.2-Jun-06 5:42
Viorel.2-Jun-06 5:42 
GeneralRe: wcscpy_s issues [modified] Pin
big_denny_2002-Jun-06 6:03
big_denny_2002-Jun-06 6:03 
GeneralRe: wcscpy_s issues [modified] Pin
Zac Howland2-Jun-06 6:02
Zac Howland2-Jun-06 6:02 
GeneralRe: wcscpy_s issues [modified] Viorel Bejan Pin
big_denny_2002-Jun-06 6:07
big_denny_2002-Jun-06 6:07 
GeneralRe: wcscpy_s issues [modified] Viorel Bejan Pin
George L. Jackson2-Jun-06 8:17
George L. Jackson2-Jun-06 8:17 
GeneralRe: wcscpy_s issues [modified] Viorel Bejan Pin
big_denny_2002-Jun-06 8:25
big_denny_2002-Jun-06 8:25 

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.