Wiki

Changes between Initial Version and Version 1 of DllImport

Show
Ignore:
Timestamp:
01/26/11 05:46:23 (13 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DllImport

    v1 v1  
     1== DllImport == 
     2 
     3Cobra 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 
     5The 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 
     8Original discussion is at: 
     9[http://cobra-language.com/forums/viewtopic.php?f=4&t=710] 
     10 
     11 
     12See also: LibraryTopics