Thread: build external log file on dll project

  1. #1
    Registered User
    Join Date
    Jul 2011
    Posts
    1

    build external log file on dll project

    Hi there,
    I want to figure out what happen in this program
    http://download.microsoft.com/downlo...ers2007_01.exe

    I can build it using visual studio 2005 express on Vista Home Basic and have copied in System32 but I can seen anything happen. Could you tell me what should happen in this code when we log off our windows?

    So, I am trying debugging by using an external log file that created when we start our windows. Unfortunately I have no idea what suppose to do in dll project. In console project we can use streamwriter class, but it would not in this project.
    So I need help how we can create an procedure in dll project with an string input that can be observe in an external log file by appending in new line.

    I am very appreciated for your answer.

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Nice Virus attempt... distributing an EXE file like this is a major No-No.



    MODS... This thread should be closed and link deleted ASAP.

  3. #3
    Registered User
    Join Date
    Jan 2010
    Posts
    412
    Well, to be fair the .exe is from download.microsoft.com, and it's linked to from here: Custom Login Experiences: Credential Providers in Windows Vista
    It's seems to be more of a "hey guys I found this code and I have no idea what it does. Explain please" attempt to me
    But I agree that linking directly to .exe files is bad and should raise suspicions. What he could have done instead was link to the "code repository" here: Code for CredentialProviders (January 2007)
    Last edited by _Mike; 07-20-2011 at 07:56 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting Eclipse to build project
    By c_weed in forum Tech Board
    Replies: 0
    Last Post: 10-15-2010, 01:53 PM
  2. Build a visual studio project from console
    By spank in forum Tech Board
    Replies: 1
    Last Post: 11-29-2007, 07:53 AM
  3. why can't build project in KDevelop C/C++
    By Lauris in forum Linux Programming
    Replies: 21
    Last Post: 09-04-2007, 10:41 AM
  4. Replies: 6
    Last Post: 07-11-2007, 03:07 AM
  5. How to build a C project?
    By jumpjack in forum C Programming
    Replies: 5
    Last Post: 01-26-2006, 07:35 AM

Tags for this Thread