Log in

View Full Version : Megui sources opened in Visual Studio Express 2010 and errors...


Jeroi
24th November 2013, 20:00
Hello I opened sources with proj file and it gives these errors:

http://pastebin.com/SWgD6vh4 (http://pastebin.com/SWgD6vh4)

What settings should I change in order to be able to build the sources?

Zathor
24th November 2013, 20:11
I am using VS 2013 so I have no clue if there is a specific reason why you cannot built it with 2010. Nevertheless make sure that x86 is selected and do a "rebuild solution".

Jeroi
24th November 2013, 20:17
I am using VS 2013 so I have no clue if there is a specific reason why you cannot built it with 2010. Nevertheless make sure that x86 is selected and do a "rebuild solution".

Edit:

I did read 2003 where it was 2013.

Zathor
24th November 2013, 20:50
http://www.visualstudio.com/en-us/downloads

Jeroi
29th November 2013, 14:02
I opened with 2013 but still erros like:

The variable 'audioEncodingTab1' is either undeclared or was never assigned.

at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager manager)
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload)

Groucho2004
29th November 2013, 14:10
I opened with 2013 but still erros like:

The variable 'audioEncodingTab1' is either undeclared or was never assigned.

at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager manager)
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload)
These look like warnings to me.

Zathor
30th November 2013, 14:19
I opened with 2013 but still erros like:

The variable 'audioEncodingTab1' is either undeclared or was never assigned.

You have tried to rebuild the whole project with the x86 platform selected as I asked in my first post?

Jeroi
2nd December 2013, 05:52
You have tried to rebuild the whole project with the x86 platform selected as I asked in my first post?

I did set build options target for 32x and debug 32x and tried to build.

Error:

Error 1 The command "cmd /c "SubWCRev D:\Lähdekoodeja\Megui\ D:\Lähdekoodeja\Megui\AssemblyInfo.template D:\Lähdekoodeja\Megui\AssemblyInfo.cs&&exit 0"" exited with code 1. MeGUI

[ReX]
5th December 2013, 15:40
You need to install TortoiseSVN or delete that pre-build event.