|
-
Dec 20th, 2003, 12:36 AM
#1
Thread Starter
Fanatic Member
Program Crashes after compiled
Why does my prog have a fatal error after it is compiled into *.exe
-
Dec 20th, 2003, 01:47 AM
#2
The picture isn't missing
because there is an error
more info needed.
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Dec 20th, 2003, 01:54 AM
#3
PowerPoster
before compiling it, try running it in Debug mode.
Debug mode - press F8 instead of F5
-
Dec 20th, 2003, 01:54 AM
#4
Thread Starter
Fanatic Member
OK it is a runtime error that windows xp pro gives me. So it isnt a VB error.
-
Dec 20th, 2003, 01:56 AM
#5
PowerPoster
paste here the line of code that produces the error
-
Dec 20th, 2003, 01:59 AM
#6
The picture isn't missing
Originally posted by veryjonny
paste here the line of code that produces the error
he compiled it, so he won't be able to get the line.
but you could GUESS where it is, and put msgboxes on every line, for example
msgbox 1 'something BEFORE this is broken if this does not show
a=a+1
msgbox 2 'a is broken
b=b+1
msgbox 3 'b is broken
c=c+1
msgbox 4 'all is well if this shows
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Dec 20th, 2003, 03:04 AM
#7
Thread Starter
Fanatic Member
Well I was wondering if I could email my source(i would attach but it is too big) and you guys could take a look at it. In order to look at the project you need Cr 8.5 and need to register the ocx files in the include folder.
-
Dec 20th, 2003, 04:34 AM
#8
Thread Starter
Fanatic Member
So if you want to attempt at a debug and help me out alot email me at [email protected] Or just post your email:
-
Dec 20th, 2003, 06:49 AM
#9
Supreme User
What exactly does the error say? And does it occur once the program as been opened?
-
Dec 20th, 2003, 07:42 AM
#10
Thread Starter
Fanatic Member
-
Dec 20th, 2003, 10:47 AM
#11
Addicted Member
I have exactly the same problem.
Silly thought, but are you using the S-Grid from VB-Accelerator?
-
Dec 20th, 2003, 11:52 PM
#12
Thread Starter
Fanatic Member
-
Dec 20th, 2003, 11:53 PM
#13
Thread Starter
Fanatic Member
what is the s-grid anyway
-
Dec 21st, 2003, 07:50 AM
#14
Addicted Member
what is the s-grid anyway
it;s a very powerful grid control provided by vb-accelerator.
I have since found that it has nothing to do with this grid but with my Smart Net button from VB Smart
-
Dec 22nd, 2003, 02:19 PM
#15
Thread Starter
Fanatic Member
Well maybe it could be these items:
smart menu XP
vbskinner
has any one had problems with these items.
-
Dec 22nd, 2003, 02:28 PM
#16
Fanatic Member
I bet...
I bet you have placed a control such as a Option or checkbox in a frame that already has controls. Think about the last thing you did...I have experienced this problem and thats what I found out.
-
Dec 22nd, 2003, 02:32 PM
#17
Thread Starter
Fanatic Member
I dont understand will you ellaborate more.
-
Dec 22nd, 2003, 02:38 PM
#18
Fanatic Member
...
I found my Access database was crashing after I had placed a Checkbox in a frame that had Option Controls in it. The I compiled my database and got an application error. Once I moved that Checkbox out of the frame the error no longer happened.
-
Dec 22nd, 2003, 02:41 PM
#19
Fanatic Member
...
Also your Database could be corrupt. Hopefully you have backed it up somehow.
-
Dec 22nd, 2003, 02:41 PM
#20
Thread Starter
Fanatic Member
thanks Ill try that. matter of fact I think I have a few frames that might be useless. Ill try it out.
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
|