Hi guys,
I just published a Beta version of my software. It's an application for designing and prototyping small electronic projects on perfboard and stripboards.
It only works on Windows and you need the .NET framework v4.0 to run the application. Its purpose is to quickly design or prototype small electronic circuits.
You can find the app at (PerfDesign | Free Science & Engineering software downloads at SourceForge.net). The project is open source and you can view the code if you like.
Try it and let me know if you like it. Or not.
Any suggestions, comments, critics and so forth are welcome.
Best regards,
Andy
I just published a Beta version of my software. It's an application for designing and prototyping small electronic projects on perfboard and stripboards.
It only works on Windows and you need the .NET framework v4.0 to run the application. Its purpose is to quickly design or prototype small electronic circuits.
You can find the app at (PerfDesign | Free Science & Engineering software downloads at SourceForge.net). The project is open source and you can view the code if you like.
Try it and let me know if you like it. Or not.

Best regards,
Andy
I just tried to test out your software and it doesn't seem to work for me.
I am using XP64, I will try it again later on my Win7 machine.
I have Netframe 4.0 installed as I have VS2010 installed as well.
FWIW
jer 🙂
I am using XP64, I will try it again later on my Win7 machine.
I have Netframe 4.0 installed as I have VS2010 installed as well.
FWIW
jer 🙂
Attachments
Last edited:
Hi Gerald. Thank you for trying out my new software.
I don't know why the program crashed. I haven't tested it yet on XP systems. I can't figure it out from the picture you sent, try clicking on the "What data does this error report contain?" and post the result here, maybe i can figure something out from the data.
Best,
Andy
I don't know why the program crashed. I haven't tested it yet on XP systems. I can't figure it out from the picture you sent, try clicking on the "What data does this error report contain?" and post the result here, maybe i can figure something out from the data.
Best,
Andy
Verify whether you have installed XP Service Pack 3. .NET requires XP-SP3 or higher, along with many other updates.
XP64 does not have a SP3 available for it.
SP3 is only for XP 32bit users.
jer 🙂
These are the system requirements for .NET:
- Windows XP SP3
- Windows Server 2003 SP2
- Windows Vista SP1 or later
- Windows Server 2008 (not supported on Server Core Role)
- Windows 7
- Windows Server 2008 R2 (not supported on Server Core Role)
- Windows 7 SP1
- Windows Server 2008 R2 SP1
I've also seen cases where .NETv4 will install but it won't run properly because it needs some other updates--so he also needs to know whether the machine has the latest Windows Updates.
I have all of the updates required for XP64 as per MS update including all opitons except Media player 11 and any other updates there after with no failed attempt on any of them.
Many of the programs that I use require netframe to be install and they all work.
Such as VS2010 express,VB6, Visual Analyzer,MPlab and MPlab X.
As well as other such IDE's as CooCox, Code Box and I did have IAR system's IDE until my trial time had ran out.
MPlabX runs using NetBeans which requires the NETFrame system.
Yes, I have had issues with Net Frame not getting installed properly before but that is not the case with this current build.
The version of XP64 I have is already an SP2 version.
I found this out the hard way as when you try to re-install SP2 it screws up any attempts to be able to maintain and update the Netframe system.
AS far as I know I should be up to date with NetFrame 4.0 and 4.5.
I am not fluent in programming but I do know that there are some programs that have been written lately that will not run in this version of XP but will in Win7.
I just recently acquired such a program but I forgot what it was at the moment.
Oh, Yeah.....It was the new BETA version of Visual Analyzer.
The 64 bit version will only work in Win7 and not XP64 where as the 32bit (x86) version will work in XP64.
I don't have a machine setup running that has XPpro (32bit) at this time, But I do have a couple of them with it installed, but not physically setup.
From my understanding from MS the SP2 update for XP64 has all of the fix's that SP3 has for XP32 rolled up in it, and, there was never a SP3 issued for XP64
However this is not the first time, I have run across such programs in the past that will work in XP32 and not XP64 even if it is run as Admin. in the 32bit mode.
I Hope that helps.
jer 🙂
P.S. I will have to give it a try on my backup machine that does have Win7 installed in it later. 😉
Many of the programs that I use require netframe to be install and they all work.
Such as VS2010 express,VB6, Visual Analyzer,MPlab and MPlab X.
As well as other such IDE's as CooCox, Code Box and I did have IAR system's IDE until my trial time had ran out.
MPlabX runs using NetBeans which requires the NETFrame system.
Yes, I have had issues with Net Frame not getting installed properly before but that is not the case with this current build.
The version of XP64 I have is already an SP2 version.
I found this out the hard way as when you try to re-install SP2 it screws up any attempts to be able to maintain and update the Netframe system.
AS far as I know I should be up to date with NetFrame 4.0 and 4.5.
I am not fluent in programming but I do know that there are some programs that have been written lately that will not run in this version of XP but will in Win7.
I just recently acquired such a program but I forgot what it was at the moment.
Oh, Yeah.....It was the new BETA version of Visual Analyzer.
The 64 bit version will only work in Win7 and not XP64 where as the 32bit (x86) version will work in XP64.
I don't have a machine setup running that has XPpro (32bit) at this time, But I do have a couple of them with it installed, but not physically setup.
From my understanding from MS the SP2 update for XP64 has all of the fix's that SP3 has for XP32 rolled up in it, and, there was never a SP3 issued for XP64
However this is not the first time, I have run across such programs in the past that will work in XP32 and not XP64 even if it is run as Admin. in the 32bit mode.
I Hope that helps.
jer 🙂
P.S. I will have to give it a try on my backup machine that does have Win7 installed in it later. 😉
Last edited:
Just tried it on XP 32 bit, but I get an unhandled .NET exception on startup. I've downloaded the source also via git, I didn't see any project or solution files, can you add those?
John
John
I will have to give it a try on my backup machine that does have Win7 installed in it later. 😉
It works fine on my Win7 32-bit machine
I discovered the "build project" wizard in visual studio, so I used that. I think there's some source files missing also.
I browsed the code some also, it looks cool, I'm looking forward to playing with it!
I browsed the code some also, it looks cool, I'm looking forward to playing with it!
I'll add them during the weekend. I'm sorry it doesn't work under Windows XP. I'll have to build a exception handling mechanism at the startup to see what the real problem is under XP. Thanks for trying. 🙂
Thank you for making this available!
It looks like my build is almost there. I've sent you the details via a message on SourceForge.
-jgf
It looks like my build is almost there. I've sent you the details via a message on SourceForge.
-jgf
- Status
- Not open for further replies.
- Home
- Design & Build
- Software Tools
- PerfDesign BETA