Results 1 to 4 of 4

Thread: ****ing KERNEL32.DLL!!!Please help!!!

  1. #1

    Thread Starter
    Lively Member dlm's Avatar
    Join Date
    Oct 2000
    Location
    Geraardsbergen(Belgium)
    Posts
    91

    Angry

    Hi,

    I've got a big problem with my kernel32.dll.
    I've written an application in VB 6.0 SP4

    When I run the application from VB with F5 or CTRL+F5, there is no problem...but when I make an EXE from my application, I always get the following error:


    module KERNEL32.DLL op015f:bff7a379.
    Registers:
    EAX=0176d90c CS=015f EIP=bff7a379 EFLGS=00010206
    EBX=0176dce4 SS=0167 ESP=007fee74 EBP=007fee98
    ECX=00000000 DS=0167 ESI=000023f0 FS=48bf
    EDX=c17dd470 ES=0167 EDI=0064dc88 GS=0000
    Bytes in CS:EIP:
    89 41 08 8b 53 04 8b 43 08 89 50 04 8d 04 33 50
    Stackdump:
    0064dc88 00000000 0174000c 01740000 0176dce4 00000040 00000000 00001dbd 0000176e 007feec0 bff7a541 01740000 0176dce4 000023f0 00000040 000000ff


    Can somebody help me...I've got no idea what's wrong...

  2. #2
    Junior Member
    Join Date
    Feb 2000
    Location
    Gig Harbor, WA, USA
    Posts
    25
    What version of Windows are you running?
    (¯`·.¸¸.·´¯`·->Cromas<-·´¯`·.¸¸.·´¯)
    Teenage Programmer
    Formerly known as ShadowCrawler

    E-Mail: [email protected]
    ICQ: 9872708
    AIM: VotchOut

  3. #3

    Thread Starter
    Lively Member dlm's Avatar
    Join Date
    Oct 2000
    Location
    Geraardsbergen(Belgium)
    Posts
    91
    The application is written with Windows '98,
    but it has to run on Windows '95...
    I've got the same error in both the versions of windows...


  4. #4
    Junior Member
    Join Date
    Feb 2000
    Location
    Gig Harbor, WA, USA
    Posts
    25
    Check to make sure that any API functions that you have declared from kernel32.dll are supported in Win95. Also, an easy way to figure out the problem is to implement a logging file in your app. Wherever the log stops tells you where the problem is.
    (¯`·.¸¸.·´¯`·->Cromas<-·´¯`·.¸¸.·´¯)
    Teenage Programmer
    Formerly known as ShadowCrawler

    E-Mail: [email protected]
    ICQ: 9872708
    AIM: VotchOut

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