Re: Problems with directory length

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

[1] No, bound on XP.

Sorry, I should have been more specific. Was this with euphoria v3.1, was what I was after.

MrAl said...

[2] No Euphoria bound program will open in that directory, but other programs work fine.

When you say that other programs work, can they open the file when you pass the full path? I ask, because here's how the bound program tries to open itself for reading:

 -- open our own .exe file 
if ELINUX then 
    current_db = e_path_open(cl[1], "rb") 
else 
    current_db = open(cl[1], "rb") 
end if 

Matt

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

Search



Quick Links

User menu

Not signed in.

Misc Menu