Hi,
I built your example simple.pyd and the only problem was that at first
Python reported the error:
Error: dynamic module does not define init function (initsimple)
The solution was to declare it properly by adding extern "C":
extern "C" DL_EXPORT(void) initsimple()
This may not be
Hello,
If we write = x^2 and if I give to the program the values of x, it will
going to calculate the values of y, and also for x.
But it is possible ? that is if I give to the program the values of X and Y,
it will indicate to me the relation between the two variables, in the other
hand if