Timeline for ctypes - Beginner
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 20, 2020 at 9:12 | history | edited | Community Bot |
Commonmark migration
|
|
| Jun 11, 2020 at 13:53 | comment | added | decadenza |
For me works only if using extern "C" { void myprint(void); }
|
|
| May 23, 2017 at 12:02 | history | edited | URL Rewriter Bot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
| Feb 24, 2012 at 20:12 | history | edited | Jiaaro | CC BY-SA 3.0 |
show the slight difference in compiling on mac (hit this problem myself)
|
| Sep 14, 2011 at 7:56 | comment | added | Neophile | Yes, I did do that but no luck so far. | |
| Sep 13, 2011 at 22:27 | comment | added | Chinmay Kanchi | I don't know very much about Windows development, but it looks like Windows does something wonky, perhaps it uses a different calling convention? Perhaps you might look up exporting your C++ functions using "extern C"? | |
| Sep 13, 2011 at 11:32 | comment | added | Neophile | @ Chinmay: Can I have a similar code for Windows and instead of C, could you please provide a visual c++ example? I am able to load my library but I am not able to access my functions from the .dll file. It always says "function 'xyz' not found". Could you suggest me a way around this? Cheers. | |
| Feb 22, 2011 at 18:43 | history | edited | Chinmay Kanchi | CC BY-SA 2.5 |
added 588 characters in body; added 160 characters in body
|
| Feb 22, 2011 at 18:33 | history | answered | Chinmay Kanchi | CC BY-SA 2.5 |