Thread: SWIG anyone?

  1. #1
    3735928559
    Join Date
    Mar 2008
    Location
    RTP
    Posts
    838

    SWIG anyone?

    If someone has experience using SWIG, I could use a 1000 foot overview on how the SWIGification process is supposed to work.

    The documentation says:

    "The output of SWIG is a C/C++ file that contains all of the wrapper code needed to build an extension module"

    but i'm not sure how that becomes a .NET wrapper class. how the process works from start to finish still isn't very clear to me.

    Thanks.

  2. #2
    3735928559
    Join Date
    Mar 2008
    Location
    RTP
    Posts
    838
    dear moderator -

    since this is not garnering any replies here, can you please move this to the c# forum? thank you.

  3. #3
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Moved

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using SWIG to wrap a C++ class for use in Java
    By DerekC in forum C++ Programming
    Replies: 1
    Last Post: 01-12-2011, 01:17 PM