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

    able-action-74275

    03/04/2023, 9:03 PM
    you can set versions for haxelib dependencies in haxelib.json but typically a lime project isn't a haxelib
  • s

    square-angle-35096

    03/04/2023, 9:06 PM
    i am like 90% sure it is, i've already done it
  • a

    able-action-74275

    03/04/2023, 9:08 PM
    ah here!
    Copy code
    xml
    <haxelib name="actuate" version="1.0.0" />
  • a

    able-action-74275

    03/04/2023, 9:08 PM
    https://lime.openfl.org/docs/project-files/xml-format/#haxelib
  • s

    square-angle-35096

    03/04/2023, 9:10 PM
    thank you!
  • s

    square-angle-35096

    03/05/2023, 1:43 AM
    got this error while trying to compile lime with mingw
  • s

    square-angle-35096

    03/05/2023, 1:43 AM
    Copy code
    bat
    Error: ./src/lime/system/System.cpp:116:11: error: expected constructor, destructor, or type conversion before '(' token
      _declspec(dllexport) unsigned long NvOptimusEnablement = 0x00000001;
               ^
    ./src/lime/system/System.cpp:117:11: error: expected constructor, destructor, or type conversion before '(' token
      _declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
               ^
  • s

    square-angle-35096

    03/05/2023, 1:43 AM
    that's funky, isn't mingw just like gcc but for windows
  • s

    square-angle-35096

    03/05/2023, 1:44 AM
    coming from here
  • s

    square-angle-35096

    03/05/2023, 1:45 AM
    this line more specifically
    Copy code
    cpp
    _declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
  • s

    square-angle-35096

    03/05/2023, 1:48 AM
    lime compiled fine for me using gcc on linux
  • s

    square-angle-35096

    03/05/2023, 1:48 AM
    but again maybe that's because it was an older lime version
  • s

    square-angle-35096

    03/05/2023, 1:50 AM
    trying to compile for release to see if that happens
  • s

    square-angle-35096

    03/05/2023, 1:50 AM
    yep, it happened on release too
  • s

    square-angle-35096

    03/05/2023, 1:53 AM
    i'll try maybe deleting the hxcpp cache, even if lime is not there
  • s

    square-angle-35096

    03/05/2023, 1:53 AM
    idk
  • s

    square-angle-35096

    03/05/2023, 1:57 AM
    nope, same error.
  • s

    square-angle-35096

    03/05/2023, 2:00 AM
    i'll try to downgrade a version to see if its an issue with the newest release
  • s

    straight-twilight-37046

    03/05/2023, 9:35 PM
    https://tenor.com/view/lime-dancing-lime-gif-13575094
  • g

    gray-vase-27987

    03/11/2023, 5:56 PM
    i hope this is reasonable thing to ask but I've got a few things about lime I'm curious of. just trying to learn more about the tools I'm using. 1. is there any way (when compiling through VS Code's "Start Debugging") to ask it to use additional command line arguments? I've been wanting to use hxScout, though that requires adding
    -D telemetry
    and due to my lack of experience I'm having trouble finding where to put it 2. is there any good documentation or guides for Haxe's implementation of OpenAL? I've been interested in using the audio effects but I'm having trouble finding anything that tells me what I need to know. I do have openAL's general documentation and it does give some things but it's very long and it's hard to find information relevant to what I'm looking to do
  • e

    elegant-twilight-61392

    03/11/2023, 8:09 PM
    -D telemetry
    goes in the hxml
  • e

    elegant-twilight-61392

    03/11/2023, 8:10 PM
    but since its lime, its in the project.xml
  • g

    gray-vase-27987

    03/11/2023, 8:22 PM
    how do i put it in the XML? I remember trying that but I might have used the wrong tag or something
  • g

    gray-vase-27987

    03/11/2023, 8:22 PM
    lemme check what i used
  • g

    gray-vase-27987

    03/11/2023, 8:22 PM
    i did it this way
  • t

    tall-teacher-57409

    03/11/2023, 8:25 PM
    well test it ig
  • g

    gray-vase-27987

    03/12/2023, 1:11 AM
    hm?
  • g

    gray-vase-27987

    03/12/2023, 2:20 AM
    I've been studying openAL all day...
  • b

    bulky-insurance-39338

    03/12/2023, 2:24 AM
    openal works good inside of lime (also mojo)
  • g

    gray-vase-27987

    03/12/2023, 2:24 AM
    mojo?
1...646566...138Latest