Re: [PythonCE] building a 'simple' example

2006-07-04 Thread Luke Dunstan
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

[PythonCE] Strong calculation in mathematical

2006-07-04 Thread aliassaf
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