Passing a Ptr{Ptr{Int64}} in ccall
|
|
3
|
84
|
June 1, 2022
|
Segfault when invoking Julia callback function from C
|
|
10
|
190
|
April 20, 2022
|
Trouble passing struct to C function
|
|
7
|
185
|
April 13, 2022
|
Formatting/converting Matrix{Char} into Vector{String}
|
|
8
|
229
|
April 11, 2022
|
Wrapping a C library | Where to start?
|
|
6
|
595
|
March 15, 2022
|
What kind of julia object translates to C's FILE*
|
|
2
|
153
|
March 10, 2022
|
Libc.FILE for stdout
|
|
2
|
402
|
March 1, 2022
|
How to `unsafe_wrap()` with array of struct?
|
|
0
|
82
|
February 23, 2022
|
Calling C API with pointer inside of a struct
|
|
3
|
222
|
February 9, 2022
|
Using ccall to modify fields of Julia struct
|
|
4
|
237
|
February 6, 2022
|
C project utility scripts in Julia
|
|
6
|
265
|
January 31, 2022
|
[ANN] Czoo.jl - project to provide examples of using ccall with Julia and C Code examples - also call for contributors
|
|
4
|
379
|
January 26, 2022
|
Ccall c++ sort vector of String
|
|
35
|
1530
|
January 24, 2022
|
Why does this allocate? (with example)
|
|
10
|
423
|
December 16, 2021
|
Why is ccall syntax?
|
|
8
|
339
|
December 2, 2021
|
Ccall works on global scope but not within function
|
|
13
|
418
|
November 29, 2021
|
Using ccall and pointer to pointer in linked list
|
|
2
|
202
|
November 25, 2021
|
What is the correct way to create a "pointer to pointer"?
|
|
2
|
311
|
November 14, 2021
|
Problem when loading Intel MKL shared library to use with C written shared library
|
|
9
|
872
|
October 12, 2021
|
How to ccall struct array from C?
|
|
4
|
295
|
September 28, 2021
|
Capture the stdout output of a ccall?
|
|
4
|
201
|
September 16, 2021
|
Interfacing with a C++ library: strange behaviour
|
|
4
|
378
|
September 15, 2021
|
`ccall` on Windows `could not load symbol. The specified procedure could not be found`
|
|
17
|
585
|
August 19, 2021
|
Why this code does a segfault?
|
|
21
|
660
|
August 15, 2021
|
Calling c function from julia - segmentation fault
|
|
9
|
253
|
August 13, 2021
|
RegisterWindowMessage and SendMessage
|
|
3
|
264
|
July 9, 2021
|
Calling a C function from within a Julia program
|
|
16
|
491
|
June 29, 2021
|
Call C Function that takes NULL as an argument
|
|
16
|
387
|
June 18, 2021
|
Segfault with ccall when the code is loaded as package
|
|
4
|
170
|
June 16, 2021
|
Local expr with local variables - aka metaprogramming C++
|
|
18
|
522
|
June 9, 2021
|