Search results

  1. D

    CSocket Accept() method HELP!!

    hi all. I keep getting an Access Violation when I try to call the Accept() method with CSocket. I'm overriding the OnAccept() method and when a client trys to connect it gets called. And then when I actually try to Accept() the socket it fails... Here's what I have: void...
  2. D

    CFile vs. CStdioFile

    Hi all, In MFC, what's the difference between using CFile and CStdioFile for reading and writing to a file??? thanks. -Phil
  3. D

    Can you record if your program crashes??

    Hi all, This may sound like an oxy-moron, but when a program crashes can it recognize it crashed and record it by writing something to a file or something?? Maybe not only crashing, but like an un-recognized way of quiting. This doesn't not include manully exiting a program with like ALT+F4...
  4. D

    Questions about Services for Windows

    Hi all, What exactly is a Service in Windows?? like how is a service different from a program?? And does a service have to have a database??? I was looking at a Service Control program and it seems to rely on a Database. I guess i'm confused about this because I don't really understand...
  5. D

    Help with making a background process in Windows

    thanks guys, but I looking at a Service Application for Windows. I think that's what i'm looking for. does anyone know if this is a good option?? thanks. -Phil
  6. D

    Help with making a background process in Windows

    Hi all, I want to make a program/dll that'll run as a background process in Windows. I want to a process that can be called when another program tells it to. So lets say that I have a program called Foo. And when I start up Foo it'll tell the process to come alive, and it'll send some...
Top