Search found 1431 matches

by Auge_Ohr
Sat Oct 05, 2024 12:00 pm
Forum: eXpress++ Support
Topic: Set CPU
Replies: 22
Views: 19842

Re: Set CPU

hi, I tested this scenario and it works fine. I have a demo program to post here if you want to try it and convince yourself. i remember early Version of Xbase++ was able to use more than 1 x CPU, but ALASKA have cancel it. i do not remember why it was canceled, but i remember ALASKA say it is NOT S...
by Auge_Ohr
Wed Oct 02, 2024 1:27 pm
Forum: eXpress++ Support
Topic: Set CPU
Replies: 22
Views: 19842

Re: Set CPU

hi, there is no Way that Xbase++ use different CPU Core within same Instance of a Application. what i mean is that same instance can´t use more than 1 CPU Core. you can switch CPU Core using "next" Core but only one Core can be active, so a Thread can only use same CPU Core as Main Thread is using.
by Auge_Ohr
Tue Oct 01, 2024 8:53 pm
Forum: eXpress++ Support
Topic: Set CPU
Replies: 22
Views: 19842

Re: Set CPU

hi,

there is no Way that Xbase++ use different CPU Core within same Instance of a Application.
Only Way is to start different Instance of a Application and assign each App to different CPU Core.
by Auge_Ohr
Wed Sep 18, 2024 9:14 pm
Forum: eXpress++ Support
Topic: Blocks on SMTP servers
Replies: 4
Views: 5430

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: 16007

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: 16007

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: 16007

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: 33246

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: 33246

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