Re: [fpc-pascal] Running Freepascal programs on other computers

2017-06-29 Thread Sven Barth via fpc-pascal
Am 29.06.2017 23:27 schrieb "Bo Berglund" : > > On Thu, 29 Jun 2017 11:08:40 +0200, Sven Barth via fpc-pascal > wrote: > > >- open "Internet Options" > > The wording on these option pages seem to indicate that they are for > websites. That is all they talk about. They are not only about websites,

Re: [fpc-pascal] Running Freepascal programs on other computers

2017-06-29 Thread Bo Berglund
On Thu, 29 Jun 2017 11:08:40 +0200, Sven Barth via fpc-pascal wrote: >- open "Internet Options" The wording on these option pages seem to indicate that they are for websites. That is all they talk about. What about local files on the computer which are not part of any website? -- Bo Berglund

Re: [fpc-pascal] Running Freepascal programs on other computers

2017-06-29 Thread Sven Barth via fpc-pascal
Am 28.06.2017 20:32 schrieb "James Richters" : > > >Are you by chance running it from a shared smb folder or something like that? > > Yes I am running them on a network share… If I copy the file to my laptop hard drive then I don’t get the warning anymore. However I still get the secutiy warning i

Re: [fpc-pascal] Running Freepascal programs on other computers

2017-06-28 Thread James Richters
ssions Subject: Re: [fpc-pascal] Running Freepascal programs on other computers Are you by chance running it from a shared smb folder or something like that? I run all my fpc apps on Windows 10, but from a local drive and don't get warnings. On Jun 28, 2017 11:56

Re: [fpc-pascal] Running Freepascal programs on other computers

2017-06-28 Thread Karoly Balogh (Charlie/SGR)
Hi, On Wed, 28 Jun 2017, James Richters wrote: > Does anyone know how this is normally achieved, and how to implement > this with my freepascal console applications? I'm not a Windows developer, but You have to code sign your executable, probably, just like any normal Windows app you'd release.

Re: [fpc-pascal] Running Freepascal programs on other computers

2017-06-28 Thread Snorkl e
Are you by chance running it from a shared smb folder or something like that? I run all my fpc apps on Windows 10, but from a local drive and don't get warnings. On Jun 28, 2017 11:56 AM, "James Richters" wrote: When I run any freepascal program that I compiled on my windows 10 desktop computer

[fpc-pascal] Running Freepascal programs on other computers

2017-06-28 Thread James Richters
When I run any freepascal program that I compiled on my windows 10 desktop computer on any other PC, I always get a warning: We could not verify who created this file, are you sure you want to run this file? When I search for a way to fix this, I get a bunch of results telling how to bypass t