Recent content by Tuy_

  1. T

    Hacking Project NDS released !

    The data can get big fast, especially since I will add a lot of other web imports. Even besides that it's good habbit because then you can use queries to access data instead of having it all in memory or scan thru a file. I really don't recommend using anything else then databases (in some cases...
  2. T

    Hacking Project NDS released !

    Dammit, their seems to be always a version of Vista (Vista32 works) wich make the FireBird database crash. Previous vista 'shit' was also caused by Firebird ... But apparently there is a specific version of the firebird embedded server for Vista64 You can find it at this location...
  3. T

    Hacking Best NDS Rom Manager?

    Project NDS has an added feature that you won't find with those other managers: It fetches data from the internet like review, and hooks those up to your games.
  4. T

    Hacking Project NDS released !

    Second release of Project NDS has happened ! It has the following improvements: * ADDED - A CRC32 check is done before copying. This way you are sure that what you think is copied is really copied. * ADDED - Metacritic website data is imported. Tries to match the rominfo to the metacritic...
  5. T

    Hacking Project NDS released !

    I've succeeded in getting it to work on Vista. A new release will be up soon. I had some delays: Blame Rockstar & Take 2
  6. T

    Hacking Project NDS released !

    for .zip I'm using a library, if you can point me to a library that handles .7z & .rar files, then I'll happily do it Or would you be satisfied with seeing them in the list, but not being able to extract them ? Vista update: I've got the code working under vista, the problem was de firebird...
  7. T

    Hacking Project NDS released !

    I've mainly been using .NET for years now, so it would be very hard for me to switch back to any other language. I still like it. I can do everything what I want. I haven't come across any problem I couldn't solve with .NET in a clean way. I've done code generation -> xslt, xml, little bit of...
  8. T

    Hacking Project NDS released !

    I've been working as a professional developer for years now. I know java, C++, ... and .NET. Working in .NET made my life a lot easier and I can concentrate on the important parts now: the design, the code itself, ... I really don't understand how you can say the .NET is horrible. And not even...
  9. T

    Hacking Project NDS released !

    I LOVE .NET, so I'm not gonna part from it I've send to program to a friend who is going to try it on vista. My guess is that it blocks my attemps to use the database and write to the config file who are in the same directory as the program (Default 'Program Files'). A default user doesn't...
  10. T

    Hacking Project NDS released !

    It is developed in C#, for me that's the only language I'll work in in .NET
  11. T

    Hacking Project NDS released !

    I know that it doesn't work in Vista @ the moment. I'm working on it, but since I don't have Vista it take a little bit longer. Expect a new release soon (together with some new stuff).
  12. T

    Hacking Best NDS Rom Manager?

    You can always give Project NDS a shot, can be found @ http://projectnds.tuy.be Easy to use and imports the webdata in the background (game info, release list, ...)
  13. T

    Hacking Project NDS released !

    What do you mean with errors, in program errors (messages) ? Or real crashes ? What have you put in for the rom folder ? Are your roms in zip-files or directly nds files ?
  14. T

    Hacking Project NDS released !

    Project NDS has been released ! It is a manager for the ds game roms. It fetches all sorts of data from the internet and couples this data to the roms found on your harddrive. Project NDS will f.e. fetch the game descriptions from the official nintendo site and couple this to the game roms...