Re: [Csnd] Re: error building simple project
Date | 2012-11-15 22:44 |
From | michael.gogins@gmail.com |
Subject | Re: [Csnd] Re: error building simple project |
Attachments | None None |
Date | 2012-11-15 23:07 |
From | Rory Walsh |
Subject | Re: [Csnd] Re: error building simple project |
Whoops, sorry Mike. Your name is on the top so I assumed.. On 15 November 2012 22:44, michael.gogins@gmail.com |
Date | 2012-11-16 17:31 |
From | Blaz Jakopin |
Subject | Re: [Csnd] Re: error building simple project |
Dear Rory, thanks for the instructions. It took me quite some time to get the .lib file done. I've set up my project to have the exact same properties as your example, but I keep getting this strange error:
1>InitializeBuildStatus: 1> Touching "Debug\CSound_test.unsuccessfulbuild". 1>cl : Command line warning D9028: minimal rebuild failure, reverting to normal build 1> stdafx.cpp 1>c1xx : fatal error C1902: Program database manager mismatch; please check your installation Thank so much for your help, Blaz On Fri, Nov 16, 2012 at 12:07 AM, Rory Walsh <rorywalsh@ear.ie> wrote: Whoops, sorry Mike. Your name is on the top so I assumed.. |
Date | 2012-11-16 17:49 |
From | Rory Walsh |
Subject | Re: [Csnd] Re: error building simple project |
That's strange. Are you trying to compile my project? f so then you can try deleting everything from the debug folder and then do a 'clean' and a 'rebuild'. On 16 November 2012 17:31, Blaz Jakopin |
Date | 2012-11-16 18:22 |
From | jakopinorama |
Subject | [Csnd] Re: error building simple project |
Still the same error. I have no idea what could be causing this. 1>InitializeBuildStatus:
1> Creating "Debug\CsoundAPITest.unsuccessfulbuild" because "AlwaysCreate" was specified. 1>cl : Command line warning D9028: minimal rebuild failure, reverting to normal build 1> CsoundAPITest.cpp 1>c:\users\blaz\documents\visual studio 2010\projects\csoundapitest\csoundapitest\csoundapitest.cpp : fatal error C1902: Program database manager mismatch; please check your installation 1> stdafx.cpp 1>c:\users\blaz\documents\visual studio 2010\projects\csoundapitest\csoundapitest\stdafx.cpp : fatal error C1902: Program database manager mismatch; please check your installation 1> Generating Code... On Fri, Nov 16, 2012 at 6:50 PM, rory walsh [via Csound] <[hidden email]> wrote:
View this message in context: Re: error building simple project Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2012-11-16 18:26 |
From | jakopinorama |
Subject | [Csnd] Re: error building simple project |
I've just tried to compile my other VS projects to see if the problem is global and I get the same error. Maybe I did something wrong while doing the .lib file.
On Fri, Nov 16, 2012 at 7:22 PM, Blaz Jakopin <[hidden email]> wrote:
View this message in context: Re: error building simple project Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2012-11-16 18:28 |
From | Rory Walsh |
Subject | Re: [Csnd] Re: error building simple project |
I can't imagine what you could have done wrong. if your other projects no longer build then it's probably nothing to do with your project, but an environment problem. A quick google search shows you're not hte first person this has happened too! https://www.google.ie/search?q=+fatal+error+C1902&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a On 16 November 2012 18:26, jakopinorama |
Date | 2012-11-18 21:26 |
From | jakopinorama |
Subject | [Csnd] Re: error building simple project |
Rory, thanks for all the help. I finally got my project to run. Just to let you know what went wrong: * while creating the lib file with the MSVC tool, I got an error from the cmd that the mspdb100.dll was missing so i had to copy it to the folder in order for it to work
* when I got the lib file from the def, the project still wouldn't build. I got that fatal error C1902: Program database manager mismatch; please check your installation * I then erased the mspdb100.dll, and the project builded successfully
* I then wanted to run the program but I got an error that the csound64.dll is missing from my computer. * I renamed the csound64.dll.5.2 to csound64.dll and it is finally OK! Take care,
Blaz On Fri, Nov 16, 2012 at 7:29 PM, rory walsh [via Csound] <[hidden email]> wrote:
View this message in context: Re: error building simple project Sent from the Csound - General mailing list archive at Nabble.com. |