Re: HELP! I just screwed up my Project!
- From: "Dave O." <nobody@xxxxxxxxxxx>
- Date: Thu, 13 Jul 2006 16:19:46 +0100
The easiest way that involves no extra software is to periodically zip up
all the source files.
Dave O.
"Ed" <ed_millis@xxxxxxxxxxxxxxxxx> wrote in message
news:O3HqF%23npGHA.4408@xxxxxxxxxxxxxxxxxxxxxxx
Let me know if that is of interest to you. If so I will post.I am definitely interested in anything that will save me from having to
recreate an entire pile of spaghetti from scratch!
Ed
"AK" <nospam@xxxxxxx> wrote in message
news:19rtg.30155$Uc3.28462@xxxxxxxxxxxxxxxxxxxxxxx
Ed,
By "portability" it sounds like might be wanting to make "development
versions" of your projects so that if you mess things up you can "roll"
back everything what you know worked "the day before yesterday", or even
10 min ago. (We all have been there. You will be too if you continue the
path of enlightment.)
I have a brute force way of doing this and use it relogiously when we
start an initiative that we suspect in the slightest will get us
entangled in the jungle. Saved my bacon on more than one occasion.
Is that correct that this is what you are wanting to do? Since you ar
using Learning Edition I assume that you are learning - if that is the
case, I recommend now that you think about protecting your set points so
that you can roll back. PS Backup software has some limitations on VB
projects.
Let me know if that is of interest to you. If so I will post.
AK
"Ed" <ed_millis@xxxxxxxxxxxxxxxxx> wrote in message
news:%23BPY2ScpGHA.4188@xxxxxxxxxxxxxxxxxxxxxxx
I have a folder containing all of my project. This is VB6, Learning
Edition. This has not been made an exe yet. In this folder is:
Project1.vbp
Project1.vpw
Form1.frm
Form1.frx
MyFileList.frm
Form1 is the start-up form, and is named "Main". One of the lines on
Form_Load is to pick up App.Path. To test this, I had the bright idea
to move the entire folder into another folder. **Dumbness #1 - _moved_
folder; did not copy!!**
I double-clicked the vbp to open it. Right away I noticed Form1, while
in the folder, was not included in the project. **Dumbness #2 - did not
immediately stop everything and ask for help. Instead, I used Add File
to add Form1 from the folder into the Project.**
With the code open, I hit F5 to launch the project. I get a critical
fault: "Main can't be module, type, project, or form name." Well, I'm
in this deep anyway - so I renamed Form1 from "Main" to "StartUp". Now
I get the error message: "Must have startup form or Sub Main()."
A bit like asking for help changing the oil when the engine's seized -
but can this be fixed?
Ed
.
- References:
- HELP! I just screwed up my Project!
- From: Ed
- Re: HELP! I just screwed up my Project!
- From: AK
- Re: HELP! I just screwed up my Project!
- From: Ed
- HELP! I just screwed up my Project!
- Prev by Date: Re: vb6 bcoming irrelevant?
- Next by Date: Re: Mike: One last explanation, I hope!
- Previous by thread: Re: HELP! I just screwed up my Project!
- Next by thread: Re: HELP! I just screwed up my Project!
- Index(es):
Relevant Pages
|