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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
Output from opening the project in VS 2015 and compiling and running, not changing anything.
It's not saving a token in my debug folder, and you can see it's truncating the output.
Any help?
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.