Waitrud Weber’s blog

things and reminders for memories

Language Support: Windows-make: Reading Files: UTF-16( Unicode ): As your Language:

Language Support: Windows-make: Reading Files: UTF-16( Unicode ): As your Language: Compilation error: Could you please not think complex, which is just files and compilation: Analyzing is success of simply idea. We've found problem and try next. : compilatoinerror-Clipboard01-20200718-001.png download: https://github.com/WaitrudWeber/source_zip/blob/master/analyzer_20200718-001.zip

 31 :int found_enter (char* filename) {
 32 :	FILE *fp;
 33 :	char b_dummy[256];
 34 :	int i, j ;
 35 :	int file_end;
 36 :
 37 :	fp = fopen(filename, "rb");
 38 :
 39 :	for ( i =0; i<file_end; i++ ) {
 40 :		fread ( dummy, 1, 1, fp);
 41 :		b_dummy[ 0 ] = dummy[0];
 42 :		for '( j=0; j<255; j++ ) {
 43 :			b_dummy[ j + 1 ] = dummy[ j ];
 44 :		}
 45 :
 46 :		if ( m_compare( (char*)b_dummy, (char*)"\r\n" ) == 1 ) {
 47 :			printf("We found Eenter %s\r\n", b_dummy);
 48 :			exit( -1 );
 49 :		}
 50 :	
 51 :	}
 52 :
 53 :	return 0;
 54 :}