Compiling Error! Help plz. [RESOLVED]
Hey, my account was deleted for some reason, but that's OK. Anyways, I was wondering if anyone could help me with this incredibly frustrating and painful compiling error I'm having. :confused: :sick: :cry:
Basically, when I press "start" or "compile" then the form disappears, the sidebars and "immediate" bar are still there, but nothing happens. I was wondering if anyone could help me with this problem.
My self diagnosis is that it could be fixed by changing the default compiling options, but I can't find them anywhere. On the plus side, searching for it has taught me some more about VB6, but I'm itching to see if my movement works!
Thanks for all your help!
Re: Compiling Error! Help plz.
Do you get an error?
Do you have a form?
You are using VB6?
Re: Compiling Error! Help plz.
No, I don't get an error.
Yes, I have a form.
Yes, I'm using VB6.
Picture attaching isn't working, so give your e-mail and I'll send you the whole thing. Are there default compiling options?
Re: Compiling Error! Help plz.
Quote:
Originally Posted by thejoemeister
No, I don't get an error.
Yes, I have a form.
Yes, I'm using VB6.
Picture attaching isn't working, so give your e-mail and I'll send you the whole thing. Are there default compiling options?
There are default options, this is how mine is setup (below) to change compiliation options go to Project, then where it says PROJECTNAMEHERE properties... (right at bottom) click it and click on the complie tab :)
http://img145.exs.cx/img145/711/project2jj.jpg
Re: Compiling Error! Help plz.
I dont think the problem is compiler related. Check your code, mabe you set the form to Invisible on load or something.
Re: Compiling Error! Help plz.
I would recommend the same thing: RUN IT IN A FULL DEBUG MODE FROM THE LINE THAT YOUR APP BEGINS WITH.
Although, check what StartUp object is set in your project by going to Project >> Properties ...
Re: Compiling Error! Help plz. [RESOLVED]
I changed the default compiling to P-Code and it works perfectly for what I want to use. Thanks guys! Stay tuned for my game.