Login Register






help with vb filter_list
Author
Message
help with vb #1
After using jacob's bomber i fall in love with vb and began to learn it. I made a calc now i want to compile it to .exe. What should i do? Please help.

Reply

RE: help with vb #2
All the Best to u for ur new love.

1010011001111010010010101
0110G10H10O101S010T10101
1010100010100100101001001



Reply

RE: help with vb #3
(05-28-2012, 11:02 PM)TheSkillfularrow Wrote: After using jacob's bomber i fall in love with vb and began to learn it. I made a calc now i want to compile it to .exe. What should i do? Please help.

It gets compiled everytime you run it.
Just look in your project folder -> "projectname"\bin\Debug
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: help with vb #4
thankyou both of you. I made a program. Please have a look => http://www.4shared.com/file/_uHtvTG_/BMI...lator.html

[Image: untitled.JPG]

Reply

RE: help with vb #5
You should be building it in the Release configuration though, not using the Debug compiled exe...
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: help with vb #6
(05-29-2012, 03:58 AM)PhazeShift Wrote: You should be building it in the Release configuration though, not using the Debug compiled exe...

I always do the final build and release the debug compiled exe..

Reply

RE: help with vb #7
(05-29-2012, 03:58 AM)PhazeShift Wrote: You should be building it in the Release configuration though, not using the Debug compiled exe...

I always do the final build and release the debug compiled exe..

Reply

RE: help with vb #8
(05-29-2012, 06:14 AM)Jacob Wrote:
(05-29-2012, 03:58 AM)PhazeShift Wrote: You should be building it in the Release configuration though, not using the Debug compiled exe...

I always do the final build and release the debug compiled exe..

Few reasons why you should probably not do that, but lets give the first piece of evidence > Compare the filesize between a default Release config binary, and a Debug config binary
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: help with vb #9
(05-29-2012, 06:14 AM)Jacob Wrote:
(05-29-2012, 03:58 AM)PhazeShift Wrote: You should be building it in the Release configuration though, not using the Debug compiled exe...

I always do the final build and release the debug compiled exe..

Few reasons why you should probably not do that, but lets give the first piece of evidence > Compare the filesize between a default Release config binary, and a Debug config binary
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: help with vb #10
@phazeshift

I will do that when I get on and such. Thanks for the advice (:

Reply