CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    GetCurrentDirecoty API in VC++

    I added a use of the GetCurrentDirectory to my App for the purpose of a common dialog control. But, after I put in that GetCurrentDirectory, I get Blue Screens sometimes, usually after clicking a button. Can

  2. #2
    Join Date
    May 1999
    Location
    Atlanta, GA, USA
    Posts
    443

    Re: GetCurrentDirecoty API in VC++

    Hi.

    I suppose that GetCurrentDirectroy works on Internet, especially
    FTP program.

    HTH.
    -Masaaki Onishi

  3. #3
    Join Date
    Apr 1999
    Posts
    383

    Re: GetCurrentDirecoty API in VC++

    If you post the piece of code that seems to cause the problem, perhaps we will have something to work on.

    Dave


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured