Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralFirst-Chance Exception Pin
Mark Jones27-Nov-00 0:12
Mark Jones27-Nov-00 0:12 
QuestionHow to get the exact windows version? Pin
Maxime Labelle26-Nov-00 21:34
Maxime Labelle26-Nov-00 21:34 
AnswerRe: How to get the exact windows version? Pin
NormDroid26-Nov-00 22:17
professionalNormDroid26-Nov-00 22:17 
GeneralRe: How to get the exact windows version? Pin
Michael Dunn27-Nov-00 15:11
sitebuilderMichael Dunn27-Nov-00 15:11 
QuestionHow to develop a debugger? Pin
26-Nov-00 20:18
suss26-Nov-00 20:18 
AnswerRe: How to develop a debugger? Pin
1-Dec-00 12:48
suss1-Dec-00 12:48 
QuestionHow can i find some zip DLLs? Pin
Mr.Nodman26-Nov-00 15:13
Mr.Nodman26-Nov-00 15:13 
GeneralProblem with CFileFind in a NT Service Pin
26-Nov-00 4:05
suss26-Nov-00 4:05 
Hi,

I am trying to build a NT Service that uses CFileFind class in the main loop.

The service is working right, but the CFileFind ins't.

I wrote as below:

CFileFind finder;
finder.FindFile("\\\\MYSERVER\\D$\\SOMEDIR\\*.*");

It should work, but It doesn't.

I noticed that if I don't use UNC, like below, the function works fine.

CFileFind finder;
finder.FindFile("D:\\SOMEDIR\\*.*");

My problem is I'm not working locally. I need to find the files in another server on the network.
If I map a letter to access the other server, it also doesn't work.

I wrote a dialog based app in order to test the CFileFind class, and I worked very well, so I think the problem is the service.

Does anybody have some idea on how to solve it?

Thanks in advance,
Vinicius
GeneralRe: Problem with CFileFind in a NT Service Pin
Michael Dunn26-Nov-00 5:23
sitebuilderMichael Dunn26-Nov-00 5:23 
GeneralRe: Problem with CFileFind in a NT Service Pin
26-Nov-00 6:55
suss26-Nov-00 6:55 
GeneralRe: Problem with CFileFind in a NT Service Pin
Anders Molin27-Nov-00 4:18
professionalAnders Molin27-Nov-00 4:18 
QuestionHow to use storeproc and transaction in ODBC API? Pin
26-Nov-00 1:05
suss26-Nov-00 1:05 
GeneralGraphics in C++ Pin
25-Nov-00 22:31
suss25-Nov-00 22:31 
GeneralRe: Graphics in C++ Pin
Christian Graus26-Nov-00 16:30
protectorChristian Graus26-Nov-00 16:30 
GeneralFunny Error Pin
25-Nov-00 9:04
suss25-Nov-00 9:04 
GeneralRe: Funny Error Pin
Rick Benish25-Nov-00 9:42
Rick Benish25-Nov-00 9:42 
GeneralRe: Funny Error Pin
Rick Benish25-Nov-00 9:45
Rick Benish25-Nov-00 9:45 
GeneralRe: Funny Error Pin
Tim Deveaux25-Nov-00 9:43
Tim Deveaux25-Nov-00 9:43 
GeneralRe: Funny Error Pin
25-Nov-00 12:21
suss25-Nov-00 12:21 
GeneralRe: Funny Error Pin
25-Nov-00 12:21
suss25-Nov-00 12:21 
GeneralRe: Funny Error Pin
Tim Deveaux25-Nov-00 13:10
Tim Deveaux25-Nov-00 13:10 
GeneralRe: Funny Error Pin
25-Nov-00 13:28
suss25-Nov-00 13:28 
GeneralRe: Funny Error Pin
25-Nov-00 12:29
suss25-Nov-00 12:29 
GeneralRe: Funny Error Pin
25-Nov-00 13:21
suss25-Nov-00 13:21 
GeneralRe: Funny Error Pin
25-Nov-00 13:21
suss25-Nov-00 13:21 

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.