| 
				 6-11-04 code Perl compile error fix 
 Embperl.cpp
 Line 18
 
 #include "embxs.h"
 
 Change to
 //#include "embxs.h"
 
 Line 32
 
 newXS("quest::boot_qc", boot_qc, file);
 
 Change to
 //newXS("quest::boot_qc", boot_qc, file);
 
 
 Embparser.cpp line 407
 
 "&boot_qc;"
 
 Change to
 //"&boot_qc;"
 
 
 This is a temp fix im sure one of the dev's will post a better fix soon.
 
				__________________Server Owner Midnight Rayne.
 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |