1. Re: (no subject) or DIR()
- Posted by Sergio Gelli <sergelli at uol.com.br>
Jun 24, 2006
-
Last edited Jun 25, 2006
Euman wrote:
>
> Sergio wrote:
> >
> > Al Getz wrote:
> > >
> > > Sergio Gelli wrote:
> > > >
> > > >
> > > > Hi Al
> > > >
> > > > Como está você? Grande prazer em falar contigo!
> > > >
> > > > Which the reason to continue using .ex? I am old
> > > > dinossauro (in extinguishing :)) Really, the reason is that
> > > > in our business we use a system with old Dbase-4 and there
> > > > exists more than 3000 programs twirling. Is to hard chang it.
> > > > We use the Euphoria to help the Dbase in some works, for
> > > > example: back-ups.
> > > >
> > > > Boa sorte para você também!
> > > >
> > > > Sérgio Gelli - Brasil
> > >
> > >
> > > Ola outra vez Sergio,
> > >
> > > Muito bom, obrigado, e o prazer e meu ingualmente.
> > > Eu aprecio sempre falar com o alguem de Brasil!
> > >
> > > I guess you know your software better than i do, but if you are
> > > just doing some file detection and copying you could probably
> > > use the exw form as well as the ex form, unless of course you
> > > have some DOS specific stuff you need. Maybe you could make
> > > a list of all the Euphoria functions you call and post them
> > > here and we can try to determine if you can make the move
> > > to the exw form in order to make things run a bit smoother.
> > > Another idea would be to create another exe program you can
> > > call from your .ex program to get the 'dir' of a given
> > > directory and store the results in a text file. Your .ex
> > > file could then read the text file to get the results.
> > > I used to do this with an old program of mine until converting
> > > to using Window's API function calls.
> > >
> > >
> > > Ate logo,
> > > Al
> > >
> > > E boa sorte com sua programação Euphoria!
> > >
> > > My bumper sticker: "I brake for LED's"
> > >
> >
> > Hi All
> >
> > Bom dia! Obrigado pela atenção.
> >
> > It will be that the MSDOS goes to finish?
> > I am sad for knowing that Euphoria will not have resources
> > to make a simple work same as it makes the function to dir (),
> > perhaps, with the progress of the Windows platform, more
> > functions will leave to work. But perhaps, either only
> > setings of my XP that is incorrect. This is very probable
> > because our Dbase IV, made in 1993 is working without imperfections.
> > I will be in these days, trying to migrate for .exw.
> >
> > its ideia to create an archive of text with the directory
> > information, certainly goes to work, because in my project
> > this is made accurately in this way, one procedure lists all
> > folders, sub-folders and archives. You it would have an
> > example of as to make this code?
> >
> > Até breve,
> >
> > Sérgio Gelli - Brasil
>
> Hello,
>
> I wrote along time ago a replacement for dir()
> <a
> href="http://www.rapideuphoria.com/dir232.zip">http://www.rapideuphoria.com/dir232.zip</a>
>
> a demo of the work it does can be found here:
> <a
> href="http://www.rapideuphoria.com/effm2.zip">http://www.rapideuphoria.com/effm2.zip</a>
>
> my dir() uses all win-api functionality and allows
> viewing those infamous hidden directories..
>
> Regards,
> Euman
>
> BTW: Glad to be back!!
Hi Euman:
Thanks a lot for the attention, but, seems that I am not with luck.
Please, looks at what the EFFM.exw happened when twirling:
When I tried to expand drive “C”, the program failed. sees
the error message.
C:\11USRE\DIR\EFFM.exw:292 in function myalloc()
A machine-level exception occurred during execution of this statement
... called from C:\11USRE\DIR\treeviews.ew:195 in function GetParentItem()
... called from C:\11USRE\DIR\EFFM.exw:969 in function WndProc()
^^^ call-back from Windows
... called from C:\11USRE\DIR\EFFM.exw:1201 in procedure WinMain()
... called from C:\11USRE\DIR\EFFM.exw:1205
--> see ex.err
Perhaps I must come back toward win-95
)
But, I go to continue trying with the XP.
As our friend Chris related, the function DIR() into
a tine code, works fine, but crash into a longe code
and depends on the position that this function is
inside of program.
Best Regards
Sérgio Gelli - Brasil