well... thank you grin

so then it should be (in my first example)
Code:
#include <acknex.h>

int * p(); //                   >> without the * <<
int _function()
{
	error("works now.");
}

void main()
{
	p = _function;
	p();
}


Last edited by Kartoffel; 11/17/12 15:25.

POTATO-MAN saves the day! - Random