Odex
Odex
CC#
Created by Odex on 5/13/2024 in #help
How to marshall pointer to array inside struct
let's test
17 replies
CC#
Created by Odex on 5/13/2024 in #help
How to marshall pointer to array inside struct
No description
17 replies
CC#
Created by Odex on 5/13/2024 in #help
How to marshall pointer to array inside struct
like the span constructor takes length as a second parameter i remember
17 replies
CC#
Created by Odex on 5/13/2024 in #help
How to marshall pointer to array inside struct
on second thought, do I need to know Rectangle* Recs size in order to make a managed array/span?
17 replies
CC#
Created by Odex on 5/13/2024 in #help
How to marshall pointer to array inside struct
17 replies
CC#
Created by Odex on 5/13/2024 in #help
How to marshall pointer to array inside struct
I'll try
17 replies
CC#
Created by Odex on 5/13/2024 in #help
How to marshall pointer to array inside struct
hmm
17 replies
CC#
Created by Odex on 5/13/2024 in #help
How to marshall pointer to array inside struct
ain't much useful copy-pasting a link with no further explanatory btw
17 replies
CC#
Created by Odex on 5/13/2024 in #help
How to marshall pointer to array inside struct
even if I made a custom marshaller, will my code actually compile? I think it doesn't like the type being an array at all.
17 replies
CC#
Created by Timinator on 3/26/2023 in #help
❔ PInvoke, Reflection or winapi for loading a DLL?
I still have no clue what you're trying to do with your parser, why complicate your life so much? If you want to share the same results across multiple languages, why don't you build a standalone parser which writes your desired data into a json or such files
186 replies
CC#
Created by Timinator on 3/26/2023 in #help
❔ PInvoke, Reflection or winapi for loading a DLL?
I didn't know that was a thing
186 replies
CC#
Created by Timinator on 3/26/2023 in #help
❔ PInvoke, Reflection or winapi for loading a DLL?
uh, is it possible to load C++ assemblies into Java, Python and such languages?
186 replies
CC#
Created by Timinator on 3/26/2023 in #help
❔ PInvoke, Reflection or winapi for loading a DLL?
i have so many questions
186 replies
CC#
Created by garrus_j on 11/29/2022 in #help
❔ Ugly foreach - can it be improved?
isn't LINQ a bit slower?
34 replies