Just one small comment,

in version 3.6.2 when you \include the math.h from VC++ original, you have 
fixed:

/* Include VC++ original math.h */
#include <c:/Program Files/Microsoft Visual Studio 10.0/VC/include/math.h>

which is not always the case. E.g. I have to correct to

/* Include VC++ original math.h */
#include <c:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/include/math.h>

Regards,
Danilo


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to