Search found 8 matches

by H-QueST
Wed Jul 17, 2024 8:37 am
Forum: General Discussion
Topic: trojan alert since the latest version 6.11
Replies: 8
Views: 1826

Re: trojan alert since the latest version 6.11

The problem has been solved.
I am already working on a VM with Purebasic.
However, the virus protection of the host computer was also set to scan the VM. As a result, the temporary purebasic exe was deleted in the background. The solution is to disconnect the VM from the host computer access.
by H-QueST
Tue Jul 16, 2024 10:40 am
Forum: General Discussion
Topic: trojan alert since the latest version 6.11
Replies: 8
Views: 1826

Re: trojan alert since the latest version 6.11

Hi Caronte3D,
this is exactly what I did. But in spite of the folder exception I get always the same trojan alert.
At the moment I'am working better with Version 6.10.

I should use a isolated VM for coding...
by H-QueST
Tue Jul 16, 2024 10:01 am
Forum: General Discussion
Topic: trojan alert since the latest version 6.11
Replies: 8
Views: 1826

Re: trojan alert since the latest version 6.11

I wanted to write:
I'm not sure wether it's a false positive.
by H-QueST
Tue Jul 16, 2024 9:57 am
Forum: General Discussion
Topic: trojan alert since the latest version 6.11
Replies: 8
Views: 1826

trojan alert since the latest version 6.11

Hi,

I get a trojan alert since the latest version 6.11 during compiling/start (f5) in Purebasic_Compilation[..].exe named Win64:Evo-gen[Trj] by AVG (or Avast - same Company).

If I'm starting 6.10 there is no Virus-alert.
I'm not sure wether it's a false negative.

Thank's for help!

// Moved from ...
by H-QueST
Thu Apr 06, 2023 9:27 am
Forum: Mac OSX
Topic: Bug GeActiveGadget() in MacOS since PureBasic 6.00
Replies: 6
Views: 1033

Re: Bug GeActiveGadget() in MacOS since PureBasic 6.00

Hi mk-soft,
this works fine.
Thank you very much!
by H-QueST
Mon Apr 03, 2023 7:13 pm
Forum: Mac OSX
Topic: Bug GeActiveGadget() in MacOS since PureBasic 6.00
Replies: 6
Views: 1033

Re: Bug GeActiveGadget() in MacOS since PureBasic 6.00

It is about the fact that a program should react intelligently to the selection by the user from several buttons.
This is quite common and now works very well under PureBasic Windows, but unfortunately no longer under MacOS. However the function GetActiveButton() of my older MacOS compilate works ...
by H-QueST
Sun Mar 26, 2023 12:18 pm
Forum: Mac OSX
Topic: Bug GeActiveGadget() in MacOS since PureBasic 6.00
Replies: 6
Views: 1033

Re: Bug GeActiveGadget() in MacOS since PureBasic 6.00

Hello mk-soft,
Thank you very much.
It is true. A test with Purebasic 5.72 showed that it is due to the changed operating system since Yokosemite.
In the PureBasic help it is written that GetActiveGadget() works on all operating systems. So this statement is no longer valid for macOS.
How can I get ...
by H-QueST
Sat Mar 25, 2023 8:45 am
Forum: Mac OSX
Topic: Bug GeActiveGadget() in MacOS since PureBasic 6.00
Replies: 6
Views: 1033

Bug GeActiveGadget() in MacOS since PureBasic 6.00

Hi Fred or Timo or an other expert,

there is a new bug in PureBasic 6.00 and 6.01:
GetActiveGadget() does not work on MacOS as in former versions.

Please try the following example on MacOS (result: -1) and on Windows (result: a number > 0):

If OpenWindow(0, 0, 0, 230, 90, "Event-Handling Example ...