in reply to Re^3: Inline CPP
in thread Inline CPP
I am trying to call that function with :int add_nir(int x, int y, int* ref_int )
but I get the following error :my $test; add_nir(1,4,\$test);
any other fuction (that doesn't receives a pointer) in the cpp part that is called from the perl script is propogated and executed correctly. Can someone please tell me what I did wrong? Thanks, NirCan't locate auto/PM_wed/add_nir.al in @INC (@INC contains: ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Inline CPP
by syphilis (Archbishop) on Jun 01, 2008 at 12:48 UTC | |
by nirf1 (Novice) on Jun 02, 2008 at 13:04 UTC | |
by syphilis (Archbishop) on Jun 03, 2008 at 02:29 UTC | |
by nirf1 (Novice) on Jun 03, 2008 at 07:32 UTC | |
by syphilis (Archbishop) on Jun 04, 2008 at 03:08 UTC |