| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| cpp2nuser -
 
 
 Joined: 19 Mar 2009
 Posts: 3
 
 
 | 
			
				|  Posted: Sun Mar 22, 2009 3:42 pm    Post subject: calling C/C++ function from perl |   |  
				| 
 |  
				| calling C/C++ function from perl 
 Hi,
 how do I call a compiled C/C++ function from perl ?
 Let say I have a C/C++ function:
 
 
  	  | Code: |  	  | *char func(char *ptr, int len) {
 ...
 return str;}
 
 | 
 
 Now i wonna call it from perl
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| Moxxnixx -
 
 
 Joined: 21 Jun 2003
 Posts: 1226
 Location: Florida
 
 | 
			
				|  Posted: Mon Mar 23, 2009 4:31 pm    Post subject: |   |  
				| 
 |  
				| You have asked this question over and over again. Googled result
 
 Go back to those forums and actually read the answers that were given to you.
 Some answers have been posted since January.
 
 Topic Locked
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		|  |