in reply to Re: SWIG or Inline::CPP
in thread SWIG or Inline::CPP

Hi,
thanks for your suggestion. But is it necessary that the function declaration and definition should be enclosed within "END" blocks? I mean if the declaration is in .h and definition in .cpp do i have to create a separate file merging these two?
rgds
AB

Replies are listed 'Best First'.
Re^3: SWIG or Inline::CPP
by maxpacer (Novice) on Mar 09, 2006 at 02:44 UTC
    Hi, This is just what I want to ask: "if the declaration is in .h and definition in .cpp do i have to create a separate file merging these two in a perl file?? " Thanks Kelvin