At the moment I can't develop with having my phd thesis to submit, writing grant bids and attending conferences. This should all calm down in 2-3 weeks at...
Yup, I know...in the ACPIManager.cs (already uploaded but commented) on Cosmos.Hardware namespace I've already started it..but I was blocked by Memory[Address]...
Thats actually onthe list, look at hte cdocs Iworte fo rinfo on this. ... From: Stephen Remde To: Cosmos-Dev@yahoogroups.com Sent: Wednesday, April 01, 2009...
Hi Cosmos-Dev, I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need...
[This is a follow up to the post I made on CodePlex.] [My Original CodePlex Post] Can anyone tell me where to start implementation of Multidimensional Arrays. ...
I submitted a small patch on CodePlex that allows easy development of experimental network protocols. I also included the beginning of an example based upon an...
Ok, turns out both are the same user. Let me do the explaining. When working on the compiler, use reflector, use reflector, and abuse reflector. This to...
Had a hell of a time getting Source Control to work with VS, but I think I've got it now. It seems to have undone all my Network Patches, but that is totally...
The implementation is well on its way! In preparation for its completion (and so I can test) all compile checks regarding this feature have been removed, so...
Network places??? If you're using VS standard or up, just use the Team Explorer, otherwise use the standalone team explorer thing, shouldnt mess with network...
Many unclear things (to me) in your message.... You checked in stuff to remove the checks, but without having it working? yikes. Please dont do that, because...
The implementation is almost done and ready to be tested. There is only one very small (I hope) problem. The methods required to handle multiarrays MUST (and I...
Sorry, but I cannot locate the code you are referring to... Also, it seems (just by the way you have written your sample), that is will not work. The methods...
I have gotten (through a lot of hacks in Engine.cs) to get the compiler to compile the dynamic assembly! This hack however, means that I could not get an...
I have finally gotten multidimensional arrays to work! Ctors, gets, and sets are all working for both value and reference types and preliminary tests show 100%...
Please don't use Reflection.Emit for doing dynamic methods. There's also no need for it: Use reflector to decompile the following c# snippet: var xSimple = new...
Okay, so if I am do do it this way (which I actually tried before deciding to do the dynamic emit) how do I get the method to take a variable amount of...
Hmm.. using IL to do such stuff does have some pro's... (cross-platform, if done correctly) Please continue testing, and let us know if it works out. On a side...
I really wish I could join Skype - but it says that "this feature is not available in the latest version of Skype for Windows". Otherwise, I would already be...
Also, the entire dynamic method platform works 100%. The only problem with multiarrays is that I have never written IL before - and I have some pretty large...
All tests, including: 1) Write One, Read One - Sequential Access, Random Value 2) Write One, Read One - Random Access, Random Value 3) Write All, Read All -...
Ah, you're using Skype 4. Please install 3.8 (it's available for download on the english site, they call it the version with increased accessibility..) On Sun,...
you already have access to TFS i think (?) If you verified everything works, go ahead and checkin. Do single-dimensional arrays use the same code? (please try...