Activity for Soren Bro

  • Soren Bro Soren Bro modified a comment on discussion Miscellaneous Help Wanted

    That's pretty much it. Can't imagine that'll be popular or in demand, but so it goes.

  • Soren Bro Soren Bro posted a comment on discussion Miscellaneous Help Wanted

    That's pretty much it. Can't imagine that'll be popular, but so it goes.

  • Soren Bro Soren Bro committed [46b606]

    Initial commit

  • Soren Bro Soren Bro committed [19cda0]

    Initial commit

  • Soren Bro Soren Bro modified a comment on discussion Help

    In PERL I can do the following using the PERL module "Term::ReadLine" # pseudocode use Term::ReadLine; my $term = new Term::ReadLine('Foo: '): my $data; while(1) { $data= $term->readline('Data: ', $data); $data =~ tr/\r\n//d; last if ($data =~ /^[qQ]$/); #do stuff with $data } Here thanks to the readline function the input is autpmatically used as default., Is there a way to do something similar in either basic C++ or BOOST? Regards,

  • Soren Bro Soren Bro posted a comment on discussion Help

    In PERL I can do the following using the PERL module "Term::ReadLine" # pseudocode use Term::ReadLine; my $term = new Term::ReadLine('Foo: '): my $data; while(1) { $data= $term->readline('Data: ', $data); $data =~ tr/\r\n//d; last if ($data =~ /^[qQ]$/); #do stuff with $data } Here thanks to the readline function the input is autpmatically used as default., Is there a way to do something similar in either basic C´ or BOOST? Regards,

  • Soren Bro Soren Bro posted a comment on discussion Translators Wanted

    FYI: You have a typo in your en.yaml file line 30: More information aboout how Regards.

  • Soren Bro Soren Bro committed [c68817]

    Simple README added.

  • Soren Bro Soren Bro committed [0fa28e]

    Initial update

  • Soren Bro Soren Bro committed [c75124]

    Initial commit

  • Soren Bro Soren Bro posted a comment on discussion Help

    Any thought?. I'm not sking for someone to solve it for me. Solving the problem is much of the fun, Just a general pointer, please.

  • Soren Bro Soren Bro posted a comment on discussion Help

    Even the boost 1.70 exampåles uses the same construct, so maybe there's something going on here that just can' be solved by a generic lambda. It just seems to be it shouldn't be necessary. Just for the sake of argument I start my precompiled header along these lines: //------------------------------------------------------------------------------ // This is pretty academic. But since we *can* check let's do it. //------------------------------------------------------------------------------ #ifndef...

  • Soren Bro Soren Bro posted a comment on discussion Help

    I'm tinkering around with the boost examples using asio and beast to write a rudimentary http server. Many of them, for instance: https://www.boost.org/doc/libs/develop/libs/beast/example/http/server/async/http_server_async.cpp and even later ones, make use of an improvised C11 lambda-isdh struct: // Handles an HTTP server connection class session : public std::enable_shared_from_this<session> { [B] // This is the C++11 equivalent of a generic lambda. // The function object is used to send an HTTP...

  • Soren Bro Soren Bro committed [20222f]

    Reverted app to x86

  • Soren Bro Soren Bro committed [17d899]

    Revert to x86

  • Soren Bro Soren Bro committed [af9bf2]

    Revert to x86

  • Soren Bro Soren Bro committed [dcfca8]

    Reverted app to x86

  • Soren Bro Soren Bro committed [4745cc]

    Altered 3 files to get rid of Acces Violation on exit.

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I know I pretty much checked in to tell you that the project needed a complete rewrite. I may have underestimated how important it is to you people. As I remember the app had some 32/64 bit issues. I dont quite remember all the particulars as I take a social deroute now and again. If the project manager (Matavka or MacLean?) will hand me well defined tasks with the code Ill do my best. If not all the best. Regards, Søren On Thu, Feb 6, 2020 at 9:49 PM Walt Stagner wstagner@users.sourceforge.net wrote:...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I'll get back to you on this. Just got up. /Søren On Thu, Mar 28, 2019 at 7:49 AM Ted Matavka nmatavka@users.sourceforge.net wrote: On Wednesday, March 20, 2019 3:30:34 PM EDT, Soren Bro wrote: Now, I'm obviouslt in my right element coding GUIs. All I need is a robust database with "simple" Stored Proedures underneath,. Then we are running. And since mysql is available on all platforms portability should ber a breeze too. Give me a little chance to demonstrate this for you. I'm sure you wont regret...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I know gow much you love this DB stuff....: [CODE] -- Create HERMES DATABASE DROP DATABASE HERMES; CREATE DATABASE HERMES; USE HERMES; -- -- Create normalization tables. -- Normalization suppport for names. DROP TABLE _NAMES; CREATE TABLE _NAMES (ID INT NOT NULL AUTO_INCREMENT PRIMARY KEY, NAME VARCHAR(50)); -- Normalization suppport for email nicks. DROP TABLE _NICKS; CREATE TABLE _NICKS (ID INT NOT NULL AUTO_INCREMENT PRIMARY KEY, NICK VARCHAR(50)); -- Normalization suppport for email servers....

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I'm trying to write what may be the ugliest REGEX known to man in order to harvest data from a wiki page. I refuse to do it by manually... [CODE] if( $_=~ /<img alt=\"(.?)\" src=\"(.?)\" decoding=\".?\" width=\".?\" height=\".?\" class=\".?\" srcset=\"(.?)\" data-file-width=\".?\" data-file-height=\".?\"\s /) { print "\tLINE: [$1], [$2], [$3], \n"; [/CODE] and I'm not nearly done. Please don't ask. await the result....

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I've figured out the proper joins. For some reason the Stored Procedure CALL complains about wrong number of arguments. I have it absurdly normalized. The MESSAGES table will reference itself, Possibly with a compostite PRIMARY KEY.. This will make making a tree view of discussions a breeze. ODBC bulk row fetching will make enomously amounts of accounts showable lightning fast in a Windows C++ Virtual CListCrtl. I know because I've implemented this before. I don't care if you have a million contacts...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    It may look like I'm doing nothing but believe me I'm in the fray - like my ultimate idol Jean Parisot de Valette https://en.wikipedia.org/wiki/Jean_Parisot_de_Valette, The Christian Commander from The Siege of Malta in 1540. This guy slaughtered hordes of oncoming enemies (they happened to be muslims, but that's ofcourse not important, cough) with a two-handed sword I probably wouldn't be able to lift, wearing full battle armor at the age of 70!! I know you guys hate the underlying database idea,...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    A lot of normalization should be implemented. And a bunch if VIEWS should be created. Not to mention som Stored Procedures. Regards. Søren On Thu, Mar 14, 2019 at 9:50 PM sbrothy@gmail.com wrote: It's a little messsy, granted... Regards, Søren On Thu, Mar 14, 2019 at 9:49 PM sbrothy@gmail.com wrote: A very very first layout.... On Thu, Mar 14, 2019 at 9:44 PM Soren Bro sbrothy@users.sourceforge.net wrote: I'll try to implement some of my ideas. Especially ,makin'g the app send and receive mails....

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    It's a little messsy, granted... Regards, Søren On Thu, Mar 14, 2019 at 9:49 PM sbrothy@gmail.com wrote: A very very first layout.... On Thu, Mar 14, 2019 at 9:44 PM Soren Bro sbrothy@users.sourceforge.net wrote: I'll try to implement some of my ideas. Especially ,makin'g the app send and receive mails. I must admit that the urge to build a proper database beneath the app is so strong, for nothing else then for showing discussions in a treeview. I might run a concurrent version locally. We'll see...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    A very very first layout.... On Thu, Mar 14, 2019 at 9:44 PM Soren Bro sbrothy@users.sourceforge.net wrote: I'll try to implement some of my ideas. Especially ,makin'g the app send and receive mails. I must admit that the urge to build a proper database beneath the app is so strong, for nothing else then for showing discussions in a treeview. I might run a concurrent version locally. We'll see what comes out looking stronger...I'm afraid I'm not in much doubt.... Regards, Søren OK. Upload is working...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I'll try to implement some of my ideas. Especially ,makin'g the app send and receive mails. I must admit that the urge to build a proper database beneath the app is so strong, for nothing else then for showing discussions in a treeview. I might run a concurrent version locally. We'll see what comes out looking stronger...I'm afraid I'm not in much doubt.... Regards, Søren

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Normally one would write in the top of the file you edit, who you are and when you did what. Sometimes thuogh, a solution spans several such files and piecing the logic together can be a pain. I propose therefore that we use TODO.txt (or perhaps a dedicated one for this purpose) so we can explain a mutiple file edit with a single logical explanation. Just a heads up about where you'd be able to find an explanation for seemingly unrelated edit events.... Regards. Søren

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Nope. I can't make the simnplerst of changes. I must admit its very demoralizing. :( It could be me not grasping the basics of Mercuriak but this has worked for me before. Regards. On Sun, Mar 10, 2019 at 5:54 PM sbrothy@gmail.com wrote: Funny thing is it's only "interrupted" when completely done. Regards. On Sun, Mar 10, 2019 at 5:52 PM sbrothy@gmail.com wrote: OK. It finally seemed to go through, but once again I ended up with 403 Forbidden. [...] http authorization required for https://bitbucket.org/team-hermes/hermes-mail...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Funny thing is it's only "interrupted" when completely done. Regards. On Sun, Mar 10, 2019 at 5:52 PM sbrothy@gmail.com wrote: OK. It finally seemed to go through, but once again I ended up with 403 Forbidden. [...] http authorization required for https://bitbucket.org/team-hermes/hermes-mail realm: Bitbucket.org HTTP bruger [User]: sbrothy kodeord [Password]: afbrudt: [Interrupted] HTTP Error 403: Forbidden C:\DEV\hermes-mail> [...] I'll try to download it again to see if my changes was committed...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    OK. It finally seemed to go through, but once again I ended up with 403 Forbidden. [...] http authorization required for https://bitbucket.org/team-hermes/hermes-mail realm: Bitbucket.org HTTP bruger [User]: sbrothy kodeord [Password]: afbrudt: [Interrupted] HTTP Error 403: Forbidden C:\DEV\hermes-mail> [...] I'll try to download it again to see if my changes was committed afterall, but I'm not optimistic... Regards. On Sun, Mar 10, 2019 at 5:37 PM sbrothy@gmail.com wrote: "Bcc" I meant ofcourse.....

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    "Bcc" I meant ofcourse.. Regards. On Sun, Mar 10, 2019 at 5:36 PM sbrothy@gmail.com wrote: Problem is that "recipients" are of course probably legion, whereas "from" are highly likely singular. "Cbb" and CC" is anyone's guess. They can all be made the same size but not without seeming a little ... ridicolous.... Regards, Søren On Sun, Mar 10, 2019 at 5:32 PM sbrothy@gmail.com wrote: Oooh... I missed this statement of yours: " I feel like the metadata (From/To/CC/Subject) should span the width of...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Problem is that "recipients" are of course probably legion, whereas "from" are highly likely singular. "Cbb" and CC" is anyone's guess. They can all be made the same size but not without seeming a little ... ridicolous.... Regards, Søren On Sun, Mar 10, 2019 at 5:32 PM sbrothy@gmail.com wrote: Oooh... I missed this statement of yours: " I feel like the metadata (From/To/CC/Subject) should span the width of the window UNLESS attachments are present [...]" Let me take a look at how this could be done....

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Oooh... I missed this statement of yours: " I feel like the metadata (From/To/CC/Subject) should span the width of the window UNLESS attachments are present [...]" Let me take a look at how this could be done. Regards. On Sun, Mar 10, 2019 at 5:23 PM Soren Bro sbrothy@users.sourceforge.net wrote: Well, My mistake is perhaps that I'm looking at the "large" logo. And that has to be resized to act as a splash screen, at least. I also thought the half of the dockablepane look awfully empty and putting...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Well, My mistake is perhaps that I'm looking at the "large" logo. And that has to be resized to act as a splash screen, at least. I also thought the half of the dockablepane look awfully empty and putting the logo there resizable as the dockable pane ersizes might be the answer. You don't like the idea I figure. So be it. Right now the HERMES app fails wth an Access Violation when closed. One I can easily fix (If I could upload changes that is. Someone still haven't verified that the UID and PWD...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    But still, I'm unable to do anything about anything (The program crashes with an access violation I can fix if I could just upload my chages to the repository.). Regards. On Sat, Mar 9, 2019 at 11:18 AM Soren Bro sbrothy@users.sourceforge.net wrote: Well, I kinda had no choice but resize the logo as the user resizes the window,but, if you don't like it consider it scrapped. I just thought it made for a filler where there was nothing at all. Regards. On Sat, Mar 9, 2019 at 4:37 AM Ted Matavka nmatavka@users.sourceforge.net...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Well, I kinda had no choice but resize the logo as the user resizes the window,but, if you don't like it consider it scrapped. I just thought it made for a filler where there was nothing at all. Regards. On Sat, Mar 9, 2019 at 4:37 AM Ted Matavka nmatavka@users.sourceforge.net wrote: On Wednesday, March 6, 2019 5:39:55 PM EST, Soren Bro wrote: And enough for today. Gotta remember to take it slowly... Regards. On Wed, Mar 6, 2019 at 11:37 PM sbrothy@gmail.com wrote: But yeah. Enough porn for now (except...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    So I'll sign off for today and continue tomorrow.. Regards. On Fri, Mar 8, 2019 at 10:17 PM sbrothy@gmail.com wrote: I will, but it´s late here. 22:16., and I promised my GP to turn down the tempo after that seizure I had. Regards. On Fri, Mar 8, 2019 at 10:15 PM sbrothy@gmail.com wrote: If someone could solve my problerm of not being able to update changes.... Regards. On Fri, Mar 8, 2019 at 8:52 PM GreenShed greenshed@users.sourceforge.net wrote: Sorry again. The first image I posted "Eudora.png"...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I will, but it´s late here. 22:16., and I promised my GP to turn down the tempo after that seizure I had. Regards. On Fri, Mar 8, 2019 at 10:15 PM sbrothy@gmail.com wrote: If someone could solve my problerm of not being able to update changes.... Regards. On Fri, Mar 8, 2019 at 8:52 PM GreenShed greenshed@users.sourceforge.net wrote: Sorry again. The first image I posted "Eudora.png" had some personal info in it so quickly deleted and attached a cleaner version as "Eudora2.png". If you clicked on...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    If someone could solve my problerm of not being able to update changes.... Regards. On Fri, Mar 8, 2019 at 8:52 PM GreenShed greenshed@users.sourceforge.net wrote: Sorry again. The first image I posted "Eudora.png" had some personal info in it so quickly deleted and attached a cleaner version as "Eudora2.png". If you clicked on the image link in the email it probably couldn't find the orginal. If you don't mind browsing to the discussion within SourceForge the good link/image is within the web/discussion...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Well, I can't find the the picture you posted, but the way I imagine and am trying to implement it is that these windows are dockable and can be turned off and on (or docked wher you want them) to avoid clutter. In fact, Once you fill in the address info and attachments what you end up with (after dismissing those windows) is actualy just basically an full screen editor for writing an email. Preferrably able to accept pictures and HTML. At least, that's my vision. Regards. On Fri, Mar 8, 2019 at...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I suspect you're talking about the website here. But in Visual C++ taborder can be set manually. Nothing annous me more than wrong tab order. I rely on it in any app. Be it web or not. Also, holding shift down while tabbing will move the other way. If this doesn't work it's just dowright unproffessional. Regards. On Friday, March 8, 2019, J Carson greenshed@users.sourceforge.net wrote: Was very excited to see/read/hear of this develpment but found on the Hermes web site under Solutions/Superior Organisation...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Yes, I'm painfully awate. I'm in the prøve Så of changing tele-company so I can get a proper router. One where I can forward ports properly and wherebthere's a decent speed. For now ai kinfa bluff mu wau through but beløbet me, I know it's not good enough. I've had mu share of trouble with my former company though. Regards. On Friday, March 8, 2019, Walt Stagner wstagner@users.sourceforge.net wrote: You really need to use the program to learn & appreciate what it's really capable of and why WE USERS...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    To tell you the embarrassing truth I haven't really used the program yet. One of the reasons is that I use my cellphone as hotspot and as such have issues with forwarding and opening ports. I need to get an old-fashioned router before I can make it work properly. It's a major problem... Also, my use of the program as such is kinda backwards. Regards. On Friday, March 8, 2019, Ted Matavka nmatavka@users.sourceforge.net wrote: <meta content="script-src 'self'; img-src * cid: data:;" http-equiv="Content-Security-Policy"><style...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Really. This is beginning to annoy me quite severely. I've tried every password I can think off that I've ever used. Nothing. Could someone with the proper credentials please verify for me please? Regards. On Thu, Mar 7, 2019 at 10:33 PM Soren Bro sbrothy@users.sourceforge.net wrote: I can't seem to upload any changes. I'm using the username and password I was issued but everything fails in the end with: Disconnected: HTTP Error 403 Forbidden. I's pretty annoying as I have a bunch of changes I want...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I can't seem to upload any changes. I'm using the username and password I was issued but everything fails in the end with: Disconnected: HTTP Error 403 Forbidden. I's pretty annoying as I have a bunch of changes I want to make. Some of them pretty important. Could you maybe verify that I'm using the correct username and password? Regards. Søren.

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I see. I need to look furthet into that.... Regards On Thursday, March 7, 2019, Walt Stagner wstagner@users.sourceforge.net wrote: What I mean by "saved contacts" is the Eudora/Hermes address book. Names connectes to e-mails... https://sourceforge.net/p/hermesmail/discussion/general/thread/f9e81a71c9/?limit=25#cb9f Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/hermesmail/discussion/general/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Perhaps. But this brings us full-circle. Again. "Saved contacts" sounds suspiciously like some sort of database. Mind you, I'm not lobbying for anything here. But no matter what, such a "database" has to be built. Do we really want it to be a simple textfile? I know ODBC has drivers that will handle such simple text-files, but if we're already using SQL for handling a simple text file why not do it properly? For the coder it will be transparent. And a heck of a lot more stable and visionary. Hm....

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    And it also doesn't make any sense comme to think about it...? /Søren On Thursday, March 7, 2019, Soren Bro sbrothy@users.sourceforge.net wrote: I'd like Hermes to do something similar to Gmail when you enter an e-mail. In Gmail it's immediately replaced by a little rectangle showing only the user's name. Where does gmail get this info from if not from a database of sorts? Does it automatically hook up with facebook? Or is this some part of the e-mail RFC I'm not aware of? Is The actual name sent...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I'd like Hermes to do something similar to Gmail when you enter an e-mail. In Gmail it's immediately replaced by a little rectangle showing only the user's name. Where does gmail get this info from if not from a database of sorts? Does it automatically hook up with facebook? Or is this some part of the e-mail RFC I'm not aware of? Is The actual name sent along with the e-mail?! Sounds a little farfetched to me. Regards Søren. -- Søren Bro Thygesen

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    And enough for today. Gotta remember to take it slowly... Regards. On Wed, Mar 6, 2019 at 11:37 PM sbrothy@gmail.com wrote: But yeah. Enough porn for now (except the larger toolbars). About to make something work..... Regards. Søren On Wed, Mar 6, 2019 at 11:33 PM sbrothy@gmail.com wrote: This is what I'm working on. I'm almost there. A couple of resize issues are left but its nearly there. It looks kinda sexy doesn't it? :)

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    But yeah. Enough porn for now (except the larger toolbars). About to make something work..... Regards. Søren On Wed, Mar 6, 2019 at 11:33 PM sbrothy@gmail.com wrote: This is what I'm working on. I'm almost there. A couple of resize issues are left but its nearly there. It looks kinda sexy doesn't it? :)

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    This is what I'm working on. I'm almost there. A couple of resize issues are left but its nearly there. It looks kinda sexy doesn't it? :)

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Heh heh. "Intense" personality. I'd imagine. How about in Denmark? I realize it probably isn't the greatest of markets, but can a non-citizen apply for trademarks and does it matter at all? /Søren On Wednesday, March 6, 2019, Ted Matavka nmatavka@users.sourceforge.net wrote: Names aren't registrable as intellectual copyright, only as trademark. Big distinction. On Wed, 6 Mar 2019 at 04:52, Soren Bro sbrothy@users.sourceforge.net wrote: I'd be surprised if they hadn't registered this as intellectual...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I'd be surprised if they hadn't registered this as intellectual copyright. So what so we do? Regards, Søren. On Tuesday, March 5, 2019, Walt Stagner wstagner@users.sourceforge.net wrote: And there's also this: http://hermesemessenger.com/ Hermes Messenger name https://sourceforge.net/p/hermesmail/discussion/general/thread/0f0bdb0392/?limit=25#510e/349e Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/hermesmail/discussion/general/ To unsubscribe from further messages,...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I mean aside from the splash screen. There's a big empty spot where it would fit nicely. Regards. On Tuesday, March 5, 2019, Soren Bro sbrothy@users.sourceforge.net wrote: That's probably a point for the admins. But good spot. Worth taking into account, I'm sure. It would make the logo obsolete but a picture is a picture. I'm fighting with it now. I have a good idea where to put it but its size needs to be dynamic. Regards. Søren. On Monday, March 4, 2019, Gordon Hughes gah789@users.sourceforge.net...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    That's probably a point for the admins. But good spot. Worth taking into account, I'm sure. It would make the logo obsolete but a picture is a picture. I'm fighting with it now. I have a good idea where to put it but its size needs to be dynamic. Regards. Søren. On Monday, March 4, 2019, Gordon Hughes gah789@users.sourceforge.net wrote: A small point to bear in mind before committing finally to Hermes Messenger as the client name. In the UK there is a large courier company called Hermes and it has...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I'm moved by your kind words. Rest assured though, that HERMES most probably hasn't been the proverbial straw. I am (was) engaged in a lot of (and certainly too many) projects. Few of them was cooperative though. Most was personal and some family related. Hence my fear of "spreading too thin", although the consequences wasn't what I expected. I was more scared of letting someone down. The personal ones has been put on hiatus with no losers (apart from my own pride). To stretch the metaphor I've had...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    When I was carted off to hospital, my home was in considaterad disarray. Coming back was not pretty. I may have had the cure for cancer growing in my fridge, but I couldn't come to terms with the sub-sentient broccoli which had taken over. I'll go home and take over, preparing the scene for serious work... Regards. Søren. On Wednesday, February 27, 2019, Soren Bro sbrothy@users.sourceforge.net wrote: Iinitially I thought it was due to low blood sugar (that seems to be what the litterature thinks)...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Iinitially I thought it was due to low blood sugar (that seems to be what the litterature thinks) in combination with the "medicine" I'm prescribed from my GP. But upon hearing what I do with my spare time he was not in doubt. I should probably eat more anyhoo though. I'm not good at that. Regards. On Tuesday, February 26, 2019, Pete Maclean petemaclean@users.sourceforge.net wrote: Oh, and here was I thinking you were probably taking a well earned break after completing the first phase of the Hermes...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Darn spell correcting. :) On Tuesday, February 26, 2019, sbrothy@gmail.com wrote: I've had a Grand Mal seizure. According to my GP from stress. So I've been forced to keep a little low profile. I'm gerting back to normal though. I was hospitalized and forced to give up the internet for a while and roll back some of my projects. I'm slowly getting back to normal though. I apologize for any inconvinence, but the seriousness was laid out prettty vividly and gave me somewhat of a scare. I'll getting...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I've had a Grand Mal seizure. According to my GP from stress. So I've been forced to keep a little low profile. I'm gerting back to normal though. I was hospitalized and forced to give up the internet for a while and roll back some of my projects. I'm slowly getting back to normal though. I apologize for any inconvinence, but the seriousness was laid out prettty vividly and gave me somewhat of a scare. I'll getting back to a kind of normal though. I've had to give up some of my projects but I still...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Heh. Understood. Thx for the mbox link. Regards , Søren. On Monday, February 11, 2019, Ted Matavka nmatavka@users.sourceforge.net wrote: In reply to: I don't really know what else to tell you. I told you the barren thruth months(?) ago (Elephant in the room, remember?) We can ofcourse write scipts or programs that will translate the data from Eudora into a new program's format and, I'll happily do that. It's just... The opposition I'm hearing is mostly based on the look &feel of a future program....

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    What I hear is, that even though the reality of your situation calls for other practical solutions, you're so devoted to the "look" of the program that a "clone" of Eudora is what you want. What if we can deliver that but, with a relational database underneath? In reality, even though only MacLean have a copy (which he is free to share), the proof-of-concept thingy I'm aiming for only needs the toolbar icons to look like Eudora. I will try to branch out then.... I'll continue what I'm doing. Admittedly,...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Yeah. "Windows Live Mail 2012", If it doesn't want to start just retry. it will eventually. Regards. On Sat, Feb 9, 2019 at 9:16 PM sbrothy@gmail.com wrote: https://www.howto-outlook.com/downloads/mfcmapi.htm As a beginning. But it's best you take your own look, I can't distinguish this client from Outlook. On Sat, Feb 9, 2019 at 9:12 PM Soren Bro sbrothy@users.sourceforge.net wrote: There. If you cant access it tell me. I'll find another way.... Regards. On Sat, Feb 9, 2019 at 9:09 PM sbrothy@gmail.com...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    https://www.howto-outlook.com/downloads/mfcmapi.htm As a beginning. But it's best you take your own look, I can't distinguish this client from Outlook. On Sat, Feb 9, 2019 at 9:12 PM Soren Bro sbrothy@users.sourceforge.net wrote: There. If you cant access it tell me. I'll find another way.... Regards. On Sat, Feb 9, 2019 at 9:09 PM sbrothy@gmail.com wrote: I can do better. I can send you my complete app. It's not sane right now, so don't expect a working app. But in the File menu you'll find a "send"...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    There. If you cant access it tell me. I'll find another way.... Regards. On Sat, Feb 9, 2019 at 9:09 PM sbrothy@gmail.com wrote: I can do better. I can send you my complete app. It's not sane right now, so don't expect a working app. But in the File menu you'll find a "send" setting or similar which will will open the Simple MAPI app.. Lemme just make sure the code actually compiles here... Hermes.rar https://drive.google.com/file/d/1uyg_gNmfL_Tmw9xdv9P5C6oZzDYBANaY/view?usp=drive_web Regards.. On...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I can do better. I can send you my complete app. It's not sane right now, so don't expect a working app. But in the File menu you'll find a "send" setting or similar which will will open the Simple MAPI app.. Lemme just make sure the code actually compiles here.. It's big so goglle does something cloudy with it...hang on,,, Regards.. On Sat, Feb 9, 2019 at 8:59 PM Pete Maclean petemaclean@users.sourceforge.net wrote: I am responding again, this time to another topic in your last message: a complete...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    The numbers alone should make it obvious. But it depends upon the the design ofcourse. I need to know what you mean by "mailboxes". How many tables should be in such a database? How are they related? I can see "CONTACTS" and "MESSAGES" as tables immediately. With attributes like sent or not. Subjects, threading and all. I'´m surprised you've come as long as you have without relating to a "Relational" database. :) The data should be in a relational database management system. The view? Well, how do...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I've had bad luck trying to upload the "proof-of-concept" program I wrote using Mercurial. I can pack it into a ZIP package and put it somewhere complete with executable. I haven't really tried to make it look like Eudora. I thought the better priority would be to make the things under the hood work. Like actually sending a message. As I said I wrote myself into a corner but I'm nearly in a sane place again. As soon as we're more than one person on this we can make nice splashscreens and toolbars....

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Heh, I've written myself into a beautiful cul-de-sac here.... I'm gonna think about this a bit.... Try again to put the code up too... Regards, Søren On Sat, Feb 9, 2019 at 11:38 AM sbrothy@gmail.com wrote: I hadn't really fathomed the numbers involved in your email activity. How Eudora keeps track of these data amounts without a proper RDBMS beneath it ,is beyond me. It must be a mess. So just a hypothtical experiment: Someone (Walt?) mentioned several thousand "mailboxes" (contacts? internal /...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I hadn't really fathomed the numbers involved in your email activity. How Eudora keeps track of these data amounts without a proper RDBMS beneath it ,is beyond me. It must be a mess. So just a hypothtical experiment: Someone (Walt?) mentioned several thousand "mailboxes" (contacts? internal / external?) and millions of messages. If anything Eudora should really be a thin client on top of a database system with the simple ability to send and receive mails. For a real power-user maybe even an Oracle...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    So far it's: By reading this you agree that all of your Windoze are belong to us. On Thu, Feb 7, 2019 at 9:26 PM sbrothy@gmail.com wrote: I've decided to trust Ted. After all I havent done anything a high school student couldnt have done. So here we are. Im awaiting his judgement on our license. R, Søren On Thu, Feb 7, 2019 at 9:24 PM sbrothy@gmail.com wrote: I'm guuessing it says "MZ" somewhere in the beginning, but thats probably due to my age and .COM executables from the old days. On Thu, Feb...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I've decided to trust Ted. After all I havent done anything a high school student couldnt have done. So here we are. Im awaiting his judgement on our license. R, Søren On Thu, Feb 7, 2019 at 9:24 PM sbrothy@gmail.com wrote: I'm guuessing it says "MZ" somewhere in the beginning, but thats probably due to my age and .COM executables from the old days. On Thu, Feb 7, 2019 at 9:21 PM sbrothy@gmail.com wrote: Going strong though. We just had a national figure dying of a heart attack at age 64. I´ll feel...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I'm guuessing it says "MZ" somewhere in the beginning, but thats probably due to my age and .COM executables from the old days. On Thu, Feb 7, 2019 at 9:21 PM sbrothy@gmail.com wrote: Going strong though. We just had a national figure dying of a heart attack at age 64. I´ll feel priviledged if I get there. I've tried to upload the source, and of course I can't share the EXE. even if I change the extension, Google is smart enough to recognize an executable.... Regards, Søren On Thu, Feb 7, 2019 at...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Going strong though. We just had a national figure dying of a heart attack at age 64. I´ll feel priviledged if I get there. I've tried to upload the source, and of course I can't share the EXE. even if I change the extension, Google is smart enough to recognize an executable.... Regards, Søren On Thu, Feb 7, 2019 at 9:15 PM Walt Stagner wstagner@users.sourceforge.net wrote: i'm 1/2 that....close enuf, sadly Birthday. https://sourceforge.net/p/hermesmail/discussion/general/thread/da3daf4b69/?limit=25#6eb0...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    But yeah, thanks., :) On Thu, Feb 7, 2019 at 9:12 PM sbrothy@gmail.com wrote: Naah. Can't be. I'm sure you're doing yourself an injustice. I sincerely hope so because I feel old already! :P /Søren On Thu, Feb 7, 2019 at 9:08 PM Walt Stagner wstagner@users.sourceforge.net wrote: I wish I were 43....:-( Happy B'day i feel like 143....:-( Birthday. https://sourceforge.net/p/hermesmail/discussion/general/thread/da3daf4b69/?limit=25#c021 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/hermesmail/discussion/general/...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Naah. Can't be. I'm sure you're doing yourself an injustice. I sincerely hope so because I feel old already! :P /Søren On Thu, Feb 7, 2019 at 9:08 PM Walt Stagner wstagner@users.sourceforge.net wrote: I wish I were 43....:-( Happy B'day i feel like 143....:-( Birthday. https://sourceforge.net/p/hermesmail/discussion/general/thread/da3daf4b69/?limit=25#c021 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/hermesmail/discussion/general/ To unsubscribe from further...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I hope we're learning thing from eachother. It being my birthday I feel a little free. I'm assuming you all know that philosophy is the mother of all, not just all scences, but EVERYTHING! https://en.wikipedia.org/wiki/Wikipedia:Getting_to_Philosophy https://en.wikipedia.org/wiki/Wikipedia_talk:Getting_to_Philosophy Happy day you all! :) Enjoy your "free will". :) On Thu, Feb 7, 2019 at 8:15 PM sbrothy@gmail.com wrote: This may fit nicely into this topic: https://www.amazon.com/Enchanted-Looms-Conscious-Networks-Computers/dp/0521794625...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    This may fit nicely into this topic: https://www.amazon.com/Enchanted-Looms-Conscious-Networks-Computers/dp/0521794625 On Thu, Feb 7, 2019 at 8:12 PM sbrothy@gmail.com wrote: I tried to google this and could see how one could get confused. What was referring to was th half esecond delay between our supposed free will and what actually happens in your brain, This might might lead you on the right track: http://www.academia.edu/2794544/The_fear_of_determinism On Thu, Feb 7, 2019 at 7:07 PM Soren Bro...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I tried to google this and could see how one could get confused. What was referring to was th half esecond delay between our supposed free will and what actually happens in your brain, This might might lead you on the right track: http://www.academia.edu/2794544/The_fear_of_determinism On Thu, Feb 7, 2019 at 7:07 PM Soren Bro sbrothy@users.sourceforge.net wrote: Although I suspect Benjamin Liebermann would have a few choice words to say about me actually choosing to do anything. Regards, Søren. On...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Although I suspect Benjamin Liebermann would have a few choice words to say about me actually choosing to do anything. Regards, Søren. On Thursday, February 7, 2019, Soren Bro sbrothy@users.sourceforge.net wrote: I turn 43 today. Still, I find I have nothing better to do than to work on this... this.... thing. How very very sad. Good thing it's by choice then! ; ) Regards, Søren. -- Søren Bro Thygesen Birthday. https://sourceforge.net/p/hermesmail/discussion/general/thread/da3daf4b69/?limit=25#a99d...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I turn 43 today. Still, I find I have nothing better to do than to work on this... this.... thing. How very very sad. Good thing it's by choice then! ; ) Regards, Søren. -- Søren Bro Thygesen

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Oh DUH! BRB... Regards. Søren On Thu, Feb 7, 2019 at 12:02 PM Soren Bro sbrothy@users.sourceforge.net wrote: The number of password I use these days are legion.... :( Regards, Søren On Thu, Feb 7, 2019 at 11:58 AM sbrothy@gmail.com wrote: Authorization failed? Why did that message come after all the work and not before? Did anything get up there. Lemme check... R, Søren On Thu, Feb 7, 2019 at 11:57 AM sbrothy@gmail.com wrote: I would have liked the automaticx accessors to be inline but we cannot...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    The number of password I use these days are legion.... :( Regards, Søren On Thu, Feb 7, 2019 at 11:58 AM sbrothy@gmail.com wrote: Authorization failed? Why did that message come after all the work and not before? Did anything get up there. Lemme check... R, Søren On Thu, Feb 7, 2019 at 11:57 AM sbrothy@gmail.com wrote: I would have liked the automaticx accessors to be inline but we cannot take the addrterss of an inline function ofcourse. So there they are. Regards. On Thu, Feb 7, 2019 at 11:53 AM...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Authorization failed? Why did that message come after all the work and not before? Did anything get up there. Lemme check... R, Søren On Thu, Feb 7, 2019 at 11:57 AM sbrothy@gmail.com wrote: I would have liked the automaticx accessors to be inline but we cannot take the addrterss of an inline function ofcourse. So there they are. Regards. On Thu, Feb 7, 2019 at 11:53 AM sbrothy@gmail.com wrote: I think you get the Debug EXE with the upload too. Just in case you cannot compile the program. I'll have...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I would have liked the automaticx accessors to be inline but we cannot take the addrterss of an inline function ofcourse. So there they are. Regards. On Thu, Feb 7, 2019 at 11:53 AM sbrothy@gmail.com wrote: I think you get the Debug EXE with the upload too. Just in case you cannot compile the program. I'll have to use Mercurial from now on then.... Ech.. :) Regards, Søren On Thu, Feb 7, 2019 at 11:50 AM sbrothy@gmail.com wrote: Yes. It was a simple missing pDeleteFromServerAfterNumDays->SetData(DELETEFROMSERVERAFTERNUMDAYS);...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I think you get the Debug EXE with the upload too. Just in case you cannot compile the program. I'll have to use Mercurial from now on then.... Ech.. :) Regards, Søren On Thu, Feb 7, 2019 at 11:50 AM sbrothy@gmail.com wrote: Yes. It was a simple missing pDeleteFromServerAfterNumDays->SetData(DELETEFROMSERVERAFTERNUMDAYS); call. On Thu, Feb 7, 2019 at 11:47 AM sbrothy@gmail.com wrote: There are some problems I actually have fixed but they´re not part of this upload. Rest assured it does work. It's...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Yes. It was a simple missing pDeleteFromServerAfterNumDays->SetData(DELETEFROMSERVERAFTERNUMDAYS); call. On Thu, Feb 7, 2019 at 11:47 AM sbrothy@gmail.com wrote: There are some problems I actually have fixed but they´re not part of this upload. Rest assured it does work. It's just an error on my part with the correct callback mappings. Regards. On Thu, Feb 7, 2019 at 11:45 AM sbrothy@gmail.com wrote: And I can see that even in the settings there a are some child diseases. They will be dealt with...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    There are some problems I actually have fixed but they´re not part of this upload. Rest assured it does work. It's just an error on my part with the correct callback mappings. Regards. On Thu, Feb 7, 2019 at 11:45 AM sbrothy@gmail.com wrote: And I can see that even in the settings there a are some child diseases. They will be dealt with shortly though.... On Thu, Feb 7, 2019 at 11:44 AM sbrothy@gmail.com wrote: Well, something is happening now. If it´s the right thing we´ll have to see. Priority...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    And I can see that even in the settings there a are some child diseases. They will be dealt with shortly though.... On Thu, Feb 7, 2019 at 11:44 AM sbrothy@gmail.com wrote: Well, something is happening now. If it´s the right thing we´ll have to see. Priority one will be to make that special window work as expected and make it send a mail. I´m attacking it on 2 fronts, hence the mess. The dropdown box with GUIDS are there temporarily for debug purposes. I want to be able to see if the window has a...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Well, something is happening now. If it´s the right thing we´ll have to see. Priority one will be to make that special window work as expected and make it send a mail. I´m attacking it on 2 fronts, hence the mess. The dropdown box with GUIDS are there temporarily for debug purposes. I want to be able to see if the window has a hook in the right doc/view.... The user doesn't care about these IDs. Frankly I'm not sure if GUIDS are a good choice. They don´t do much for threading discxussions as they're...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Ah. That's the one. Don't worry. The command Window is still open. I'll do it shortly. On Thursday, February 7, 2019, Ted Matavka nmatavka@users.sourceforge.net wrote: You have to do hg addremove! On Wed, 6 Feb 2019 at 16:32, Soren Bro sbrothy@users.sourceforge.net wrote: OKAY I cloned the repo. Added a directory. did a commit, made it so far that it recognized new code being added thru the commit., but a push didnt do anything..Im happy so far.. noone will se my mess. :) On Sat, Jan 26, 2019 at...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    No. Make that exhausted,. On Wed, Feb 6, 2019 at 10:43 PM sbrothy@gmail.com wrote: Yes. Ive been working hard all day. Tomorrorow morning Ill get home and do the coffee thing and make it work, Right now, I´m tired Regards, Søren On Wed, Feb 6, 2019 at 10:34 PM sbrothy@gmail.com wrote: I added a genius header: / The Hermes Team's agreed upon license: By reading this you agree that all of your Windoze are belong to us. * CChildFrm class. Declaration. PURPOSE: This is the frame (window) around the child...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    Yes. Ive been working hard all day. Tomorrorow morning Ill get home and do the coffee thing and make it work, Right now, I´m tired Regards, Søren On Wed, Feb 6, 2019 at 10:34 PM sbrothy@gmail.com wrote: I added a genius header: / The Hermes Team's agreed upon license: By reading this you agree that all of your Windoze are belong to us. * CChildFrm class. Declaration. PURPOSE: This is the frame (window) around the child view in this MDI application. [SBROTHY@GMAIL.COM] ***/ Lets call it a pre-.beta........

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I added a genius header: / The Hermes Team's agreed upon license: By reading this you agree that all of your Windoze are belong to us. * CChildFrm class. Declaration. PURPOSE: This is the frame (window) around the child view in this MDI application. [SBROTHY@GMAIL.COM] ***/ Lets call it a pre-.beta..... On Wed, Feb 6, 2019 at 10:32 PM sbrothy@gmail.com wrote: OKAY I cloned the repo. Added a directory. did a commit, made it so far that it recognized new code being added thru the commit., but a push...

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    OKAY I cloned the repo. Added a directory. did a commit, made it so far that it recognized new code being added thru the commit., but a push didnt do anything..Im happy so far.. noone will se my mess. :) On Sat, Jan 26, 2019 at 8:54 AM Soren Bro sbrothy@users.sourceforge.net wrote: Will do. I'll Just make the splashscren work first. My plan is using CreateThread and SetTimer KillTimer (and CloseHandle or ExitThread).... It came and wenr pretty fast yesterday till I understood it uses milliseconds....

  • Soren Bro Soren Bro posted a comment on discussion General Discussion

    I have a hard time understanding the "can only be set from the "ini-file thingie". The options menu in Eudora looks pretty complete, But again there will be no reaons to go around Hermers to make a change to a setting. Why you've been puttinh up with this is really a little beyond me. How can a program have options that are not configurable from within the program itself? I'm seriously mystified. R On Wed, Feb 6, 2019 at 10:02 PM Soren Bro sbrothy@users.sourceforge.net wrote: Yes, that´s first gonna...

1 >