Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsShowcase → My first program...
My first program...
2003-09-22, 1:02 PM #1
[http://misc.nmgoh.com/dnd.jpg]

I've got it all ready-to-go in Visual Basic, but I can't get the program to let me export it as a .EXE. Anyone know how?

------------------
"Six hundred and forty fish later, the only thing I know is everything you love will die. The first time you meet that someone special, you can count on them one day being dead and in the ground."
Jack Chick preaches it
NMGOH
the idiot is the person who follows the idiot and your not following me your insulting me your following the path of a idiot so that makes you the idiot - LC Tusken
2003-09-22, 1:58 PM #2
Nice GUI.

Unfortunately, I have no VB experience. If the Visual Basic editor is anything like Visual C++ editor, it should be right in the menus.

------------------
The Mega-ZZTer's Gaming Haven! - Under Construction
NEW! PHP implementation underway!

2003-09-22, 2:02 PM #3
[http://misc.nmgoh.com/see.jpg]

------------------
"Six hundred and forty fish later, the only thing I know is everything you love will die. The first time you meet that someone special, you can count on them one day being dead and in the ground."
Jack Chick preaches it
NMGOH
the idiot is the person who follows the idiot and your not following me your insulting me your following the path of a idiot so that makes you the idiot - LC Tusken
2003-09-22, 2:36 PM #4
If it's anything like VC++ it should be in the 'build' menu or something similar.

------------------
Have a good one,
Freelancer
"it is time to get a credit card to complete my financial independance" — Tibby, Aug. 2009
2003-09-22, 4:10 PM #5
Well, make sure you have the main form open and save everything. Other than that, I dunno, s'always worked for me. [http://forums.massassi.net/html/confused.gif]

------------------
2003-09-22, 4:21 PM #6
Make sure it's as a project and not just a file or something.

------------------
Bassoon, n. A brazen instrument into which a fool blows out his brains.
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2003-09-22, 4:41 PM #7
Here is what you do.....
To make the *.exe file
1) open project
2) make sure a form is open
3) file -> Make [file].exe



------------------
Later
Stormen81
Later
Stormen81
2003-09-22, 4:52 PM #8
Apparently, the version of the software that came with my book doesn't support that feature, so I'm going to try my campus network's version of the software.

------------------
"Six hundred and forty fish later, the only thing I know is everything you love will die. The first time you meet that someone special, you can count on them one day being dead and in the ground."
Jack Chick preaches it
NMGOH
the idiot is the person who follows the idiot and your not following me your insulting me your following the path of a idiot so that makes you the idiot - LC Tusken
2003-09-22, 8:12 PM #9
The 'educational' version of VB doesnt let you compile anything to .exe. Which, kinda, sorta, defeats the whole point of having a compiler in the first place, but thats just another fine example of Microsoft's ""better"" ideas......

------------------
Back in Black...
And when the moment is right, I'm gonna fly a kite.
2003-09-23, 2:04 AM #10
The C++ learning edition compiler lets you make .exe... wait um never mind [http://forums.massassi.net/html/biggrin.gif]

------------------
Quote:
<font face="Verdana, Arial" size="2">Gideon:
Tell me, how will this brave new world enhance my ability to play solitaire and read porn e-mail?</font>
"For the love of carnage and discord, I swear that on this night, you shall dine in hell!!"
2003-09-23, 6:13 AM #11
C++ > VB but this program would have been much larger if written in C++.

------------------
CWizard *pWizard=new CWizard("Gandalf","white",2021);
pWizard->EnableWizard(TRUE);
Code to the left of him, code to the right of him, code in front of him compil'd and thundered. Programm'd at with shot and $SHELL. Boldly he typed and well. Into the jaws of C. Into the mouth of PERL. Debug'd the 0x258.
2003-09-23, 6:15 AM #12
Well, I found out from my TA that, since my declared major is Computer Science, I get Microsoft Visual Studio for free, which includes the full version of this software (whee!).

------------------
"Six hundred and forty fish later, the only thing I know is everything you love will die. The first time you meet that someone special, you can count on them one day being dead and in the ground."
Jack Chick preaches it
NMGOH
the idiot is the person who follows the idiot and your not following me your insulting me your following the path of a idiot so that makes you the idiot - LC Tusken
2003-09-23, 6:53 AM #13
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Gandalf1120:
C++ > VB but this program would have been much larger if written in C++.

</font>


Not if you do it right...

------------------
Quote:
<font face="Verdana, Arial" size="2">Gideon:
Tell me, how will this brave new world enhance my ability to play solitaire and read porn e-mail?</font>
"For the love of carnage and discord, I swear that on this night, you shall dine in hell!!"
2003-09-23, 7:08 AM #14
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Wolfy:
Well, I found out from my TA that, since my declared major is Computer Science, I get Microsoft Visual Studio for free, which includes the full version of this software (whee!).</font>


Woah, I'm majoring in Computer Science... maybe I'll get something like that. [http://forums.massassi.net/html/smile.gif]

Which will be good, I need a Windows C++ compiler if I hope to write any decent C++.


------------------
The Mega-ZZTer's Gaming Haven! - Under Construction
NEW! PHP implementation underway!
Website is working again. (Somewhat.)

2003-09-23, 11:58 AM #15
Quote:
<font face="Verdana, Arial" size="2">Originally posted by GBK:
The 'educational' version of VB doesnt let you compile anything to .exe. Which, kinda, sorta, defeats the whole point of having a compiler in the first place, but thats just another fine example of Microsoft's ""better"" ideas......

</font>



Yes it does...... it is under the file menu.
and I have made *.exe files with VB.....
And VB compiles you coding in real time.
It just do not have the power of C\C++.

Plus VB is a easier programming language because it was made for people with little or no programming experience.
And making an APP with VB is easier. and doing something like Wolfy app is perfect for VB because it is very simple to code in VB.

in C\C++ this would involve 1000+ lines of coding. and Debuging would be a B!tch to do.


------------------
Later
Stormen81
Later
Stormen81
2003-09-23, 1:48 PM #16
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Ganondorf:
Not if you do it right...
</font>


A function would have to be written for every single one of those radio buttons if done in MFC. It would be even longer using SDK (aka C-style). You would have to process each button's message. Although I am sure there is (are) an algorithm(s) to process such message maps more efficiently.

------------------
CWizard *pWizard=new CWizard("Gandalf","white",2021);
pWizard->EnableWizard(TRUE);
Code to the left of him, code to the right of him, code in front of him compil'd and thundered. Programm'd at with shot and $SHELL. Boldly he typed and well. Into the jaws of C. Into the mouth of PERL. Debug'd the 0x258.
2003-09-23, 2:35 PM #17
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Stormen81:
Yes it does...... it is under the file menu.
and I have made *.exe files with VB.....
And VB compiles you coding in real time.
It just do not have the power of C\C++.
</font>


It doesn't. Trust me on this. [http://forums.massassi.net/html/smile.gif]

[ Edit ] New program picture uploaded [ /Edit ]

------------------
"Six hundred and forty fish later, the only thing I know is everything you love will die. The first time you meet that someone special, you can count on them one day being dead and in the ground."
Jack Chick preaches it
NMGOH

[This message has been edited by Wolfy (edited September 23, 2003).]
the idiot is the person who follows the idiot and your not following me your insulting me your following the path of a idiot so that makes you the idiot - LC Tusken
2003-09-23, 3:14 PM #18
Quote:
<font face="Verdana, Arial" size="2">Which will be good, I need a Windows C++ compiler if I hope to write any decent C++.</font>


Try GCC. You'll thank me later.

Quote:
<font face="Verdana, Arial" size="2">in C\C++ this would involve 1000+ lines of coding. and Debuging would be a B!tch to do.</font>


Only if you're a moron.

------------------
Too many stupid people!

'[sarcastic sneering]
You're waiting for Obi-Wan? Isn't that sweet. Personally, I've decided to wait for the quantum-biological supercomputer. My current system won't support what I have in store for my TC.
[/sarcastic sneering]'
-Fardreamer
StavaDM-Contest 1-Crap Dome-Contest 4

In any situation where I appear to be false, I assure you I am correct. In such a case, it is, in fact, reality that is mistaken.
2003-09-23, 3:45 PM #19
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Gandalf1120:
...this program would have been much larger if written in C++.</font>


I hope you're not also saying it would be larger in file size? Especially since you have to distribute like 5 MB of runtime DLLs to run anything VB.

------------------
Bassoon, n. A brazen instrument into which a fool blows out his brains.
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2003-09-23, 4:54 PM #20
Thread hijack: I've fallen in love with Java.

------------------
Well that's stupid. I'm not buying a so-called Star Wars game that doesn't have Yoda. - Tracer
That painting was a gift, Todd. I'm taking it with me.
2003-09-23, 5:09 PM #21
I like Java's ease of GUI and graphics and it being cross-platform more readily than other languages, but hauling around the VM with your software is **** annoying.

------------------
Bassoon, n. A brazen instrument into which a fool blows out his brains.
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2003-09-23, 5:56 PM #22
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Wolfy:
Well, I found out from my TA that, since my declared major is Computer Science, I get Microsoft Visual Studio for free, which includes the full version of this software (whee!).

</font>



Where do you go Wolfy? Cause I'm pretty sure we don't get that at my Uni. Heck, we've lost so much money. They're trying to raise $1 billion by 2005. Fat chance. :P


------------------
"I'm a funny guy, really I am."
Marsz, marsz, Dąbrowski,
Z ziemi włoskiej do Polski,
Za twoim przewodem
Złączym się z narodem.
2003-09-24, 3:53 AM #23
Mizzou.

------------------
"Six hundred and forty fish later, the only thing I know is everything you love will die. The first time you meet that someone special, you can count on them one day being dead and in the ground."
Jack Chick preaches it
NMGOH
the idiot is the person who follows the idiot and your not following me your insulting me your following the path of a idiot so that makes you the idiot - LC Tusken
2003-09-24, 8:31 AM #24
I majoring in CIS as well. I got Visual Basic 6 and Visual C++ for free.

------------------
I felt like destroying something beautiful.
"Nulla tenaci invia est via"
2003-09-24, 9:01 AM #25
Mizzou? No crap. I just happen to be there as well. Majoring in CS. Holy crap.

------------------
"I'm a funny guy, really I am."
Marsz, marsz, Dąbrowski,
Z ziemi włoskiej do Polski,
Za twoim przewodem
Złączym się z narodem.
2003-09-24, 9:55 AM #26
Do you think you could make one of those programs for the Star Wars D6 rules?

------------------
You underestimate the power of the Dark Side...

DSettahr's Homepage
The Jedi's Saber
2003-09-24, 12:36 PM #27
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Ric_Olie:
Mizzou? No crap. I just happen to be there as well. Majoring in CS. Holy crap.</font>


Really? Hudson 430 - come by some time. If I'm not there, just leave your phone number on the board.

Quote:
<font face="Verdana, Arial" size="2">Originally posted by Dsettahr:
Do you think you could make one of those programs for the Star Wars D6 rules?</font>


Oh, man...I'm afraid not. The D6 system follows some very different system rules - such as, the races all have maximums/minimums for ability scores, and then there's the fact that you advance your scores through your XP, and not your level...

It'd be like trying to make one for Werewolf/Changeling/Vampire...

------------------
"Six hundred and forty fish later, the only thing I know is everything you love will die. The first time you meet that someone special, you can count on them one day being dead and in the ground."
Jack Chick preaches it
NMGOH

[This message has been edited by Wolfy (edited September 24, 2003).]
the idiot is the person who follows the idiot and your not following me your insulting me your following the path of a idiot so that makes you the idiot - LC Tusken
2003-09-25, 7:23 AM #28
Gillet 430. Stop by sometime. Not a real big DnD fan myself, but I pkay Magic. And I got JA.

------------------
"I'm a funny guy, really I am."
Marsz, marsz, Dąbrowski,
Z ziemi włoskiej do Polski,
Za twoim przewodem
Złączym się z narodem.
2003-09-26, 7:04 AM #29
Quote:
<font face="Verdana, Arial" size="2">Originally posted by BV:
Thread hijack: I've fallen in love with Java.

</font>


[http://forums.massassi.net/html/rolleyes.gif]

------------------
Quote:
<font face="Verdana, Arial" size="2">Gideon:
Tell me, how will this brave new world enhance my ability to play solitaire and read porn e-mail?</font>
"For the love of carnage and discord, I swear that on this night, you shall dine in hell!!"

↑ Up to the top!