1. Eu 4.0 reference resolution
- Posted by ChrisB (moderator) Nov 30, 2008
- 1107 views
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
2. Re: Eu 4.0 reference resolution
- Posted by ChrisB (moderator) Nov 30, 2008
- 1072 views
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
3. Re: Eu 4.0 reference resolution
- Posted by ChrisB (moderator) Nov 30, 2008
- 1056 views
<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
4. Re: Eu 4.0 reference resolution
- Posted by codepilot Dec 03, 2008
- 1062 views
I made a new version of my 3d libs and examples. I'll be releasing them sometime soon. They include opengl and directx examples.
5. Re: Eu 4.0 reference resolution
- Posted by ChrisB (moderator) Dec 04, 2008
- 1014 views
Hi
Excellent!
Chris
6. Re: Eu 4.0 reference resolution
- Posted by SDPringle Dec 04, 2008
- 1009 views
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
7. Re: Eu 4.0 reference resolution
- Posted by DerekParnell (admin) Dec 04, 2008
- 1013 views
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.