zhaojiahai / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

special character (line 394) Video.VFW\win32.cs #246

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. New checkout from svn
2. build all.sln or video.vfw.sln
3. compile

What is the expected output? What do you see instead?
unexpected character. invalid token line 394

What version of the product are you using?
svn checkout

Please provide any additional information below.
Solved the problem by deleting line 394 and rewriting it as
public int capabilities;

Original issue reported on code.google.com by tamer.s....@gmail.com on 25 Aug 2011 at 8:19

GoogleCodeExporter commented 8 years ago
Replaced invalid character to avoid possible build errors/warnings.

Committed in revision 1583. Will be released in version 2.2.2.

Original comment by andrew.k...@gmail.com on 30 Aug 2011 at 11:14

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 18 Sep 2011 at 7:57