-
DeVaultSetter replied to the topic Random in the forum Discussion 2 months, 2 weeks ago
Will heed the advice! Elephants never forget either and they also exhibit altruistic behaviour.
Did post a review at Amazon of the dogs’ trampoline beds, to see reviews one has to logged in these days. There’s a rather lengthy explanation of why here:
https://trustworthyshopping.aboutamazon.com/how-amazon-maintains-a-trusted-review-experience -
DeVaultSetter replied to the topic MWEdit in the forum Projects 2 months, 2 weeks ago
Another thing is the Get/SetFuncData pulls up all the script variables,
SCVRalso enumerated here.
One supposes journal records can be referenced in scripts, if not, it’s less to worry about.
What’s clear as a pea soup fog is whySCVRis used only ininfo_dlgand not to any other UI modules – even thescr_...ones. Dave has explained much of it…[Read more] -
DeVaultSetter replied to the topic MWEdit in the forum Projects 2 months, 2 weeks ago
We may need it, it may be along the lines of this. Not quite sure how all this works yet. ๐
-
DeVaultSetter replied to the topic Hardware Relics in the forum Discussion 2 months, 2 weeks ago
Yep, especially in the boondocks where the tv towers transmit a max of 1080p only. In that case even a 4k outfit would have issues.
Not so for internet streaming, where most of the content providers detect one’s resolution in advance.
The cavity magnetron in the microwave oven broke due to user error. The poor thing was operated on empty too many…[Read more] -
DeVaultSetter replied to the topic MWEdit in the forum Projects 2 months, 3 weeks ago
adding the headers for those types
The dilemma of having one Header file for all types, or having the types all over the place. For example Igor the 7-zip guy had them all in one file, a file that was pulled in by most of the other headers.
-
DeVaultSetter replied to the topic Random in the forum Discussion 2 months, 3 weeks ago
A spaceship in the form of a phallus might also provide a boost to the desire!
Speaking of reproduction this comes to mind from Stallman:If I’m the father of Open Source, it was conceived through artificial insemination using stolen sperm without my knowledge or consent.
๐
There was a lovely shower pf rain while asleep early this morning.…[Read more] -
DeVaultSetter replied to the topic MWEdit in the forum Projects 2 months, 3 weeks ago
-
DeVaultSetter started the topic Android Google Search Widget: One Click Search? in the forum Knowledgebase 2 months, 3 weeks ago
Do use the Google widget search all the time on the Android tablet. Great, although something reset it to open on the
Hometab rather thanSearch. The other two tabs areNotificationsandActivityas it appearsDiscoverhas now entered the stream of, well, eternal discovery.
This has the slightly undesirable effect of having to make two clicks in…[Read more] -
DeVaultSetter replied to the topic MWEdit in the forum Projects 2 months, 3 weeks ago
See what you mean, using
#include <windows.h>automatically includes winsock.h so our marvellous AI suggests:
#include <winsock2.h>
#include <windows.h>AFAIKS there are six instances where this wants to be changed.
Put it where, for example, a file is to be opened so you get the file name – here’s the function. ๐ -
DeVaultSetter replied to the topic MWEdit in the forum Projects 2 months, 3 weeks ago
Sounds good. ๐
In the debug builds I would tend to ditchWIN32_LEAN_AND_MEANin favour of stdafx.h until other issues are sorted,WIN32_LEAN_AND_MEANcan knock out other things if they are tweaked or decoupled. Your call.
In ScrollCall there’s:
static const INITCOMMONCONTROLSEX commonCtrls =[Read more]
{
sizeof(INITCOMMONCONTROLSEX),… -
DeVaultSetter replied to the topic MWEdit in the forum Projects 2 months, 3 weeks ago
There’s this message in the standard edit control,
EM_GetSelor for the RichEd,EM_EXGETSEL. Is there only a decl forGetSel()and no def?
Sounds good about the manifest, use mt.exe, or to “save” on extra files there’s also#pragma comment(linker,""/manifestdependency ...which would go nicely in one of the main headers e.g stdafx.h. Using the…[Read more] -
DeVaultSetter replied to the topic Random in the forum Discussion 2 months, 4 weeks ago
Now the chipmunks are running the show, Bugs would have surely considered the issuance of a license for free use of the expression “What’s up Doc” in exchange for a lifetime supply of carrots. A juicy topic, along with the goofy dog-in-the-moon raining down moonrocks, being for another cartoon that was never made. ๐
A recent subject matter ripe…[Read more] -
DeVaultSetter replied to the topic Veg in the forum Discussion 2 months, 4 weeks ago
The legs on the old worm farm packed in, so replaced the farm with a newer version. A messy business at best. ๐
-
DeVaultSetter replied to the topic MWEdit in the forum Projects 3 months ago
Great! ๐
It’s Java based, and AndalayBay released a conversion to Morrowind back in 2014, converting it to C# using WPF with MVVM. She may still have the project files somewhere. The old Bethsoft release threads for that Tes4Gescko can be viewed in this edited html set.
To edit the Tes4Gecko code in VS 2022/2026 we’ll probably want OpenJDK, there…[Read more] -
DeVaultSetter replied to the topic Films & TV Shows in the forum Discussion 3 months ago
Oh, all the old Evil Touch episodes have been posted on Youtube. Nothing too special though – they did make fun late night viewing at the time, this one with Leslie Nielson was a favourite:
And, as Anthony Quayle used to say, “Pleasant Dreams.” ๐ -
DeVaultSetter replied to the topic Random in the forum Discussion 3 months, 1 week ago
Yes – like this one, “To Pan”, from “Hesiod, the Homeric Hymns and Homerica, 1920”:
Only at evening, as he returns from the chase, he sounds his note, playing sweet and low on his pipes of reed: not even she could excel him in melody — that bird who in flower-laden spring pouring forth her lament utters honey-voiced song amid the leaves. At that…
-
DeVaultSetter replied to the topic Films & TV Shows in the forum Discussion 3 months, 1 week ago
Date A Live banned in China? Did they even get to see any of the trailers? This one is for Ren Dystopia:
Series 6 will be the last? Funny, the following trailer for series 4 is banned in the US and Japan, not in China?
Now streaming Sherlock & Daughter, an…[Read more]
-
DeVaultSetter replied to the topic Hardware Relics in the forum Discussion 3 months, 1 week ago
The keyboard lights with OpenRGB is a known issue with XBOX MSC, so we can writhe alive to the tune of that. ๐
The Windows idea of the HID LampArray standard came early 2024 – must have either tried it either without success or missed it altogether. Good news it works with the G213 keyboard as well as with MSC, thus the ball is in the court of…[Read more] -
DeVaultSetter replied to the topic MWEdit in the forum Projects 3 months, 2 weeks ago
That last link takes all of 30 seconds to load over here – it’s huge!
With stdafx it boils down to saving time and grunt with pre-compiled headers using either that or pch.h?
Yes, ensure the includes are working first, otherwise extend the sojourn in MWEdit no man’s land. ๐ -
DeVaultSetter replied to the topic Random in the forum Discussion 3 months, 2 weeks ago
A healthy looking database, as it seemed last night, today got a
504 Gateway Time-outfor both links. Makes sense for the search, not for the subject – home page is fine. ๐
What’s faster than a speeding bullet, more powerful than a locomotive, able to leap tall buildings in a single bound?
As well your favourite Kryptonian, also descriptive of an…[Read more] - Load More
