how to pass character pointer from tcl to c through interface file using swig?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lakshmishivakumar
    New Member
    • Sep 2010
    • 1

    how to pass character pointer from tcl to c through interface file using swig?

    how to pass character pointer from tcl to c through interface file using swig?
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    I dont know about swig, but in C/C++ pointer is unsigned long. write it in file, but it does not ensure other program access right. to share this data you have to make sure this memory is created to access globally and also make sure that size match to each other

    Comment

    Working...