Files correlati : Ricompilazione Demo : [ ] Commento : Procedura di salvataggio del corrente OEM (reseller) del prg già installato; in questo modo anche mandando un CD AGA (che generalmente funziona!) ad un cliente di un distributore non AGA, il reseller .a video non cambia. Per cambiare reseller si dovrà intervenire a mano sull'oem.ini cambiando il valore di OEM dopo l'installazione git-svn-id: svn://10.65.10.50/trunk@19779 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			14 lines
		
	
	
		
			376 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			376 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __KEY_H
 | |
| #define __KEY_H
 | |
| 
 | |
| bool HardlockGarble(unsigned short* data);
 | |
| unsigned short HardlockLogin(int& year);
 | |
| 
 | |
| void EncodeEutronPassword(char* str);
 | |
| unsigned short EutronLogin(int& year);
 | |
| 
 | |
| unsigned short ServerLogin(int& year, wxString& strSrvName);
 | |
| unsigned short ServerLoggedUsers(const wxString& strSrvName);
 | |
| bool DictionaryLogin(const wxString& strSrvName);
 | |
| 
 | |
| #endif |