Due to continual spamming, forum registrations are now by Invitation Only. Hopefully this will be only a temporary measure to combat spammers.
If you want an invitation contact forumapplication @ camstudio . org
Sorry for the inconvenience.
If you want an invitation contact forumapplication @ camstudio . org
Sorry for the inconvenience.
Cannot open project files using Visual Studio 2005 SP1
Camstudio - latest SVN trunk.
VS 2005 SP1. 8.0.50727.762 (SP .050727-7600) .NET V2 SP2.
When I open a (any) project (sln or vcproj) file I get this error:-
"The following error has occurred during XML parsing:-
File: C:\camstudio\trunk\CamStudio\Recorder\Recorder.vcproj
Line: 10
Column: 2
Error Message:
'9.00' violates enumeration constraint of '7.00 7,00 7.10 7,10 8.00 8,00'.
The attribute 'Version' with value '9.00' failed to parse.
The file 'C:\camstudio\trunk\CamStudio\Recorder\Recorder.vcproj' has failed to load."
There are some bugs I'd like to fix WRT the ini/param file stuff in version 2.6.
Cheers
Colin Jenkins
sailwave.com
VS 2005 SP1. 8.0.50727.762 (SP .050727-7600) .NET V2 SP2.
When I open a (any) project (sln or vcproj) file I get this error:-
"The following error has occurred during XML parsing:-
File: C:\camstudio\trunk\CamStudio\Recorder\Recorder.vcproj
Line: 10
Column: 2
Error Message:
'9.00' violates enumeration constraint of '7.00 7,00 7.10 7,10 8.00 8,00'.
The attribute 'Version' with value '9.00' failed to parse.
The file 'C:\camstudio\trunk\CamStudio\Recorder\Recorder.vcproj' has failed to load."
There are some bugs I'd like to fix WRT the ini/param file stuff in version 2.6.
Cheers
Colin Jenkins
sailwave.com
This discussion has been closed.
Comments
Details:-
Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727 SP2
Installed Edition: Standard
Microsoft Visual Basic 2005 77633-235-1577206-41534
Microsoft Visual Basic 2005
Microsoft Visual C# 2005 77633-235-1577206-41534
Microsoft Visual C# 2005
Microsoft Visual C++ 2005 77633-235-1577206-41534
Microsoft Visual C++ 2005
Microsoft Visual J# 2005 77633-235-1577206-41534
Microsoft Visual J# 2005
Microsoft Visual Web Developer 2005 77633-235-1577206-41534
Microsoft Visual Web Developer 2005
Microsoft Web Application Projects 2005 77633-235-1577206-41534
Microsoft Web Application Projects 2005
Version 8.0.50727.762
Microsoft Visual Studio 2005 Standard Edition - ENU Service Pack 1 (KB926601)
This service pack is for Microsoft Visual Studio 2005 Standard Edition - ENU.
If you later install a more recent service pack, this service pack will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/926601
Security Update for Microsoft Visual Studio 2005 Standard Edition - ENU (KB971023)
This Security Update is for Microsoft Visual Studio 2005 Standard Edition - ENU.
If you later install a more recent service pack, this Security Update will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/971023
Security Update for Microsoft Visual Studio 2005 Standard Edition - ENU (KB971090)
This Security Update is for Microsoft Visual Studio 2005 Standard Edition - ENU.
If you later install a more recent service pack, this Security Update will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/971090
Security Update for Microsoft Visual Studio 2005 Standard Edition - ENU (KB973673)
This Security Update is for Microsoft Visual Studio 2005 Standard Edition - ENU.
If you later install a more recent service pack, this Security Update will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/973673
To see what I've finished recently, check out http://www.bleeblap.com/CamStudio/weeklybuilds.php. Currently I have been working on fixing all of the bugs related to the global keyboard shortcuts and its terrible GUI. Before adding new features, I think its important that we fix enough bugs to release an updated version.
Currently there is not much (any?) good documentation such as a developers guide or build instructions. It would be nice to create this stuff, but that takes time.
http://www.bleeblap.com/CamStudio/vs2005files.zip
I was able to compile and run recorder under debug and release builds. There were a lot of warnings and I didn't really do any testing, but it seemed to work. If you works for you, we will add it to source control.
Recorder is not remembering the last AVI file save path either any more (across executions - OK until closed).
recorder/profile.h is missing a final #endif - how did that compile! Am I looking at the wrong code perhaps? - looking at the trunk - should I be looking as CS3 branch - what is the CS3 stuff...?
Sorry, years rusty WRT VS and C++... It'll take me a while to get up to speed again...
I havn't seen anything with a missing #endif. Its possible that the opening #if is in a missing included file? That seems like realy sloppy design to me, but wouldn't be that surprising. Try building from the solution file and see if that helps.
Since I have been the only developer I have been developing directly in the trunk. I beleive the CS3 was a branch that somebody created thinking they were going to rewrite camstudio version 3 with c sharp. I'm not sure it even builds.
Feel free to fix warnings as you see fit!
Let me know if you have any other questions about how the internal stuff works, and I'll answer them as best I can.
Good luck fixing the ini file stuff.
Error 21 error LNK2019: unresolved external symbol __imp__GetCursorPos@4 referenced in function "int __cdecl RecordVideo(int,int,int,int,int,char const *)" (?RecordVideo@@YAHHHHHHPBD@Z) CamStudioCommandline.obj
Error 22 error LNK2019: unresolved external symbol __imp__SetRect@20 referenced in function "int __cdecl RecordVideo(int,int,int,int,int,char const *)" (?RecordVideo@@YAHHHHHHPBD@Z) CamStudioCommandline.obj
Error 23 error LNK2019: unresolved external symbol __imp__ReleaseDC@8 referenced in function "struct tagBITMAPINFOHEADER * __cdecl captureScreenFrame(int,int,int,int)" (?captureScreenFrame@@YAPAUtagBITMAPINFOHEADER@@HHHH@Z) CamStudioCommandline.obj
Error 24 error LNK2019: unresolved external symbol __imp__DrawIcon@16 referenced in function "struct tagBITMAPINFOHEADER * __cdecl captureScreenFrame(int,int,int,int)" (?captureScreenFrame@@YAPAUtagBITMAPINFOHEADER@@HHHH@Z) CamStudioCommandline.obj
Error 25 error LNK2019: unresolved external symbol __imp__GetIconInfo@8 referenced in function "struct tagBITMAPINFOHEADER * __cdecl captureScreenFrame(int,int,int,int)" (?captureScreenFrame@@YAPAUtagBITMAPINFOHEADER@@HHHH@Z) CamStudioCommandline.obj
Error 26 error LNK2019: unresolved external symbol __imp__GetDC@4 referenced in function "struct tagBITMAPINFOHEADER * __cdecl captureScreenFrame(int,int,int,int)" (?captureScreenFrame@@YAPAUtagBITMAPINFOHEADER@@HHHH@Z) CamStudioCommandline.obj
Error 27 error LNK2019: unresolved external symbol __imp__GetCursor@0 referenced in function "struct HICON__ * __cdecl FetchCursorHandle(void)" (?FetchCursorHandle@@YAPAUHICON__@@XZ) CamStudioCommandline.obj
Error 28 fatal error LNK1120: 7 unresolved externals D:\CamStudio\!SVN\trunk\CamStudio\Debug\CamCommandLine.exe
If it's not too much to ask, can you please upload/share the exact same source code files that you managed to successfully compile in VS 2005? I've had no luck with 2008 at all. Your help will be most appreciated.
Thanx in advance!