Pelles C forum

Pelles C => General discussions => Topic started by: BCBirdman on March 04, 2019, 07:37:17 PM

Title: Trouble installing/creating programs in Pelles C 9.00
Post by: BCBirdman on March 04, 2019, 07:37:17 PM
My initial attempts to install Pelles-C on my Windows 7 X64 system because of Bitdefender blocking changes to “Protect Folders”.
If I attempt to open a newly created project I get the following:
Document navigation
Navigating to a new URL:

Document navigation
Navigating to a new URL:

Project closed: C:\Users\James Adams\Documents\Pelles C Projects\Prog-C-1\Prog-C-1.ppj
Project opened: C:\Users\James Adams\Documents\Pelles C Projects\Prog-C-1\Prog-C-1.ppj
Project saved: C:\Users\James Adams\Documents\Pelles C Projects\Prog-C-1\Prog-C-1.ppj
What is happening?
Title: Re: Trouble installing/creating programs in Pelles C 9.00
Post by: TimoVJL on March 04, 2019, 08:51:19 PM
Check this:
https://www.bitdefender.com/support/how-do-i-exclude-a-folder-from-being-scanned-[bitdefender-windows-8-security]-1067.htm
Quote
To add the folder to the Exclusions list, follow these steps:

    Open the Bitdefender window.

    Click the Settings button on the upper toolbar.

    In the Settings Overview window, select Antivirus.

    In the Antivirus Settings window, select the Exclusions tab.

    Make sure Exclusions for files is turned on by clicking the switch.

    Click the Excluded files and folders link.

    Click the Add button, located at the top of the exclusions table.

    Click Browse, select the folder that you want to be excluded from scanning and then click OK.

    Click Add and then click OK to save the changes and close the window.

Title: Re: Trouble installing/creating programs in Pelles C 9.00
Post by: jj2007 on March 04, 2019, 10:07:14 PM
Crappy AV software works with heuristic "detections". Pelles C is clean, but under the hood there may be some unusual code, so BitDefender cries foul. It's called false positive.

Btw no need to spam the forum with three identical new threads.