Thank you for this dll, just wanted to let you know I put it to good use. I got RTH to work finally using the SetMem method. I'm not ready to release the app yet, but once I get everything working better I plan on it.
Finally got to work and released something useful with your library.
Thanks for all the work you put into it, some cool stuff, and hopefully it didn't go to waste.
I decided that making a separate app would be the best thing because I was having trouble getting good plugins for my own app. This way nobody is forced to use just one app, they can use any app that closes the map when it doesn't need it open, like all versions of entity.
Last edited by OwnZ joO on Tue Nov 11, 2008 8:27 pm, edited 1 time in total.
I've uploaded my current version which sports some updated filestream code, the start of some eeprom code, and I increased memory writes from about 250kb/s to 10mb/s. Maybe this will fix your vista problem :X
Eaton wrote:Nope. Check your Xbox class in the dll. That seems to be where that errors. AIM me if you want to test anymore fixes you may have.
Does it still error when it tries to create a new one?
Also your newer version is not letting me connect. I'm using the same code and it fails to connect to my xbox. JacksonCougar is also having the same problem. Thanks for the update though, looking forward to the faster memory set.
Eaton wrote:Nope. Check your Xbox class in the dll. That seems to be where that errors. AIM me if you want to test anymore fixes you may have.
Does it still error when it tries to create a new one?
Also your newer version is not letting me connect. I'm using the same code and it fails to connect to my xbox. JacksonCougar is also having the same problem. Thanks for the update though, looking forward to the faster memory set.
What do you mean? I replace the old dll with the new one, launch the program, and it crashes like always.
Guess I'll do another quick run through and see where things could be going wrong. I'll come out with another release soon, with the updated screenshot method as requested
Guess I'll do another quick run through and see where things could be going wrong. I'll come out with another release soon, with the updated screenshot method as requested
This dll will be slightly different than the older ones, and I'm unsure if his app could possibly be "married" to the old one...it may take another rebuild of the app instead of a simple dll swap ;x
xbox7887 wrote:This dll will be slightly different than the older ones, and I'm unsure if his app could possibly be "married" to the old one...it may take another rebuild of the app instead of a simple dll swap ;x
I just modified the source. I deleted the old dll reference, and added the new dll. I get a "vshost.exe has stopped working" message which I always got when I tried to build it.
Xbox() is now an empty .ctor and everything that gets instantiated within the class is a basic datatype so I have no idea why you would be having any issues
xbox7887 wrote:Xbox() is now an empty .ctor and everything that gets instantiated within the class is a basic datatype so I have no idea why you would be having any issues
Then this doesn't make sense... Why won't it work?
I guess i will have to learn to code a RTH class myself.