Results 1 to 20 of 20

Thread: Program Crashes after compiled

  1. #1

    Thread Starter
    Fanatic Member cid's Avatar
    Join Date
    Nov 2002
    Location
    Fort Worth, Texas
    Posts
    854

    Program Crashes after compiled

    Why does my prog have a fatal error after it is compiled into *.exe

    www.google.com - Pay Tribute.

    Always Listening To: Thrice

  2. #2
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    because there is an error

    more info needed.
    Remember, if someone's post was not helpful, you can always rate their post negatively .

  3. #3
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089
    before compiling it, try running it in Debug mode.

    Debug mode - press F8 instead of F5

  4. #4

    Thread Starter
    Fanatic Member cid's Avatar
    Join Date
    Nov 2002
    Location
    Fort Worth, Texas
    Posts
    854
    OK it is a runtime error that windows xp pro gives me. So it isnt a VB error.

    www.google.com - Pay Tribute.

    Always Listening To: Thrice

  5. #5
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089
    paste here the line of code that produces the error

  6. #6
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    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 .

  7. #7

    Thread Starter
    Fanatic Member cid's Avatar
    Join Date
    Nov 2002
    Location
    Fort Worth, Texas
    Posts
    854
    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.

    www.google.com - Pay Tribute.

    Always Listening To: Thrice

  8. #8

    Thread Starter
    Fanatic Member cid's Avatar
    Join Date
    Nov 2002
    Location
    Fort Worth, Texas
    Posts
    854
    So if you want to attempt at a debug and help me out alot email me at [email protected] Or just post your email:

    www.google.com - Pay Tribute.

    Always Listening To: Thrice

  9. #9
    Supreme User Madboy's Avatar
    Join Date
    Oct 2003
    Location
    England
    Posts
    3,253
    What exactly does the error say? And does it occur once the program as been opened?

  10. #10

    Thread Starter
    Fanatic Member cid's Avatar
    Join Date
    Nov 2002
    Location
    Fort Worth, Texas
    Posts
    854
    Heres the pic of the error:
    Attached Images Attached Images  

    www.google.com - Pay Tribute.

    Always Listening To: Thrice

  11. #11
    Addicted Member
    Join Date
    Sep 2000
    Location
    UK
    Posts
    199
    I have exactly the same problem.

    Silly thought, but are you using the S-Grid from VB-Accelerator?

  12. #12

    Thread Starter
    Fanatic Member cid's Avatar
    Join Date
    Nov 2002
    Location
    Fort Worth, Texas
    Posts
    854
    No im using a dbgrid.

    www.google.com - Pay Tribute.

    Always Listening To: Thrice

  13. #13

    Thread Starter
    Fanatic Member cid's Avatar
    Join Date
    Nov 2002
    Location
    Fort Worth, Texas
    Posts
    854
    what is the s-grid anyway

    www.google.com - Pay Tribute.

    Always Listening To: Thrice

  14. #14
    Addicted Member
    Join Date
    Sep 2000
    Location
    UK
    Posts
    199
    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

  15. #15

    Thread Starter
    Fanatic Member cid's Avatar
    Join Date
    Nov 2002
    Location
    Fort Worth, Texas
    Posts
    854
    Well maybe it could be these items:
    smart menu XP
    vbskinner

    has any one had problems with these items.

    www.google.com - Pay Tribute.

    Always Listening To: Thrice

  16. #16
    Fanatic Member Avatarp's Avatar
    Join Date
    Sep 2002
    Location
    Calgary
    Posts
    826

    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.

  17. #17

    Thread Starter
    Fanatic Member cid's Avatar
    Join Date
    Nov 2002
    Location
    Fort Worth, Texas
    Posts
    854
    I dont understand will you ellaborate more.

    www.google.com - Pay Tribute.

    Always Listening To: Thrice

  18. #18
    Fanatic Member Avatarp's Avatar
    Join Date
    Sep 2002
    Location
    Calgary
    Posts
    826

    ...

    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.

  19. #19
    Fanatic Member Avatarp's Avatar
    Join Date
    Sep 2002
    Location
    Calgary
    Posts
    826

    ...

    Also your Database could be corrupt. Hopefully you have backed it up somehow.

  20. #20

    Thread Starter
    Fanatic Member cid's Avatar
    Join Date
    Nov 2002
    Location
    Fort Worth, Texas
    Posts
    854
    thanks Ill try that. matter of fact I think I have a few frames that might be useless. Ill try it out.

    www.google.com - Pay Tribute.

    Always Listening To: Thrice

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