https://linen.dev logo
Join Discord
Powered by
# lime
  • h

    handsome-keyboard-26297

    07/24/2022, 3:18 AM
    yes
  • b

    bulky-insurance-39338

    07/24/2022, 3:18 AM
    ->good-haxe-code is -> non-breakable! )
  • b

    bulky-insurance-39338

    07/24/2022, 3:20 AM
    how many do you are using ?
  • b

    bulky-insurance-39338

    07/24/2022, 3:21 AM
    (if i only would see like a piece of .. i could tell you more ;)
  • h

    handsome-keyboard-26297

    07/24/2022, 3:21 AM
    idk like 20
  • h

    handsome-keyboard-26297

    07/24/2022, 3:22 AM
    libraries
  • b

    bulky-insurance-39338

    07/24/2022, 3:22 AM
    gimme!
  • h

    handsome-keyboard-26297

    07/24/2022, 3:22 AM
    I will send picture later
  • h

    handsome-keyboard-26297

    07/24/2022, 3:22 AM
    not near code
  • b

    bulky-insurance-39338

    07/24/2022, 3:22 AM
    your ->
    main
  • b

    bulky-insurance-39338

    07/24/2022, 3:22 AM
    ones
  • b

    bulky-insurance-39338

    07/24/2022, 3:22 AM
    into
  • b

    bulky-insurance-39338

    07/24/2022, 3:22 AM
    names
  • b

    bulky-insurance-39338

    07/24/2022, 3:23 AM
    now!
  • h

    handsome-keyboard-26297

    07/24/2022, 3:23 AM
    yes
  • h

    handsome-keyboard-26297

    07/24/2022, 3:23 AM
    later
  • h

    handsome-keyboard-26297

    07/24/2022, 3:23 AM
    if I could I would
  • w

    witty-island-52596

    07/24/2022, 4:28 AM
    I just installed it, what does it do nd how do I use it?
  • p

    powerful-morning-89

    07/24/2022, 5:17 AM
    Try running a HL build again.
    ssl.hdll
    depends on mbedtls, so with a bit of luck now that it's installed things should work. (mbedtls is the library that HL uses to do TLS/SSL stuff)
  • w

    witty-island-52596

    07/25/2022, 4:12 PM
    yup,
    lime test hl
    works now, thanks
  • w

    witty-island-52596

    07/25/2022, 4:13 PM
    now i just need to know why I get this error when I try to build in vscode
    Copy code
    Error: The lime task detection didn't contribute a task for the following configuration:
    {
        "type": "lime",
        "command": "test",
        "group": {
            "kind": "build",
            "isDefault": true
        }
    }
    The task will be ignored.
  • h

    hallowed-ocean-84954

    07/25/2022, 4:30 PM
    I'm trying to find the lime C code for creating windows on win. I'm trying to find the definition for CreateWindow which appears on the ExternalInterface.cpp but the best I could do was find the Window.h file.
  • h

    hallowed-ocean-84954

    07/25/2022, 4:31 PM
    Can anyone point me to the C file ?
  • r

    rhythmic-wolf-50922

    07/25/2022, 4:36 PM
    @hallowed-ocean-84954 it looks like Lime calls
    SDL_CreateWindow()
    in SDLWindow.cpp.
    SDL_CreateWindow()
    is a function from the SDL library.
  • h

    hallowed-ocean-84954

    07/25/2022, 4:38 PM
    That's exactly the connection I'm trying to prove. How is the connection to SDLWindow made ?
  • r

    rhythmic-wolf-50922

    07/25/2022, 4:58 PM
    CreateWindow()
    called from ExternalInterface.cpp is also defined in SDLWindow.cpp. it returns a new
    SDLWindow
    instance.
  • h

    hallowed-ocean-84954

    07/25/2022, 5:01 PM
    Thanx. My c++ is very weak, but ok I see that. Ok. So in theory lime could do transparent windows via sdl but it currently doesn't. Hmmm... stuff to ponder. Thanx for your help
  • g

    great-oyster-61535

    07/28/2022, 10:06 PM
    I found this link inside Flixel's `include.xml`:
    http://lime.software/project/1.0.2
    Whenever I clicked it, it sent me to a weird redirection page, since
    lime.software
    is not a domain anymore. Should this be reported somewhere or nah?
  • a

    able-action-74275

    07/28/2022, 10:13 PM
    a lot of that stuff is in the progress of being fixed I think
  • a

    able-action-74275

    07/28/2022, 10:13 PM
    but can't hurt to log an issue
1...121314...138Latest