Menu

Compiling in Visual Studio 2015

GeToChKn
2015-10-06
2016-08-30
  • GeToChKn

    GeToChKn - 2015-10-06

    Old time programmer, but haven't touched code in almost 10 years. I'm trying to make myself a custom windows app, and want to merge this into my program rather than send all the calls out with proc and capture the stdoutput.

    It compiles when loaded into 2015, but when I run it, things are being truncated and the authorization token is not being saved.

    Output from an EXE I found online that someone compiled.

    LOGITECH WEB SERVICE LOGIN : BYPASSED
    HARMONY COMMUNICATION LOGIN : SUCCESS
    HARMONY COMMAND SUBMISSION : SUCCESS
    PARSE ACTIVITIES AND DEVICES : SUCCESS
    Activities Available via Harmony :

    -1 - PowerOff
    13380757 - Chromecast
    13621872 - Bed Time
    13649340 - Jay PC
    13995536 - Sarah PC
    15665966 - Watch Media PC

    Output from opening the project in VS 2015 and compiling and running, not changing anything.

    LOGITECH WEB SERVICE LOGIN : SUCCESS
    HARMONY COMMUNICATION LOGIN : SUCCESS
    HARMONY COMMAND SUBMISSION : SUCCESS
    PARSE ACTIVITIES AND DEVICES : SUCCESS

    Activities Available via Harmony :

    PowerOff - -1
    Watch Media PC - 15665966

    It's not saving a token in my debug folder, and you can see it's truncating the output.

    Any help?

     
  • Cassar

    Cassar - 2016-08-30

    Hi same problem for me : truncating output, but from a linux compiled HarmonyHubControl.

    Have you solved your problem in VisualStudio ?

    For me in Visual Studio, compilation is ok, but no token, so impossible to connect...

    Thx in advance.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.