Turing Run Error
Author |
Message |
Turing_Nub
|
Posted: Mon Oct 04, 2010 5:48 pm Post subject: Turing Run Error |
|
|
What is it you are trying to achieve?
<Replace all the <> with your answers/code and remove the <>>
What is the problem you are having?
<So I'm doing some basic coding in turing to make sync a song with its lyrics and all of a sudden when I go to run it it says their is some error
C:\Windows\system32\MSVCP60.dll
I am running a windows 7 home premium and I've tried Turing 4.1.1, 4.1, and 4,0,5 >
Describe what you have tried to solve this problem
Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
<Answer Here>
Turing: |
<Add your code here>
|
Please specify what version of Turing you are using
<4.1.1, 4.1, 4.0.5> |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
ProgrammingFun
![](http://compsci.ca/v3/uploads/user_avatars/11682880074bcb590d30b0a.png)
|
Posted: Mon Oct 04, 2010 5:50 pm Post subject: RE:Turing Run Error |
|
|
Can you please elborate on the error?
In exact words?
You can see this page:
http://compsci.ca/v3/viewtopic.php?t=25703
EDIT: I'm also running Windows 7 64-bit and Turing works fine for me... |
|
|
|
|
![](images/spacer.gif) |
Turing_Nub
|
Posted: Tue Oct 05, 2010 5:26 pm Post subject: RE:Turing Run Error |
|
|
well I am making a karoke machine of Turing for school. And I have everything set according to how I want it ,but it just won't run. Everytime I run it, it says
C:\Windows\system32\MSVCP60.dll isn't the right type to run this program.
I'm not really sure what it means. And I did check the website you gave me, but it didn't help.
And if you need a sample of the code just ask and I'll post it.
Thanks. |
|
|
|
|
![](images/spacer.gif) |
andrew.
|
Posted: Tue Oct 05, 2010 6:13 pm Post subject: RE:Turing Run Error |
|
|
It's most likely not your code, but just a bug in Turing. Here are some possible tests/solutions:
1. Try some other code and see if it runs. If it does, then it's probably a problem with your code. Try commenting out different lines until you isolate the problem. If it doesn't run, then it's a problem with Turing itself. You can be sure by trying it on another computer with Turing.
2. Download another version of Turing by clicking the Turing link at the top of this page. A lot of users seem to have trouble with 4.1.1 so try 4.1 or 4.0.5. |
|
|
|
|
![](images/spacer.gif) |
Coldkick
|
Posted: Thu Oct 07, 2010 3:21 pm Post subject: Re: Turing Run Error |
|
|
Not saying this is what the problem is but...
Viruses can hide themselves as that file, since its not a core file required to run the system its a perfect target.
Also, since it is not a required file you may not even have the file on your computer. I would check to see if the file exists.
If you think you might need to get the file, do not download it from a DLL sharing site, not safe.
Other than that, not sure what to say, wish you the best of luck in your problem
EDIT: Oh yeah, another odd but possible issue: Install the program as an administrator and run it as an administrator, see if that fixes the problem. |
|
|
|
|
![](images/spacer.gif) |
|
|