Click here to Skip to main content
15,907,493 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I'm stuck Pin
raddevus15-May-24 3:58
mvaraddevus15-May-24 3:58 
GeneralRe: I'm stuck Pin
Marc Clifton15-May-24 14:26
mvaMarc Clifton15-May-24 14:26 
GeneralRe: I'm stuck Pin
Nagy Vilmos19-May-24 22:34
professionalNagy Vilmos19-May-24 22:34 
GeneralRe: I'm stuck Pin
Pete O'Hanlon16-May-24 0:16
mvePete O'Hanlon16-May-24 0:16 
GeneralRe: I'm stuck Pin
honey the codewitch16-May-24 2:52
mvahoney the codewitch16-May-24 2:52 
GeneralRe: I'm stuck Pin
Matt Bond16-May-24 3:31
Matt Bond16-May-24 3:31 
GeneralRe: I'm stuck Pin
Kschuler16-May-24 8:36
Kschuler16-May-24 8:36 
GeneralThings I wish I didn't (have to) do... Pin
Sander Rossel15-May-24 3:16
professionalSander Rossel15-May-24 3:16 
Spent most of my week so far getting an old Visual Basic 6 environment up and running on my Windows 11 laptop.
I've got it running in a VM now (which I got from the original programmer), but that VM has lots of noise and issues and doesn't work very well (it's the result of 20 years of development by someone who still prefers and uses VB6 and DBF), plus switching between VM and laptop is a pain.
The entire project spans some 40 applications, that use about as much components.
We need to replace all these applications one by one, making sure the output stays the same, so being able to easily run and debug them kind of comes in handy.
With a bit of "luck" we'll get another project which has even more applications (but running them will be a breeze now *ahem*).

So, I got VB6 running, which was only the first step (and surprisingly painless, followed How to install Visual Basic 6.0 on Windows 11 - YouTube[^]).
Then I had to restore all kinds of folders and files in specific places (like C:\Company\Files) and relative to various projects (like ..\..\Components\Component A, etc.).
Not to mention change all kinds of configurations (ini files) because they point to T:\ or specific databases.
Obviously, these files, folders and configurations are all over the place.
I've put all of it in Git, including bin and obj folders, because I can't rebuild most of this stuff and just opening a project in VB6 changes it (it mostly sets references from System32 to SysWOW64, etc.).
Even complete database files (mostly DBF files, but maybe some SQL backups too) got included in Git, because that's how the original programmer works.
I've got Git repositories larger than 1.5 GB now, but Elephant | [mastadon] it!

I'm currently trying to figure out which OCX files have to be registered and (from) where.
A few (most?) are working, but I'm currently having some trouble with some TLB file... Can't register it, but it's referenced in the project, but I keep getting "Class is not registered" (can't find it registered on the VM either though) Frown | :(

I'm too old young for this sh*t.

GeneralRe: Things I wish I didn't (have to) do... Pin
raddevus15-May-24 4:06
mvaraddevus15-May-24 4:06 
GeneralRe: Things I wish I didn't (have to) do... Pin
Sander Rossel15-May-24 4:35
professionalSander Rossel15-May-24 4:35 
GeneralRe: Things I wish I didn't (have to) do... Pin
Dave Kreskowiak15-May-24 4:08
mveDave Kreskowiak15-May-24 4:08 
GeneralRe: Things I wish I didn't (have to) do... Pin
Sander Rossel15-May-24 4:33
professionalSander Rossel15-May-24 4:33 
GeneralRe: Things I wish I didn't (have to) do... Pin
David Crow15-May-24 4:58
David Crow15-May-24 4:58 
GeneralRe: Things I wish I didn't (have to) do... Pin
RainHat15-May-24 5:15
RainHat15-May-24 5:15 
GeneralRe: Things I wish I didn't (have to) do... Pin
Sander Rossel15-May-24 23:02
professionalSander Rossel15-May-24 23:02 
GeneralRe: Things I wish I didn't (have to) do... Pin
Matt Bond16-May-24 3:39
Matt Bond16-May-24 3:39 
GeneralRe: Things I wish I didn't (have to) do... Pin
Mycroft Holmes15-May-24 11:25
professionalMycroft Holmes15-May-24 11:25 
GeneralRe: Things I wish I didn't (have to) do... Pin
Sander Rossel15-May-24 23:03
professionalSander Rossel15-May-24 23:03 
GeneralRe: Things I wish I didn't (have to) do... Pin
Nelek15-May-24 12:05
protectorNelek15-May-24 12:05 
GeneralRe: Things I wish I didn't (have to) do... Pin
jochance15-May-24 16:24
jochance15-May-24 16:24 
GeneralRe: Things I wish I didn't (have to) do... Pin
RickZeeland16-May-24 0:00
mveRickZeeland16-May-24 0:00 
GeneralRe: Things I wish I didn't (have to) do... Pin
jochance16-May-24 5:39
jochance16-May-24 5:39 
GeneralDo americans not use the metric system because ... Pin
OriginalGriff15-May-24 0:28
mveOriginalGriff15-May-24 0:28 
GeneralRe: Do americans not use the metric system because ... Pin
charlieg15-May-24 1:57
charlieg15-May-24 1:57 
GeneralRe: Do americans not use the metric system because ... Pin
Daniel Pfeffer15-May-24 1:58
professionalDaniel Pfeffer15-May-24 1:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.