Open GoogleCodeExporter opened 9 years ago
hmm, i never had those problems. Might be the compilers i am using are a bit
lenient in these regards ( i used visual c++ express on windows and g++ on
linux amd64)
I did the necessary changes from 0 to mxREAL for the mxCreate* and the code is
in svn.
Please do tell if you get any other errors.
Original comment by abhirana
on 31 Jan 2011 at 6:52
I'm using VS10 and I've resolved the problem as following: In the 'classRF.cpp'
file, simply change all the 'near' int variables with another name, for example
'nearr' . In fact the VS10 compiler doesn't like this name for a int variable,
maybe because it is a key word. Byeee
Original comment by mettb...@gmail.com
on 16 Mar 2011 at 3:31
Original issue reported on code.google.com by
AmelioVa...@gmail.com
on 31 Jan 2011 at 12:41