1. Eu 4.0 reference resolution

Hi

What is the best (and simplest) way of resolving the following issue (running a Daniel Kluss TrueGL demo greengrid)

2greengrid.exw:5101 Errors resolving the following references: C:\EUPHORIA\win32lib0704\include\w32resources.ew (163): FW_HEAVY C:\EUPHORIA\win32lib0704\include\w32resources.ew (165): FW_HEAVY C:\EUPHORIA\win32lib0704\include\w32resources.ew (175): STOCK_LAST C:\EUPHORIA\win32lib0704\include\w32resources.ew (771): DM_COPY C:\EUPHORIA\win32lib0704\include\w32resources.ew (856): PHYSICALOFFSETX C:\EUPHORIA\win32lib0704\include\w32resources.ew (857): PHYSICALOFFSETY C:\EUPHORIA\win32lib0704\include\w32resources.ew (858): PHYSICALWIDTH C:\EUPHORIA\win32lib0704\include\w32resources.ew (859): PHYSICALHEIGHT C:\EUPHORIA\win32lib0704\include\w32resources.ew (864): LOGPIXELSX C:\EUPHORIA\win32lib0704\include\w32resources.ew (865): LOGPIXELSY C:\EUPHORIA\win32lib0704\include\w32resources.ew (899): DM_PAPERLENGTH C:\EUPHORIA\win32lib0704\include\w32resources.ew (908): DM_PAPERWIDTH C:\EUPHORIA\win32lib0704\include\w32resources.ew (932): PHYSICALWIDTH C:\EUPHORIA\win32lib0704\include\w32resources.ew (933): PHYSICALHEIGHT C:\EUPHORIA\win32lib0704\include\w32resources.ew (940): LOGPIXELSX C:\EUPHORIA\win32lib0704\include\w32resources.ew (941): LOGPIXELSY C:\EUPHORIA\win32lib0704\include\w32resources.ew (1060): DMORIENT_PORTRAIT (and so on)

Note - public includes in win32lib doesn't work, nor does explicit including in greengrid.exw of all the win32lib sub includes

Chris

new topic     » topic index » view message » categorize

2. Re: Eu 4.0 reference resolution

sorry

include w32Keys.e         -- Definitions of Windows keycodes. 
include w32msgs.e 
include w32support.e      -- both w32memory.ew and w32utils.e 
include w32constants.ew 
include w32structures.ew 
include w32dll.ew 
include w32gdi.ew 
include w32user.ew 
include w32winmm.ew 
include w32comdlg.ew 
include w32comctl.ew 
include w32Kernel.ew as KNL 
include w32Shell.ew 
include w32advapi.ew 
include w32winspool.ew 
 
new topic     » goto parent     » topic index » view message » categorize

3. Re: Eu 4.0 reference resolution

<groan>

2greengrid.exw:5101 
Errors resolving the following references: 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (163): FW_HEAVY 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (165): FW_HEAVY 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (175): STOCK_LAST 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (771): DM_COPY 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (856): PHYSICALOFFSETX 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (857): PHYSICALOFFSETY 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (858): PHYSICALWIDTH 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (859): PHYSICALHEIGHT 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (864): LOGPIXELSX 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (865): LOGPIXELSY 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (899): DM_PAPERLENGTH 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (908): DM_PAPERWIDTH 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (932): PHYSICALWIDTH 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (933): PHYSICALHEIGHT 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (940): LOGPIXELSX 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (941): LOGPIXELSY 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (1060): DMORIENT_PORTRAIT 
	C:\EUPHORIA\win32lib0704\include\w32resources.ew (1060): DMORIENT_LANDSCAPE 
 
new topic     » goto parent     » topic index » view message » categorize

4. Re: Eu 4.0 reference resolution

I made a new version of my 3d libs and examples. I'll be releasing them sometime soon. They include opengl and directx examples.

new topic     » goto parent     » topic index » view message » categorize

5. Re: Eu 4.0 reference resolution

Hi

Excellent!

Chris

new topic     » goto parent     » topic index » view message » categorize

6. Re: Eu 4.0 reference resolution

As far as I know, any library that works with EUPHORIA 3.0, which would use exclusively 'global' to make symbols accessible from outside of a file should work with EUPHORIA 4.0 out of the box except for when user defined symbols, such as variables and routines, coincide with the new EUPHORIA 4.0 keywords. Is this library being migrated to use the new EUPHORIA 4.0 export system: export, public?

Shawn Pringle

new topic     » goto parent     » topic index » view message » categorize

7. Re: Eu 4.0 reference resolution

SDPringle said...

As far as I know, any library that works with EUPHORIA 3.0, which would use exclusively 'global' to make symbols accessible from outside of a file should work with EUPHORIA 4.0 out of the box except for when user defined symbols, such as variables and routines, coincide with the new EUPHORIA 4.0 keywords. Is this library being migrated to use the new EUPHORIA 4.0 export system: export, public?

When you say "Is this library being migrated ... ", which library are you talking about? The v4 standard library is the migrated v3 standard library.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu