Results 1 to 3 of 3

Thread: Illegal Operations, and BSOD

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 1999
    Posts
    64

    Post

    Is there a way to generate an Illegal operation, or a Blue screen of death? if so, how? and can you make another program take the blame for it? like Notepad or paintbrush?

  2. #2
    Hyperactive Member
    Join Date
    Oct 1999
    Posts
    309

    Post

    I reckon it's possible to make a small process killer and make it kill something like kernel32.dll...

    It will just lock up the machine most of the time.. Maybe sometimes a BSOD

  3. #3
    Hyperactive Member
    Join Date
    Jan 1999
    Location
    Rotterdam, Netherlands
    Posts
    386

    Post

    Copymemory is always nice for errors...
    Dim s as string, t as string
    t = "A"
    CopyMemory s, t, Len(t)
    will work fine :-) especially if you don't change the declaration as you get it from the API viewer.
    But then, isn't it our task to NOT get GPF's/BSoD's ?? Windows itself is pretty good in it though... maybe you can ask one of M$ programmers :-)

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