Changes between Initial Version and Version 1 of DllImport
- Timestamp:
- 01/26/11 05:46:23 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DllImport
v1 v1 1 == DllImport == 2 3 Cobra can invoke C-based functions found in native libraries such as those ending in .dll and .so. This works even on non-Microsoft platforms such as Windows and Linux. 4 5 The test case for this, which also serves as an example, is at: 6 [http://cobra-language.com/trac/cobra/browser/cobra/trunk/Tests/720-libraries/100-microsoft/510-dll-import.cobra] 7 8 Original discussion is at: 9 [http://cobra-language.com/forums/viewtopic.php?f=4&t=710] 10 11 12 See also: LibraryTopics