https://linen.dev logo
Join DiscordCommunities
Powered by
# lime
  • g

    gray-vase-27987

    03/16/2023, 9:26 PM
    program no longer launches after i did what i previously stated
  • g

    gray-vase-27987

    03/16/2023, 9:27 PM
    for whatever reason
  • g

    gray-vase-27987

    03/16/2023, 9:27 PM
    -D telemetry works on the command line already, whats the big idea here
  • a

    ambitious-knife-25690

    03/16/2023, 9:28 PM
    it might be trying to connect to a server
  • g

    gray-vase-27987

    03/16/2023, 9:28 PM
    can it only connect to either vscode or hxscout
  • g

    gray-vase-27987

    03/16/2023, 9:28 PM
    not both
  • a

    ambitious-knife-25690

    03/16/2023, 9:28 PM
    -D telemetry
    may not be any kind of "real" define that does anything
  • a

    ambitious-knife-25690

    03/16/2023, 9:29 PM
    you'd need to look at the library you're trying to use and see what it supports
  • g

    gray-vase-27987

    03/16/2023, 9:30 PM
    searching stuff along the lines of
    hxscout and vscode
    dont return any good search results
  • g

    gray-vase-27987

    03/16/2023, 9:30 PM
    nobody seems to have quite talked about using both
  • a

    ambitious-knife-25690

    03/16/2023, 9:30 PM
    well, its likely trying to connect to a server
  • a

    ambitious-knife-25690

    03/16/2023, 9:31 PM
    if hxscout is the only thing that was made for telemetry
  • a

    ambitious-knife-25690

    03/16/2023, 9:31 PM
    that is likely all you can use to read it, unless you pick up the torch
  • b

    bulky-insurance-39338

    03/16/2023, 9:31 PM
    ah, you did a
    diff
    between both generated hxml ?
  • g

    gray-vase-27987

    03/16/2023, 9:32 PM
    well more of a manual comparison
  • a

    ambitious-knife-25690

    03/16/2023, 9:32 PM
    is your goal to profile your app?
  • b

    bulky-insurance-39338

    03/16/2023, 9:32 PM
    i am also think its some sideeffect then (if both containing the right define of "telemetry" but the one what is not working some "more")
  • g

    gray-vase-27987

    03/16/2023, 9:33 PM
    well yes it would be useful to see that stuff yeah
  • a

    ambitious-knife-25690

    03/16/2023, 9:33 PM
    if your hashlink is setup and working there's a profiler built in for that
  • a

    ambitious-knife-25690

    03/16/2023, 9:34 PM
    lime has some funkyness with hl, but worth checking
  • a

    ambitious-knife-25690

    03/16/2023, 9:34 PM
  • g

    gray-vase-27987

    03/16/2023, 9:34 PM
    is it still useful if my release target is still hxcpp
  • g

    gray-vase-27987

    03/16/2023, 9:35 PM
    im not quite sure what hashlink is past the basics
  • g

    gray-vase-27987

    03/16/2023, 9:35 PM
    never used it
  • a

    ambitious-knife-25690

    03/16/2023, 9:35 PM
    well, a profiler detects what is taking up cycles in your application. It definitely isn't as optimised as hxcpp
  • a

    ambitious-knife-25690

    03/16/2023, 9:35 PM
    but it would at least indicate areas of your own code that seem to be having issues
  • g

    gray-vase-27987

    03/16/2023, 9:35 PM
    well i thought hashlink was like a different target entirely
  • a

    ambitious-knife-25690

    03/16/2023, 9:36 PM
    it is, but, generally if your code runs bad in one place it will run bad in other places as well
  • a

    ambitious-knife-25690

    03/16/2023, 9:36 PM
    the difference between targets is usually how much a target can "hide" bad code for the most part
  • g

    gray-vase-27987

    03/16/2023, 9:37 PM
    i see. makes sense. but what about like, compatibility. would something that compiles in hxcpp compile in hashlink without any extra setup?
1...686970...138Latest