Problems with 4.1

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

Laptop died. Replaced and loaded euphoria.

4.1.0 development (6300:57179171dbed, 2015-02-02 14:18:53) on HP machine running windows 10.
Two problems have been encountered running known good euphoria code.

1. Cannot open .dll files. Always returns NULL.

include jd/jd.e 
include std/dll.e 
 
atom sqlite3_dll = open_dll(`C:\Users\User\Downloads\sqlite-dll-win32-x86-3240000\sqlite3.dll`) 
printf(1,"return = %d\n",sqlite3_dll) 
ak() 



2. Problem with include files. EUINC and PATH are set up correctly. Euphoria cannot find some of the included files. I noticed that the error message, which includes a list of the directories searched does NOT include all of the directories included in the PATH variable (user PATH not system PATH; however it doesn't seem to matter). My PATH includes 4 or 5 directories. It seems to search only the first couple. If I include the entire path in the include statement it works OK.

Found a copy of 4.05 and loaded. Problems went away.

Any thoughts or pointers?

Regards, jd

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

Search



Quick Links

User menu

Not signed in.

Misc Menu