[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

3611.0. "UIL-problem with to many variable" by FRSCS::DERKS () Thu Nov 08 1990 07:11

    Hi,
    
    Can anybody give me ay information regarding the following:
    
    - are there any restrictions in the UIL-Compiler?
    
    - a customer of us has written a uil-program, which is chrashing
      with the error message 'please submit a SPR' when the program
      is compiled. The program defines 100000 variables and then it
      chrashes. If he defined only 80000 it works fine.
    
    For checking this the program follows:
    
    #define VARCOUNT 100000
    #include <stdio.h>
    
    main()
    {
    FILE *outdatei;
    int counter;
    char valuename{20};
    outdatei = fopen("testuildatei.uil","w"):
    
    fprintf(outdatei,"module test\n");
    fprintf(outdatei,"version ='v1.0'\n");
    fprintf(outdatei,"names = case_sensitive\n");
    fprintf(outdatei,"value\n");
    
    	for (counter=0,counter<varcount,counter++)
    	{
    	fprintf(outdatei,"variable");
    	sprintf(valuename,"%d",counter);
    	fprintf(outdatei,"%s:1000:\n",valuename);
    	}
    
    fprintf(outdatei;"end module;\n");
    
    fclose(outdatei);
    }
    
    Is this a known problem and what happens with this.
    He has a VS3100 running VMS5.3  with DECwindows V2.0.
    
    Many thanks in advance.
    
    Regards Susanne 
T.RTitleUserPersonal
Name
DateLines