compiler error when compiling program ...

Just starting out? Need help? Post your questions and find answers here.
marc_256
Enthusiast
Enthusiast
Posts: 745
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

compiler error when compiling program ...

Post by marc_256 »

hello,

I just wanted to change some stuff in an older program.
today I use PB 5.70 Final x64 in win10
and I received this message with nothing else as indication ?

Image

what can be the reason for this error ?
Is there a way to debug ?

marc
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
User avatar
Olliv
Enthusiast
Enthusiast
Posts: 542
Joined: Tue Sep 22, 2009 10:41 pm

Re: compiler error when compiling program ...

Post by Olliv »

What is the date of the last OS update ?
User avatar
skywalk
Addict
Addict
Posts: 3999
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: compiler error when compiling program ...

Post by skywalk »

I get this when antivirus quarantines purebasic and/or the fasm exe's.
Make sure they are listed in an exclusion folder for your specific antivirus app.
And, save the source code to a known excluded path to avoid same fate.

I exclude:
C:\dev\*.*
C:\PureBasic-x64\*.*
C:\PureBasic-x86\*.*

I do not exclude my user temp and app folders.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
marc_256
Enthusiast
Enthusiast
Posts: 745
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

Re: compiler error when compiling program ...

Post by marc_256 »

thanks Olliv and skywalk,

I moved all my PB source code to drive E:
and did the compilation with the "create tempory executable in the source directory" selected.

Works ok till now.

marc
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
Post Reply