Hey!
Did you also test this on Windows? I just tried implementing this into my Go-Project but it doesn't seem to work. First problem was that he couldn't find the <darknet.h> file. I think I solved this by changing the cgo include paths to the path where the darknet repository is located. on my Windows PC. However when I'm trying to run it, it always exits with status code 3221225781. According to my research this means that some form of dll is missing?
I can't really debug or find out what really causes this issue.
Do you maybe have an idea on how to fix the issue?
Kind regards :)
Hey!
Did you also test this on Windows? I just tried implementing this into my Go-Project but it doesn't seem to work. First problem was that he couldn't find the <darknet.h> file. I think I solved this by changing the cgo include paths to the path where the darknet repository is located. on my Windows PC. However when I'm trying to run it, it always exits with status code 3221225781. According to my research this means that some form of dll is missing?
I can't really debug or find out what really causes this issue.
Do you maybe have an idea on how to fix the issue?
Kind regards :)