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

Thread: Error Handling

  1. #1
    Guest

    Error Handling

    This call works just fine on NT4 but raises a system error on Win95/98

    App.LogEvent sLog, vbLogEventTypeError

    LogPath and LogMode properties seem to be read only and not set

    How are these set?

    How do I fix this?


  2. #2
    Join Date
    Jun 1999
    Posts
    42

    Re: Error Handling

    That string is for the eventviewer of Windows NT, you can't use it in Windows 95 or 98, you can use some other string like trying to write the error in a text file, or sending a message thru the network, but that string is only for Win NT


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