|
-
Nov 23rd, 2000, 05:04 PM
#1
Thread Starter
Lively Member
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...
-
Nov 23rd, 2000, 05:17 PM
#2
Junior Member
What version of Windows are you running?
(¯`·.¸¸.·´¯`·->Cromas<-·´¯`·.¸¸.·´¯)
Teenage Programmer
Formerly known as ShadowCrawler
E-Mail: [email protected]
ICQ: 9872708
AIM: VotchOut
-
Nov 23rd, 2000, 05:22 PM
#3
Thread Starter
Lively Member
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...
-
Nov 23rd, 2000, 05:55 PM
#4
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|