Click here to Skip to main content
15,916,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert .OBJ -> .LIB Pin
Nish Nishant4-Mar-02 18:22
sitebuilderNish Nishant4-Mar-02 18:22 
GeneralRe: Convert .OBJ -> .LIB Pin
alex.barylski4-Mar-02 22:35
alex.barylski4-Mar-02 22:35 
GeneralRe: Convert .OBJ -> .LIB (yes you can) Pin
Tim Smith4-Mar-02 16:10
Tim Smith4-Mar-02 16:10 
GeneralRe: Convert .OBJ -> .LIB (yes you can) Pin
alex.barylski4-Mar-02 17:32
alex.barylski4-Mar-02 17:32 
GeneralRe: Convert .OBJ -> .LIB (yes you can) Pin
4-Mar-02 19:01
suss4-Mar-02 19:01 
QuestionHow to restart DHCP Pin
Ola Carlsson4-Mar-02 11:54
Ola Carlsson4-Mar-02 11:54 
AnswerRe: How to restart DHCP Pin
Matt Newman4-Mar-02 14:55
Matt Newman4-Mar-02 14:55 
AnswerRe: How to restart DHCP Pin
Jeremy Falcon4-Mar-02 16:18
professionalJeremy Falcon4-Mar-02 16:18 
I'm assuming your talking about an NT-based machine? Use the command line...

C:\>net stop dhcp
C:\>net start dhcp

You can do this behind-the-scenes from a program. Just remember you won't get control back until the statement finishes executing (in the same thread that is). If you are looking for something different, please give more details.

Jeremy L. Falcon
"The One Who Said, 'The One Who Said...'"
AnswerRe: How to restart DHCP Pin
Josh Knox (disabled)4-Mar-02 17:24
Josh Knox (disabled)4-Mar-02 17:24 
AnswerRe: How to restart DHCP Pin
Ola Carlsson4-Mar-02 20:22
Ola Carlsson4-Mar-02 20:22 
QuestionDirectX or OpenGL? Pin
moliate4-Mar-02 10:54
moliate4-Mar-02 10:54 
AnswerRe: DirectX or OpenGL? Pin
Rick York4-Mar-02 16:21
mveRick York4-Mar-02 16:21 
GeneralRe: DirectX or OpenGL? Pin
moliate4-Mar-02 17:02
moliate4-Mar-02 17:02 
QuestionHow to get COM interface of an ActiveX control? Pin
Aaron Schaefer4-Mar-02 10:47
Aaron Schaefer4-Mar-02 10:47 
AnswerRe: How to get COM interface of an ActiveX control? Pin
Tomasz Sowinski4-Mar-02 10:50
Tomasz Sowinski4-Mar-02 10:50 
GeneralRe: How to get COM interface of an ActiveX control? Pin
Aaron Schaefer5-Mar-02 2:57
Aaron Schaefer5-Mar-02 2:57 
GeneralEfficiency issues from VC++6.0 to VC++.NET Pin
myenigmaself4-Mar-02 9:50
myenigmaself4-Mar-02 9:50 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
Joaquín M López Muñoz4-Mar-02 10:11
Joaquín M López Muñoz4-Mar-02 10:11 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
myenigmaself4-Mar-02 10:31
myenigmaself4-Mar-02 10:31 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
myenigmaself4-Mar-02 11:35
myenigmaself4-Mar-02 11:35 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
Tomasz Sowinski4-Mar-02 10:11
Tomasz Sowinski4-Mar-02 10:11 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
Tim Smith4-Mar-02 10:21
Tim Smith4-Mar-02 10:21 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
myenigmaself4-Mar-02 10:39
myenigmaself4-Mar-02 10:39 
Questionhow to retrieve member data using HWND? Pin
lucy4-Mar-02 8:07
lucy4-Mar-02 8:07 
AnswerRe: how to retrieve member data using HWND? Pin
Joaquín M López Muñoz4-Mar-02 8:18
Joaquín M López Muñoz4-Mar-02 8:18 

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.