News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

windows 8.1

Started by bobd, January 26, 2014, 10:40:01 PM

Previous topic - Next topic

bobd

I have a new computer and have gone  from windows xp to windows 8.1.  Pelles c ran fine under xp. I cannot now download Pelles c.  I get a corrupt certificate error on the setup.exe.  Can any tell me how to get around this?  By the way, will Pelles c run under 8.1?  Thank you in advance for any help.

TimoVJL

Quote from: bobd on January 26, 2014, 10:40:01 PM
I have a new computer and have gone  from windows xp to windows 8.1.  Pelles c ran fine under xp. I cannot now download Pelles c.  I get a corrupt certificate error on the setup.exe.  Can any tell me how to get around this?  By the way, will Pelles c run under 8.1?  Thank you in advance for any help.
You can try to copy that PellesC folder from that WinXP and run that version in Windows 8.1.
It run in Windows 8 in my tests.
May the source be with you

Bitbeisser

I think a that running Pelle's C on Windows 8.1 might hit the same obstacles than running in Windows 7, you need to have proper rights in the projects and the install folder...

Ralf

bobd

Thanks to both responders.  I appreciate you taking the time to help.  I'm sure I can move the project files from xp to 8.1 but I am hesitant to try just  moving over the program files because they won't be properly installed into 8.1.  Still trying...thank you.

Bitbeisser

Quote from: bobd on January 28, 2014, 06:48:24 PM
Thanks to both responders.  I appreciate you taking the time to help.  I'm sure I can move the project files from xp to 8.1 but I am hesitant to try just  moving over the program files because they won't be properly installed into 8.1.  Still trying...thank you.
What do you mean by "..just moving over the program files because they won't be properly installed into 8.1..."?  :-\

Ralf

bobd

I think the other responder was suggesting that I copy the pelles folder under Programs on the xp machine and just put it in the Programs folder on the windows 8.1 machine.  I do not understand how this would work because the pelles program has not been 'installed' on this machine.  To me, a non-guru, I think 'install' means integrating the program into windows 8.1.  If I am wrong, I would be glad to hear a proper explanation.  Thank you for responding.

jj2007

Quote from: bobd on January 29, 2014, 03:30:30 PM'install' means integrating the program into windows 8.1

Can't speak for Windows 8.1, but on other Windows versions you basically have

1. programs that 'install' themselves by writing loads of information into the registry (and for this category, just copying over is not enough because that registry information might be necessary...)
2. programs that run without modifying the registry - and most of the stuff you will build and run falls under that category.

Pelles C is category 2, although it might write some paths into the registry.

TimoVJL

#7
With command line option -xml poide writes settings to xml-file.

EDIT:
If setup64.exe is renamed something like POCInst64.exe and with Compability mode 7, is it possible to install it other folder than Program Files in Win 8.1 ?
May the source be with you

bobd

Thanks again...the explanation of category1 and category 2 programs really helps.  I am still trying to get the 64 bit version downloaded, but if unsuccessful, I will try moving the file folder from the xp machine.

Stefan Pendl

#9
The installer contains a self-signed certificate, which is blocked by IE.

Download with Firefox or any other browser than IE to solve this problem.

On the other hand, you can download on the XP machine onto a thumb drive and install on the Win8.1 machine from that thumb drive too.

Another way is to install on XP to the thumb drive and use PellesC as the portable version on any machine using the -xml of the POIDE.exe command line switches.

For further information about the portable version see the help file.
---
Stefan

Proud member of the UltraDefrag Development Team

bobd

Problem solved.  Down load and save setup64.exe locally and run from your computer.  Successfully downloaded pelles c.  Thanks to all who took the time to share their knowledge.

Persay

i recently got black screen problem while login to 8.1 is this me or others have the same problem like me ?

Bitbeisser

Quote from: Persay on March 02, 2014, 06:00:23 PM
i recently got black screen problem while login to 8.1 is this me or others have the same problem like me ?
How is that related to Pelle's C??? :-\

Btw, FITW, after my old Acer laptop died last week, I had to get a new one, so now I am running on a shiny Toshiba i3 with Windows 8.1 64bit (on 6GB of RAM), without any problems as far as Pelle's C is concerned, what so ever... 8)

Ralf

GypsyPrince

For anyone installing Pelles C onto the x64 version of Windows 8.1, make sure to first right-click the installation program and run it as administrator. Windows 8.1 really clamps down on security and some folders, files, or settings might not get properly written to your hard drive if you do not install as administrator. I learned this the hard way...

Bitbeisser

Quote from: GypsyPrince on June 05, 2014, 05:05:48 PM
For anyone installing Pelles C onto the x64 version of Windows 8.1, make sure to first right-click the installation program and run it as administrator. Windows 8.1 really clamps down on security and some folders, files, or settings might not get properly written to your hard drive if you do not install as administrator. I learned this the hard way...
This is an issue that exists ever since Windows Vista came out 7 years ago, nothing new or special in regards to Windows 8(.1) here...

Ralf