 
			
				08.11.2013, 18:47
			
			
			
		  
	 | 
	
		
		
		
			
			| 
			
				
				
				 Прохожий 
				
				
			 | 
			  | 
			
				
				
					Регистрация: 02.08.2013 
					
					
					Сообщения: 47
 
				Версия Delphi: Delphi 7 
					Репутация: 5 
					    
				 
				
			 | 
		 
		 
		
	 | 
	
	
	
		
			
			
				 
				Ошибка createprocess
			 
			 
			
		
		
		
		
	Цитата: 
	
	
		| 
			
				 Сообщение от poli-smen 
				В каком месте у тебя прописана эта строка? 
			
		 | 
	 
	 
 
	Код: 
	function CreateProcess
(lpApplicationName: PChar;
lpCommandLine: PChar;
lpProcessAttributes: TSecurityAttributes;
lpThreadAttributes: TSecurityAttributes;
bInheritHandles: LongBool;
dwCreationFlags: Longword;
lpEnvironment: Pointer;
lpCurrentDirectory: PChar;
lpStartupInfo:TStartupInfo;
lpProcessInformation: TProcessInformation):
 LongBool;
 var
 StartUpInfo: TStartUpInfo;
  ProcessInfo: TProcessInformation;
  dwCreationFlags: Longword;
  lpApplicationName: String;
  Security_Attributes: PSecurityAttributes;  
  
		
	
		
		
		
		
		
	
		
		
	
	
	 |