Funny and hits the mark, dead center!

TwinBasic....... Have you used it?
I have had VS Code installed for a long time, for messing around with Python. I tried twin basic a week or so back. Can't remember, but something didn't quite work right. I need to get back to it and have another go....
 
The article wasn't really intended as a plug for twinBASIC. In fact, the whole thing started as an aside about how hard it is to find in-depth info about VBA because Microsoft has largely ignored it for nigh on 20 years.

The short aside turned into a couple of paragraphs. Before I knew it, I was over 1,000 words into an utterly ridiculous metaphor. At that point, it was about 1:30 AM and I was getting more than a little punchy.

By 2:30 AM I had a 1,500-word article but no idea how to end it. It was in this sleep-deprived state that I had a vision of the frumpy VBA housewife going to the gym to get her "man"'s attention again. The twinBASIC angle just happened to dovetail perfectly with that narrative.

I posted the article after 3 AM local time. I thought about waiting to read it the next day with a clear head before publishing it, but I was afraid I might chicken out. It takes a bit of a twisted mind to write fan fiction about inanimate objects, but I guess that's who I am. 🤷‍♂️
 
Also, to be clear, I don't have any official ties to the twinBASIC project. I'm a long-time vbWatchdog user (another of Wayne Phillips's projects).

I just happened to start writing a daily blog on Access and VBA about 4 months before Wayne was set to announce twinBASIC. He asked if I would be willing to present the topic at the Access DevCon Vienna conference (held virtually in 2021).

I find the project interesting so I started writing a weekly update article on twinBASIC for two reasons: 1) it's a pretty formulaic thing to write on a Sunday and 2) since the project is so new, there's not a lot of other outlets (none?) covering it on the internet.
 
Just had a look. Problem is my machine is 64-bit and I think you need 32-bit to run twin basic....
You can compile and run 32-bit twinBASIC projects on a 64-bit machine. You just can't reference a 32-bit twinBASIC library (.dll) from a 64-bit version of VBA/Office.
 
You just can't reference a 32-bit twinBASIC library (.dll) from a 64-bit version of VBA/Office.

Is it possible for me to run twin basic on vs code, on a 64 bit machine?

I had a problem with it, assumed it was the 64 bit version that was the problem, but if it's something else, I will look into it and have another go.
 
You did an amazing job with it.

Yes it was amazing, started out like a normal article, gradually getting funnier and funnier. Had me in stitches! My wife asked me what I was laughing at!
 
I showed it to Missy as well. She loved it...went on to say that only a woman could have wrote it. I said maybe he watches the Hallmark channel.

She said that I (me) watch it and I'm still a hopeless male...I told her that I only watch it so I can spend time with her. To this she replied "Yes, but you always sleep through it!"

Today just AINT my day...
 
Is it possible for me to run twin basic on vs code, on a 64 bit machine?

I had a problem with it, assumed it was the 64 bit version that was the problem, but if it's something else, I will look into it and have another go.
Yep, that scenario should work fine. It's the library integration that will bite you.

There have been numerous stability increases over the past few months. There are probably still some remaining issues that will prevent you from copying and pasting large VBA/VB6 code files, but those have been mostly worked out now, too.

If you do run into issues, Wayne is extremely responsive to bug reports at the twinBASIC issues page:-



(note: I'm apparently too new a user to post working links yet)
 
Last edited by a moderator:
Edit,,, Got it working... Needed the http bit ..

The forum software automatically blocks new users from posting links. You need to make 10 posts before you can post a link. This is no reflection on any particular user, it's a device for defeating the spam artists! It works very well.
 

Users who are viewing this thread

Back
Top Bottom