Click here to Skip to main content
15,907,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to start NT services in VC++ Pin
aloktambi14-Apr-05 2:24
aloktambi14-Apr-05 2:24 
AnswerRe: How to start NT services in VC++ Pin
ThatsAlok14-Apr-05 2:46
ThatsAlok14-Apr-05 2:46 
Questionhow to make random number generate fuction in vc++ Pin
aloktambi14-Apr-05 2:23
aloktambi14-Apr-05 2:23 
AnswerRe: how to make random number generate fuction in vc++ Pin
David Crow14-Apr-05 2:31
David Crow14-Apr-05 2:31 
AnswerRe: how to make random number generate fuction in vc++ Pin
ddmcr14-Apr-05 4:47
ddmcr14-Apr-05 4:47 
AnswerRe: how to make random number generate fuction in vc++ Pin
El Corazon14-Apr-05 5:18
El Corazon14-Apr-05 5:18 
GeneralFailed to register service during VC build Pin
pettink14-Apr-05 2:12
pettink14-Apr-05 2:12 
GeneralRe: Failed to register service during VC build Pin
Blake Miller14-Apr-05 4:28
Blake Miller14-Apr-05 4:28 
This would be my first guess: There are two paths. One for the user and one for the system. A NT service typically runs under LOCALSYSTEM account, in which case it might not have access to the 'user' path variable but it does to the 'system' path variable. Check your 'path' variable and make sure the place you want to put the DLL is in the 'path' assigned to the system.

Generalconvert hex value to string Pin
Jangid14-Apr-05 1:54
Jangid14-Apr-05 1:54 
GeneralRe: convert hex value to string Pin
Bob Stanneveld14-Apr-05 3:34
Bob Stanneveld14-Apr-05 3:34 
GeneralRe: convert hex value to string Pin
CP Visitor14-Apr-05 4:28
CP Visitor14-Apr-05 4:28 
GeneralRe: convert hex value to string Pin
Blake Miller14-Apr-05 4:31
Blake Miller14-Apr-05 4:31 
GeneralRe: convert hex value to string Pin
itkid15-Apr-05 0:26
itkid15-Apr-05 0:26 
Generallinker error Pin
MilanZ14-Apr-05 0:53
MilanZ14-Apr-05 0:53 
GeneralRe: linker error Pin
David Crow14-Apr-05 2:29
David Crow14-Apr-05 2:29 
GeneralFade in out of WAV file Pin
jase_dukerider14-Apr-05 0:52
jase_dukerider14-Apr-05 0:52 
Generalcode verfication tool for c++ Pin
Member 188188814-Apr-05 0:33
Member 188188814-Apr-05 0:33 
GeneralRe: code verfication tool for c++ Pin
ThatsAlok14-Apr-05 1:31
ThatsAlok14-Apr-05 1:31 
GeneralRe: code verfication tool for c++ Pin
Anonymous14-Apr-05 2:05
Anonymous14-Apr-05 2:05 
GeneralRe: code verfication tool for c++ Pin
ThatsAlok14-Apr-05 2:43
ThatsAlok14-Apr-05 2:43 
GeneralRe: code verfication tool for c++ Pin
Anonymous14-Apr-05 2:36
Anonymous14-Apr-05 2:36 
GeneralRe: code verfication tool for c++ Pin
ThatsAlok20-Apr-05 19:52
ThatsAlok20-Apr-05 19:52 
GeneralInteraction between Web and Windows application Pin
nidhishri13-Apr-05 23:30
nidhishri13-Apr-05 23:30 
GeneralRead a .zip-file to a CString and then back to a .zip-file Pin
anderslundsgard13-Apr-05 23:13
anderslundsgard13-Apr-05 23:13 
GeneralRe: Read a .zip-file to a CString and then back to a .zip-file Pin
GDavy14-Apr-05 0:58
GDavy14-Apr-05 0:58 

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.