Visualizza messaggio singolo
  #59 (permalink)  
Vecchio 5th July 2008, 09:29
L'avatar di weltall
weltall weltall non  è collegato
CW Team
 
Data registrazione: Sep 2005
Residenza: Shevat
Messaggi: 7,352
Potenza rep: 18
weltall diventerà presto famoso abbastanza
Citazione:
Originalmente inviato da Blaster99 Visualizza messaggio
Hi,

oh, did not know that it would increase the complexity.
Maybe a command-line feature is easier to realise ?

Some type of checklist for the creation of the pointer codes would be nice.

Ahh.. i did not mean to save it anywhere.
At the moment, when i create a pointer code, i insert the value and select size of the pointer to create.
When i create the next pointer (maybe because 2 pointer left), i have to insert the value and the pointer size again, although it may be the same size/value.

Bye
Blaster99
-sure both in the gfx code and the actually function doing the search.
As for the first the main problem is the windows port: the gtk port for windows doesn't seem to support glade3 (which is based on xml to generate the base window) but only glade2 so it's quite crappy to mantain and i'd like to avoid doing much changes in the gui
still a comand line solution isn't a good idea because there are two ways to implement them in the backend (this affects also the gui case in addition to what i talked about before). The first is doing all possible combinations retaining the current code, this would slow down the process evidently and it's the same you can do now manually by just changing the file, i'd exclude the second way as it's a complete rewrite to check a variable number of files at the same time.

-well i'll see.

-ah you meant keeping the selected code type in the generation window. this would require a global variable or a variable being sent and received from the function calling it as that window is destroyed when going out from it or it can be fixed with the check box too.
Rispondi citando