flat assembler
Message board for the users of flat assembler.
  
       
      Index
      > Main > [DLL] Can't export "Load" procedure | 
  
| Author | 
  | 
              
| 
                  
                   revolution 10 May 2015, 09:59 
                  "load" is a reserved word. The error is correct. You can either rename your procedure or rename the "load" command in the fasm sources. But you can't have both together. 
                  
                 | 
              |||
                  
  | 
              
| 
                  
                   StrenoJr 10 May 2015, 10:34 
                  Where could I find the definition of Load in fasm sources? 
                  
                 | 
              |||
                  
  | 
              
| 
                  
                   revolution 10 May 2015, 10:43 
                  TABLES.INC     
                  
                Code: instructions_4: ;... db 'load',0 dw load_directive-instruction_handler Wouldn't it be easier to change your source? Assuming your editor supports UTF8: Code: export 'inventory.dll', Löad, 'Load' ;... proc Löad endp  | 
              |||
                  
  | 
              
| 
                  
                   StrenoJr 10 May 2015, 11:24 
                  Oh, like this!
 
                  
                Shame on me! Thank you.  | 
              |||
                  
  | 
              
< Last Thread | Next Thread >  | 
    
Forum Rules: 
  | 
    
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.