Recently active
Hallo,was ist der Unterschied zwischen. PTC Creo Student Edition und PTC Creo Parametric? Läuft die Studentenlizenz nach einem Jahr aus? MfgAslani
MathCAD Prime 3.0 and 15 are installed on my home desktop, which is where I do 90% of my schoolwork. However, I have to travel later this week (leaving tomorrow), and will be taking a laptop with me. I have an exam on Wednesday night and would like to use MathCAD with it. Is a student license eligible for a Home-Use license, such that I can install it on my laptop as well? Or is it single-node locked?As a work-around, I think I can download the Express version and use it with the 30-day free test to get through the exam, but it's still a valid question.Thanks in advance!Aaron Foxalfg37@mst.edu
I am a college student. but I can't find the download link to get my creo student edition. What should I do?
I have just install this software I'm folow the instruction it installed, howver I'm getteing this error?
Hi there. At moment, im using M010. Now i see, there is a new M020 Version. Do i need to download the whole ~4GB again or there are any update/upgrade Packages? And, because i got no response till now (and i wrote a support ticket), is my problem solved with this new Version? Re: Creo 3 Crashes - PTC Community There are any changelogs? Rgds.
Hi,I am tryiing to install the server side of the Creo Academic software but the simple licence entry box is greyed out. I have downloaded the get_hostid program in order to try and create a manual licene but I am unable to find a link on this forum that will let me then go on to register version 3 of Creo - all the links seem to go back to the older version 2.Can anyone help me out with a link please?Thanks,Steve
I have tried to save an assembly as *stl, but when I look at the file it is saved as'Certificate Trust List'. We have a new Up Mini 3D printer, and I'd like to try it out with an *stl file. Any ideas?
We installed Creo 2.0 last year on our school computers, but the license seems to have expired.Do we need to reinstall Creo to make this to work again? Or can we update the license file on these computers? Appreciate if you can send us the process to update the license.Thank you in advance for your helpMayur Kapani (Dodgen Middle School Robotics Team)
Hi,During start of Creo pops up a message window:License request failed for featureRequesting CREOPMA_Student2 ...C:\ProgramData\PTC\Licensing\BK390206EDSTUDENTUNICL_license.dat: (-10) Feature has expired.I am using Creo Parametric 2.0, windows 7, I just updated Adobe Flash.I had not been using Creo Student license for some time, I was not aware of any expiry of student licenses.Thank you !
Hello, I have such problem with PTC, I*m student machine engineering third student*s year, and an year ago I installed creo 2 student version, this year we still continuous working on creo 2 ..... manifacturing. My question is how could I prolonged lisence of creo 2 for another year? Have I registred again for another license code or when I have an old one?Or in what is a diference in creo 3? Thank you very much for help and advices .... wishes for nice week. Snezhana Misheva
We are FTC team #8521, and we have just finished our season. Now we would like to upgrade to Creo Parametric 3.0 from Creo 2.0. We just have a few questions.If we upgrade to Creo 3.0, can we access and load Creo 2.0 files? Also, can we view Creo 3.0 files in Creo 2.0 if necessary?Can we keep both Creo 3.0 and 2.0 on our computers? Would we have to switch back in forth, or is it possible to run 2.0 and 3.0 in parallel?Is there anything special that needs to be done to connect Creo 3.0 to Windchill? Or are we able to use the same process to connect?Thank you very much,Trevor A. BabbHard-Hitting Hardware Hooligans#8521
Read chinese string line by line from text in c or c++. I want to read chinese string from text file using c or c++. But when i converted from wstring to string.it seems not correct. Please find below code which i wrote. _setmode(_fileno(stdout), _O_U16TEXT); wifstream wifs; wstring txtline; //Open file wifs.open("C:\\Users\\Public\\abc.txt"); // We are going to read an UTF-8 file wifs.imbue(locale(wifs.getloc(), new codecvt_utf8<wchar_t, 0x10ffff, consume_header>())); std::vector<std::string> vectTextLine; //read line by line while(getline(wifs, txtline)) { wcout << txtline << L'\n'; //convert wstring to string std::string s1 = WStringToString(txtline); } wifs.close(); std::string WStringToString(const std::wstring& s) { std::string temp(s.length(), ' '); std::copy(s.begin(), s.end(), temp.begin()); return temp; }
Hi- Does anyone have experience of installing Creo3 on a school network. We've looked at Creo3 as a standalone install but the IT technicians want to copy across the network rather than on each machine.I'm sure other schools must do this- any advice/help gratefully received!ALSO can Creo2 and Creo3 exist on the same machine?AND could not create "mold" parts in Creo3 -is there a software switch I need to set?Scratching my head so hard the kids are starting to complain
After looking online for troubleshooting solution ive come to the conclusion i never recieved a product code in my email does nayone know where to get one?
Hi i just registered and downloaded the creo 3.0 but i havent been given a license key by my university, i have creo 2.0 already on my laptop but i wish to upgrade. I am assuming the key is somewhere in the files i downloaded but i cant find it, i havent recieved an email regarding installation of the software like i did for creo 2.0. Can someone please kindly provide some assistance.
I downloaded the university student version and it didn't come with the license, far as I know. I can't run it and I need your help. Has anyone can help meST?
This video demonstrates how to add the DESCRIPTION column to the PTC Creo Model Tree making it easier to identify components in the assembly. (view in My Videos)
Will there be CAD files for the 2015 kit of parts and game pieces from PTC, or did these come from First in past years?Thanks so much
Just wondering who else out there is coaching/mentoring or involved in FLL. I have a rookie team of 4th graders this year. We opted out of participating in a qualifying tournament, but we went to a fun tournament a couple of weeks ago. We'll be spectating at official tournaments in the next couple of weeks.with their team hats.robot action shot
Hello, I'm trying to get CREO 2.0 up and running on my home pc (not an apple product) so I can do assigned work, and I need a license number. I downloaded the free student copy.
We have a problem with the version 2.0 of Creo. With the former version we have (Wildfire 4), some information were included into the files (.prt, .dwg and .asm) to know which person worked on the file and when. This information is very useful since with homework, we can verify if students exchange files or if they work on their own file. When we open a file made with Wildfire 4 (or older version) into a WordPad, there is a section called P_OBJECT in which we find all the information. We have developed a Perl script to open files, parse lines, and output the relevant data. With class of 150 students, with homework every week, with an average number of files around 12 per student per week, having a script that parse all the files automatically is very useful. Now we have a problem. Files made with Creo 2.0 don’t have the P_OBJECT section anymore. We are unable to parse the files and identify students who have cheated. We would like to have a solution. Is there a way to address our probl
Last year we used the given weight and balance excel sheet to work on the weight and balance.We noticed that this year the sheet wasn't provided. How do we work on the weight and balance?
I have a assembly with family table instances as a sub componentsWhenever I tried to save a copy of the assembly with new names. The instances are break into seperate components and there is no relation between their generic component.Please help me to get a solution for the same..Regards,Manikandan S
i cant find the installation guide for creo 3.0 student edition i already download and install the program but i dont have the license to run properly the program any help?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.