|  | 
| 
 
 
 
 
 
 
 
 
    
    
 |  | 
 
 
	
		|  |  |  
	
	
		
	
	
	| 
			
			 
			
				June 27th, 2002, 04:42 PM
			
			
			
		 |  
	| 
		
			
			| 
 Sergeant |  | 
					Join Date: Jan 2001 Location: Finland 
						Posts: 214
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 OT: Programming 
 I have been trying to learn programming for some time. I can already do some easy stuff. I often get error Messages but none of them can be compared to this one.  Here is the link.    I guess that error won't be easy to deal with. |  
	
		
	
	
	| 
			
			 
			
				June 27th, 2002, 04:52 PM
			
			
			
		 |  
	| 
		
			|  | Shrapnel Fanatic |  | 
					Join Date: Feb 2001 Location: Waterloo, Ontario, Canada 
						Posts: 11,451
					 Thanks: 1 
		
			
				Thanked 4 Times in 4 Posts
			
		
	      |  |  
    
	| 
				 Re: OT: Programming 
 Have you included every header and library you use in that file?
 Includes don't daisy chain very well.  (A > B > C  !=  A > C)
 
 It also occurs to me that there may be too many underlines at the beginning.  Try removing the first underline, and see how it goes.
 
 BTW, does "builtin_vec_new" appear somewhere in your code, or is this a really mysterious thing?
 
 [ June 27, 2002, 16:01: Message edited by: Suicide Junkie ]
 
				__________________ 
				Things you want: |  
	
		
	
	
	| 
			
			 
			
				June 27th, 2002, 05:02 PM
			
			
			
		 |  
	| 
		
			
			| 
 Sergeant |  | 
					Join Date: Jan 2001 Location: Finland 
						Posts: 214
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 Re: OT: Programming 
 Everything should be there. The error is from an example program that came with a GUI library. I haven't changed it at all. I think it could be because I am using a beta Version compiler. I'll probably have to get the latest official Version and try again.
 [ June 27, 2002, 16:10: Message edited by: Zarix ]
 |  
	
		
	
	
	| 
			
			 
			
				June 27th, 2002, 05:08 PM
			
			
			
		 |  
	| 
		
			
			| 
 Sergeant |  | 
					Join Date: Jan 2001 Location: Finland 
						Posts: 214
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 Re: OT: Programming 
 I don't have a clue where the "builtin_vec_new" comes from. Even if I knew it wouldn't help much because there was over hundred error Messages before that. |  
	
		
	
	
	| 
			
			 
			
				June 27th, 2002, 05:48 PM
			
			
			
		 |  
	| 
		
			
			| 
 Second Lieutenant |  | 
					Join Date: Mar 2001 Location: Netherlands 
						Posts: 479
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 Re: OT: Programming 
 what language is this? 
C++? and what editor/compiler are you using?
 
and i do love that Last line: 
"There must be something terribly wrong with your code. Please fix it."
 
the word "duh" comes to mind..
  
				__________________[Boo!]
 |  
	
		
	
	
	| 
			
			 
			
				June 27th, 2002, 09:56 PM
			
			
			
		 |  
	| 
		
			|  | 
 Sergeant |  | 
					Join Date: Jan 2002 Location: New York 
						Posts: 345
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 Re: OT: Programming 
 Who says computers don't care. 
				__________________My granddaddy was a toaster.
 |  
	
		
	
	
	| 
			
			 
			
				June 28th, 2002, 11:26 AM
			
			
			
		 |  
	| 
		
			
			| 
 Sergeant |  | 
					Join Date: Jan 2001 Location: Finland 
						Posts: 214
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 Re: OT: Programming 
 Yeah, it's C++. The editor is Dev-C++ and compiler is Mingw. Actually the compiler isn't a beta but the editor is. |  
	
		
	
	
	| 
			
			 
			
				June 28th, 2002, 02:43 PM
			
			
			
		 |  
	| 
		
			|  | 
 Sergeant |  | 
					Join Date: Jan 2002 Location: New York 
						Posts: 345
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 Re: OT: Programming 
 I've used Dev-C++ before, but I didn't know it was a beta. Just thought it was a free compiler. 
				__________________My granddaddy was a toaster.
 |  
	
		
	
	
	| 
			
			 
			
				June 28th, 2002, 02:53 PM
			
			
			
		 |  
	| 
		
			
			| 
 Sergeant |  | 
					Join Date: Jan 2001 Location: Finland 
						Posts: 214
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 Re: OT: Programming 
 Dev-C++ is a free and open source. I'm using Version 5 with is still a beta. Version 4 is the latest official Version. |  
	
		
	
	
	| 
			
			 
			
				June 29th, 2002, 04:48 AM
			
			
			
		 |  
	| 
		
			|  | 
 Lieutenant Colonel |  | 
					Join Date: Jan 2002 Location: Dundas, Ontario, Canada 
						Posts: 1,498
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 Re: OT: Programming 
 Gees wish I could help but thanks for that Last line "There must be something terribly wrong with your code. Please fix it."  That's just freeking hillareous!!!!      |  
	
		
	
	
	
	
	
	
	| Thread Tools |  
	|  |  
	| Display Modes |  
	
	| 
		 Linear Mode |  
	| 
	|  Posting Rules |  
	| 
		
		You may not post new threads You may not post replies You may not post attachments You may not edit your posts 
 HTML code is On 
 |  |  |  |  |