[Mono-dev] 32bit OdbcDataReader DataTable.Load() works OK, but 64bit throws NullReferenceException

2015-03-16 Thread JinJi
I am working with Monodevelop 4.0.1 that comes with the game engine Unity 5 64bit. My ODBC driver in 64bit Windows 7 is: Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb) 14.00.7010.1000 ACEODBC.DLL date: 15.feb.2013 public DataTable ReadExcel(string fileName, string sheetName) { // ODBCJT

Re: [Mono-dev] Porting Mono to 'asm.js'

2015-03-16 Thread Nirmal Lankathilaka
Thanks for the clarification! Also, sorry for the late reply. I've been doing some reading and experimenting on asm.js/emscripten between my regular studies. Also, could you help me on how to contact "João Matos", who is stated as the mentor for that project? On Sun, Mar 15, 2015 at 8:47 PM, Robe

Re: [Mono-dev] Porting Mono to 'asm.js'

2015-03-16 Thread Bob Summerwill
I started digging into area last year. See https://monohtml5.com/. I think there is huge potential for Mono and .NET apps targeting the browser, and treating HTML5 as "just another platform". * https://monohtml5.wordpress.com/2014/05/29/a-vision-html5-can-be-just-another-platform-for-net/ * htt

Re: [Mono-dev] Porting Mono to 'asm.js'

2015-03-16 Thread Bob Summerwill
Corrected link - http://monohtml5.com - sorry. On Mon, Mar 16, 2015 at 10:18 AM, Bob Summerwill wrote: > > I started digging into area last year. See https://monohtml5.com/. > > I think there is huge potential for Mono and .NET apps targeting the > browser, and treating HTML5 as "just anothe

[Mono-dev] Snapshot of stack

2015-03-16 Thread Greg Young
I generally know how to snapshot the stack from outside code in C but I am not quite sure how to translate mono methods like can be done in a few ways (like this http://blogs.msdn.com/b/jmstall/archive/2005/11/28/snapshot.aspx) on the clr. Is there any equivalent way of getting this information in

Re: [Mono-dev] Snapshot of stack

2015-03-16 Thread Greg Young
To be clear I know I can do if installed as a profiler but would prefer to do it from the outside On Tue, Mar 17, 2015 at 2:07 AM, Greg Young wrote: > I generally know how to snapshot the stack from outside code in C but > I am not quite sure how to translate mono methods like can be done in > a

Re: [Mono-dev] Porting Mono to 'asm.js'

2015-03-16 Thread Nirmal Lankathilaka
Thanks Bob for the awesome links and the CC!! I too, would love to see that potential achieved. I've been doing some reading about porting to asm.js. Is there anything you'd suggest that I should read/experiment on? Also, is there any idea/suggestions you have in mind about how I should continue t

Re: [Mono-dev] Porting Mono to 'asm.js'

2015-03-16 Thread Bob Summerwill
No problem! I think that HTML5-as-a-platform would be a great idea, however it comes about. Joao would be the best person to answer your questions, I think, because I'm not associated with Xamarin or GSoC. I'm just interested in this area of technology. Cheers, Bob Chee On Mon, Mar 16, 20