Re: w32 lib errors with eu4

new topic     » goto parent     » topic index » view thread      » older message » newer message
ChrisB said...

Magic designer

Designer.exw:2446 
Errors resolving the following references: 
        C:\EUPHORIA\win32lib0704\include\w32forms.ew (2430): create 
        C:\EUPHORIA\win32lib0704\include\w32forms.ew (2434): create 
        C:\EUPHORIA\win32lib0704\include\w32forms.ew (2440): create 
        C:\EUPHORIA\win32lib0704\include\w32forms.ew (2446): create 
 
            lBarId = create(FlatToolBar, "", lID, 0, 0, 0, lTemp, 0) 
 

The issue here is that he has a file called sb.e which defines a global function create. And w32forms.ew does not include win32lib.ew, and so can't differentiate between the win32lib create and sb.e's. If you add include win32lib.ew, it will work. I've entered a bug report on sourceforge for win32lib.

ChrisB said...

and arena

C:\EUPHORIA\win32lib0704\include\w32forms.ew:2928 in procedure createForm() 
invalid routine id 
 
... called from arena.exw:174 in function main() 
 

This is working for me (r1354), so I think it was bug #18 that was causing this.

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu