hurley Posted December 13, 2004 Posted December 13, 2004 OK - I'm a beginner, and this is really annoying me. It's the simplest part of what i'm doing, so yeah...anyways.. I added a button to my blackjack game form, and changed around some of the names of the buttons. I increased the size of the form, and that is all. then when i went to start it to view it, it was the same as it was before i added the button and did those changes. the assembly code is updated. Is this a glitch? is there something i can do? Right now i have build errors because i'm not done with the whole project yet, but still, it should at least show the superficial level without trouble. HEEEEELPP thanks a bunch, Hurley Quote
coldfusion244 Posted December 13, 2004 Posted December 13, 2004 OK - I'm a beginner, and this is really annoying me. It's the simplest part of what i'm doing, so yeah...anyways.. I added a button to my blackjack game form, and changed around some of the names of the buttons. I increased the size of the form, and that is all. then when i went to start it to view it, it was the same as it was before i added the button and did those changes. the assembly code is updated. Is this a glitch? is there something i can do? Right now i have build errors because i'm not done with the whole project yet, but still, it should at least show the superficial level without trouble. HEEEEELPP thanks a bunch, Hurley Did you remember to build it first? Control + Shift + B before you press F5. Quote -Sean
Administrators PlausiblyDamp Posted December 13, 2004 Administrators Posted December 13, 2004 If you are getting build errors then it will not be building the executable - you will still be running the original one. Once the errors are removed then you should see the changes. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.