Why does my prog have a fatal error after it is compiled into *.exe
Printable View
Why does my prog have a fatal error after it is compiled into *.exe
because there is an error :)
more info needed.
before compiling it, try running it in Debug mode.
Debug mode - press F8 instead of F5
OK it is a runtime error that windows xp pro gives me. So it isnt a VB error.
paste here the line of code that produces the error
he compiled it, so he won't be able to get the line.Quote:
Originally posted by veryjonny
paste here the line of code that produces the error
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
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.
So if you want to attempt at a debug and help me out alot email me at [email protected] Or just post your email:
What exactly does the error say? And does it occur once the program as been opened?:confused:
Heres the pic of the error:
http://www.vbforums.com/attachment.p...postid=1585815
I have exactly the same problem.
Silly thought, but are you using the S-Grid from VB-Accelerator?
No im using a dbgrid.
what is the s-grid anyway
it;s a very powerful grid control provided by vb-accelerator.Quote:
what is the s-grid anyway
I have since found that it has nothing to do with this grid but with my Smart Net button from VB Smart
Well maybe it could be these items:
smart menu XP
vbskinner
has any one had problems with these items.
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.
I dont understand will you ellaborate more.
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.
Also your Database could be corrupt. Hopefully you have backed it up somehow.
thanks Ill try that. matter of fact I think I have a few frames that might be useless. Ill try it out.