Activity

  • DeVaultSetter replied to the topic Films & TV Shows in the forum Discussion 10 months ago

    These days, the young and restless will neither rest nor grow old until they get a positive gong in the People’s Court Sheindlin Arb. Reality Show.

    20th Century Fox Wants You To… Go Ape

    Since then, just about everything has gone ape-sh*t. 😛
    Saw Se7en again after four or five years, just enough time to forget most of the details. Worth it, more…[Read more]

  • Spastic Hamburger replied to the topic Random in the forum Discussion 10 months ago

    Sounds like there may have been some structural weakness, that caused part of it to sheer off during the launch. Sometimes, they’ll flood the dock instead. Much safer!

    My mom just got a johnboat. Should be fun to play with along the rivers and lakes. Amazingly, she doesn’t have any dry bags so I’m probably going to pick some up at some point 🙂

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 10 months, 1 week ago

    EditViewObj.cpp and EditViewSort.cpp are empty files and can probably be removed.

  • As I recall, Judge Judy is the highest paid television personality thanks to her daytime shows. Still in syndication here, too. Due to her popularity, we now have about ten or so similar shows running during the day, in addition to the couple of soap operas that are still in our area (I think we only have the Young and the Restless here).

    Saw Plan…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 10 months, 1 week ago

    In other areas of the code, we have lines like these:
    BEGIN_MESSAGE_MAP(CColorStatic, CStatic)
    //{{AFX_MSG_MAP(CColorStatic)
    ON_WM_PAINT()
    //}}AFX_MSG_MAP
    END_MESSAGE_MAP()

    I’m assuming these are generated by VS but I’ve never seen that sort of thing before. If generated, it should probably be implemented in the actual code instead.

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 10 months, 1 week ago

    Yeah, that’s pretty normal. When there’s an error, oftentimes the compilers complain about surrounding lines as well even though there isn’t an error in them. Pretty annoying as it can sometimes be hard to fix a lot of issues all at once but I think it has something to do with how the parsers are designed.

    Getting close to being finished with the…[Read more]

  • 🙂 A parrot pining for the fjords may as well be pining for the rings of Saturn.
    Jindabyne contains dramatic scenes having a bit of pep, it’s located near here so the scenery is familiar, as well as being captured in loving detail.
    NCIS Origins is arguably a better show than the original, thus not a bad choice when there is little else available.…[Read more]

  • 🙂
    treat for music lovers:

  • DeVaultSetter replied to the topic MWEdit in the forum Projects 10 months, 1 week ago

    Thanks. 🙂
    With the esm header, good idea to check what’s in the cpp re anything relating.
    With the X86 MSVC 19.42 compiler at godbolt there is:

    (2): error C2833: ‘operator dword’ is not a recognized operator or type
    (2): error C2059: syntax error: ‘newline’
    (2): error C2143: syntax error: missing ‘;’ before ‘{‘
    (2): error C2447: ‘{‘: missing…

    [Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 10 months, 1 week ago

    Ah, okay. So far, MWEdit appears to be ANSI so we’ll definitely want to do some testing with Unicode once we get a build together to see what support is like. 🙂

    Haven’t gotten to the UI yet but I think it can only load one file at a time for editing.

    Looks like it uses the registry for all of its settings. We may want to plan on adjusting it to…[Read more]

  • DeVaultSetter replied to the topic Random in the forum Discussion 10 months, 1 week ago

    Great story on the waggle dance, and its purpose and meaning. Thanks!
    Apparently the Late Show doesn’t screen every night over here, so they replay some older shows to fill the void. This is an intro to one:

    Can hardly imagine how this could have happened, it’s usually a matter of adjusting the holding…[Read more]

  • DeVaultSetter replied to the topic MWEdit in the forum Projects 10 months, 1 week ago

    Sorry, no, meant the whole thread, not just that post. As a matter of interest, is MWEdit fully Unicode or MBCS?
    If not for debugging, no, – a command line may not be absolutely mandatory unless an association is setup for opening files. Can you load more than one file in MWEdit?
    Where does MWEdit store its preferences – in the registry or in a…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 10 months, 2 weeks ago

    Are the wide characters versions still necessary? There’s been a lot of Unicode support added to Windows since then

    Could be useful to add one to open a file from the command line. Mod managers could then easily let you choose to edit a file, for instance. Pretty easy to implement, would just need to brush up on the specific format. Can…[Read more]

  • Looks like the former is in the public domain so will add it to the list! Still need to see the Peter Sellers one. It used to come on BBCA all the time back when I used to get that station but never got around to watching it. Really need to fix that.

    Yeah, I couldn’t really get into Arrow. Supergirl and Legends of Tomorrow were much better in my…[Read more]

  • DeVaultSetter replied to the topic MWEdit in the forum Projects 10 months, 2 weeks ago

    There’s a few choices of interest from winmain-and-main-in-c-extended, wonder if there is any point adding command line arguments say for example to run the show in debug mode like e.g. Wrye Bash.
    Will that be for CMake? You can make it work with MSBuild as explained in CMAKE_MAKE_PROGRAM, not sure how that goes on VS on Linux though.

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 10 months, 2 weeks ago

    In order to get the program to build using other compilers (assuming VS works), it’ll be necessary to add WinMain() as it currently doesn’t exist with a call to Run() from the main window (that class is already set up properly so it may be easy) and it’ll also be necessary to sort out the image library. The image library is set up to use an…[Read more]

  • Spastic Hamburger replied to the topic Random in the forum Discussion 10 months, 2 weeks ago

    No idea what the name means but the story is about a bunch of machines who go on strike to look for aliens. 😛 It’s a pretty fun read!

    Yeah, that’s much better. It seems that some days are better than others. When I posted about it the other day, half the articles were clickbait. Today, though, they’re not. I may need to start trying to tweak…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 10 months, 2 weeks ago

    We’re probably going to want to generate a class diagram to help sort through things. I’ll see what options are available when I get the opportunity

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 10 months, 2 weeks ago

    Sorry, my dog’s been sick this week so it’s been a bit hard to get much done when I’ve had to get her out every hour or so. She seems to be doing better now, though

    Yep, operator overloading is definitely doable. Generally, it’s recommended to use the feature sparingly to help keep things from getting too confusing. BOSS, for example, uses…[Read more]

  • Going way back to early Bond, there was Barry Nelson in Casino Royale with Peter Lorre as the villain. With characters like Lorre, many of the ones these days come across as cardboard constructs in comparison. This might be the case in the 2006 film where the villains did make out a little “ordinary”. Do recommend the latter, although it does…[Read more]

  • Load More