Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ->Operator overloading in C++ Pin
Cedric Moonen14-Apr-05 3:23
Cedric Moonen14-Apr-05 3:23 
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 
Hi all,
I'm implementing a COM Server (using attributed ATL 7) running as a windows service. During the build process VC (Visual C++ .NET 2003) generates the necessary IDL code and when done it registers the service.
The service registration (which I assume is carried out by running "myserver /RegServer") fails however, and a messagebox appears stating that "The program can not be started because the some_dll.dll could not be found...".
My app uses two custom dll's and I am sure that they are in my "path" variable since it is no problem to start the application in debug mode from within VC.
If I put the dll's in my working directory though, the server registration succeeds.
Does anyone know why the registration fails if the dll's are not put in my working directory? Why does it seem as the service registration process is not searching my "path" for dlls?

/Rillbert
GeneralRe: Failed to register service during VC build Pin
Blake Miller14-Apr-05 4:28
Blake Miller14-Apr-05 4:28 
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 

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.