ValorZard
ValorZard
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
Going to come back to this later
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
Huh interesting.
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
Ye
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
Is there a way to do it the other way around?
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
And it doesn’t feel like I should have to do that
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
I was running into really weird pointer conversion stuff and sbyte
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
How would you rewrite this in c#?
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
gonna do this later, but trying to convert the tests into c# is really werid haha
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
oh man this is really annoying LOL
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
and then do i just drag the dll in there as well?
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
huh
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
i can't just do using Juice;
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
uh so how do i actually use this?
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
No description
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
huh, i guess i could just link this as a folder
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
hm, how do i use it? do i just drop it into a sln or something?
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
okay cool, now what do i do?
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
ah
50 replies
CC#
Created by ValorZard on 10/18/2024 in #help
How to make bindings for a native library using ClangSharp?
include\juice.h

-c
preview-codegen
multi-file
generate-helper-types

-wcc
*=winapi

-n
Juice

-l
libjuice

-o
Generated
include\juice.h

-c
preview-codegen
multi-file
generate-helper-types

-wcc
*=winapi

-n
Juice

-l
libjuice

-o
Generated
50 replies