Search found 626 matches

by Victorio
Wed Aug 10, 2022 2:33 am
Forum: eXpress++ Support
Topic: filetime and filedate in directory
Replies: 15
Views: 6016

Re: filetime and filedate in directory

Thank you Jimmy, i will look to it, this can be very usable for me. I am using also other system to controlling runshell processes with DBF file, where this external processes write information about status , and main program read it , in database is fields CPU01 to CPU12 for example. Main program d...
by Victorio
Wed Aug 10, 2022 2:00 am
Forum: eXpress++ Support
Topic: filetime and filedate in directory
Replies: 15
Views: 6016

Re: filetime and filedate in directory

Hi Eugene, I do not understand what do you mean ? I have one main program, and this run via Runshell several exe modules, which run on all CPU cores simultaneously. With Runshell have not any feedback. Tasklist is not usable because process can be frozen, and for it i use "timestamp" rows in tempora...
by Victorio
Wed Aug 10, 2022 1:08 am
Forum: eXpress++ Support
Topic: filetime and filedate in directory
Replies: 15
Views: 6016

filetime and filedate in directory

Hi, I have some little problem, need updated filetime and filedate of some file in directory. functions filetime() and filedate() return still some time and date when program running, but I need info about access time when other users write to this file. This looks to fact, that when program is runn...
by Victorio
Wed Jul 06, 2022 6:30 am
Forum: eXpress++ Support
Topic: Visual Foxpro
Replies: 5
Views: 3075

Re: Visual Foxpro

Hi Roger, I can confirm, there is compatibility problems between VFP an Xbase++. I solved it a long time ago, also consulted here on the forum, but I did not manage to solve it 100%. therefore, with some indexes, I solve it by opening a database shared with another VFP application, before opening th...
by Victorio
Mon May 30, 2022 6:52 am
Forum: Xbase++ 2.0
Topic: About #Pragma Library
Replies: 4
Views: 2797

Re: About #Pragma Library

Hi Roger,

Thank you very much for the explanation. I understand that now.
Have a nice day.

Viktor
by Victorio
Fri May 27, 2022 1:44 am
Forum: Xbase++ 2.0
Topic: About #Pragma Library
Replies: 4
Views: 2797

Re: About #Pragma Library

Hi Tom, Thanks for the explanation. If I understand correctly, it is only because when compiling if I have a lot of PRGs (in my case more than 100), this LIB (eg Adac20b.lib) is used in the compilation process only when the PRG, which of it function needs? So that it does not unnecessarily burden th...
by Victorio
Thu May 26, 2022 12:27 am
Forum: Xbase++ 2.0
Topic: About #Pragma Library
Replies: 4
Views: 2797

About #Pragma Library

Hi, Can anyone explain to me what is the difference between using e.g. #Pragma Library ("Ascom10.LIB") in a PRG file, or in an XPJ project file as COMPILE_FLAGS = ..... /rAscom10.LIB, or why, in fact, only these LIBs are so called in some PRGs? E.g. DCLIPX.LIB, ASCOM10.LIB, Adac20b.LIB, XppUI2.LIB, ...
by Victorio
Thu Feb 17, 2022 10:04 am
Forum: eXpress++ Support
Topic: Automatic Updater for application
Replies: 23
Views: 11189

Re: Automatic Updater for application

At this moment I work on my updater, which does not work well. My modified algorithm is simple , later I can send some code, but work like this : main application has one txt file VERSION.TXT, in this is several rows about number and date version, and other parameters as database structure version e...
by Victorio
Tue Feb 15, 2022 4:09 am
Forum: eXpress++ Support
Topic: Automatic Updater for application
Replies: 23
Views: 11189

Re: Automatic Updater for application

I found ListDLLs v3.2, this I mean is what I am searching. listdlls infokat.exe >zoznamdll and show this , not only DLL in application folder and also system DLLs, thats OK. ------------------------------------------------------------------------------ INFOKAT.exe pid: 12800 Command line: "C:\Infoka...
by Victorio
Tue Feb 15, 2022 3:52 am
Forum: eXpress++ Support
Topic: Automatic Updater for application
Replies: 23
Views: 11189

Re: Automatic Updater for application

Hi Tom, I tryed this , but it is not work for all DLLs, when I use DLLLOAD() in program. For example when I have in program snDll := DllLoad('DESDLL.DLL') But this I can determine simply with text search DLLLOAD, in my app only two dll are loaded with this function, thats no problem. Is it sure, tha...