Thread: Is it possible?
View Single Post
Re: Is it possible?
Old
  (#5)
sfx1999
Member
 
sfx1999's Avatar
 
Status: Offline
Posts: 534
Join Date: Jan 2004
Location: Pittsburgh, PA, USA
Default Re: Is it possible? - 17-12-2004

Yeah I have no idea how to do this. You will most likely need to make a library and use a header file. Like this:

Code:
extern int ReturnSomeIndex();
Or, you can give the function a pointer to the function. I've seen tutorials.

http://www.function-pointer.org/

BTW, pfn stands for pointer to function. That is how you can denote it.


sfx1999.postcount++
  
Reply With Quote