Search found 1428 matches

by Auge_Ohr
Wed Sep 18, 2024 9:14 pm
Forum: eXpress++ Support
Topic: Blocks on SMTP servers
Replies: 4
Views: 601

Re: Blocks on SMTP servers

hi Diego,

you can try CDO instead of Outlook.
by Auge_Ohr
Wed Aug 28, 2024 12:40 am
Forum: Xbase++ 2.0
Topic: Tooltip
Replies: 6
Views: 4029

Re: Tooltip

hi, If you prefer Windows Tooltip control, why don't you implement it and make your contribution? i have made it in my DXE LIb, but i do not use Xbase++ any more. i use FIVEWIN / Harbour since 5 Years (after 20 Years Xbase++) I think that Alaska has no more interest to implement other missing Window...
by Auge_Ohr
Mon Aug 26, 2024 6:48 am
Forum: Xbase++ 2.0
Topic: Tooltip
Replies: 6
Views: 4029

Re: Tooltip

hi, as i say there is a REAL Windows Control called Tooltip. https://learn.microsoft.com/en-us/windows/win32/controls/tooltip-controls MagicHelp is a Xbase++ Tool, written by a User (don´t remember WHO did it), and work with Xbase++ Thread Timing. it expect row/col in mp1[1]/mp1[2] to work but often...
by Auge_Ohr
Fri Aug 23, 2024 11:26 am
Forum: Xbase++ 2.0
Topic: Tooltip
Replies: 6
Views: 4029

Re: Tooltip

hi, Magighelp is not a Windows Tooltip Control ***, it is just a simple BAD Xbase++ "Workaround" *** https://learn.microsoft.com/en-us/windows/win32/controls/tooltip-controls it use Xbase++ Thread Timing and NOT Windows Event, so when Thread become active it might have NOT the same Status when Contr...
by Auge_Ohr
Thu Jun 27, 2024 9:51 pm
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 15370

Re: ZAP and PACK command for DBF files - error Win 11

hi, we know GetProccesAffinityMask() and SetThreadAffinityMask() and had the Discussion long before when Alaska had disable it after v1.6 we have Sample Source\samples\solution\smp\smprun.prg to switch CPU but ALWAYS hole App will run on same CPU we can use Concept from Chris or Victorio and use mul...
by Auge_Ohr
Thu Jun 27, 2024 3:54 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 15370

Re: ZAP and PACK command for DBF files - error Win 11

https://doc.alaska-software.com/content ... cessor.cxp
// Assign the Process randomly to a logical processor unit
by Auge_Ohr
Thu Jun 27, 2024 3:52 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 15370

Re: ZAP and PACK command for DBF files - error Win 11

hi,
This is not true at all.
You should read the SetLogicalProcessor() and GetLogicalProcessorCount() functions.
This is what Alaska documentation says:
WHERE DO ALASKA SAY IT :?:
do you have any Sample to show the Effect :shock:
by Auge_Ohr
Wed Jun 26, 2024 9:11 pm
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 15370

Re: ZAP and PACK command for DBF files - error Win 11

hi,
You have a 24 CPU server, why don't you use it in the right way?
i don´t think that 24 CPU will help when using Xbase++ as Xbase++ can only use 1 x CPU
Multi-Threading, under Xbase++, does not use multi-CPU . it use same Time-Slice of 1 x CPU
by Auge_Ohr
Wed Jun 26, 2024 12:20 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 15370

Re: ZAP and PACK command for DBF files - error Win 11

hi Vitorio, you can use "Vitual" File-System under 32 Bit to open File with 7 000 000 Lines * vfFileRead Class * ******************************************************************* #include "hbclass.ch" #include "fileio.ch" #define vf_DEF_READ_SIZE 4096 #define vf_DELIMITER hb_eol() #define vf_REC_M...