Justdie
import every function from a C module
Recently found out about DllImport, thought about using it to bind stuff, but im rather unsure how to go about things, following this example, it looks to me like you can only add one function per DllImport, do i have to call it multiple time?
this is the example i found
found an answer to my question but its ten years old so i'd assume it would be good by now
https://stackoverflow.com/questions/15781627/c-one-attribute-for-multiple-declarations-dllimport
6 replies
Properly start threads with function arguments
I need a thread which has for job to talk to the main program to update a label, so i thought i could just pass the label as an argument to the function, but i wish to know how to properly do it since the stuff i found online either don't show how or are 13 years old.
3 replies