|
|
1> stdafx.cpp 1> AssemblyInfo.cpp 1> Black Jack.cpp 1>c:\users\christian\documents\visual studio 2010\projects\black jack\black jack\Form1.h(94): error C2059: syntax error : 'bad suffix on number' 1>c:\users\christian\documents\visual studio 2010\projects\black jack\black jack\Form1.h(94): error C2228: left of '.Image' must have class/struct/union 1> type is 'System::Windows::Forms::PictureBox ^' 1> did you intend to use '->' instead? 1>c:\users\christian\documents\visual studio 2010\projects\black jack\black jack\Form1.h(94): warning C4832: token '.' is illegal after UDT 'System::Drawing::Image' 1> c:\program files\reference assemblies\microsoft\framework\.netframework\v4.0\system.drawing.dll : see declaration of 'System::Drawing::Image' 1>c:\users\christian\documents\visual studio 2010\projects\black jack\black jack\Form1.h(94): error C2275: 'System::Drawing::Image' : illegal use of this type as an expression 1> c:\program files\reference assemblies\microsoft\framework\.netframework\v4.0\system.drawing.dll : see declaration of 'System::Drawing::Image' 1>c:\users\christian\documents\visual studio 2010\projects\black jack\black jack\Form1.h(94): error C2228: left of '.FromFile' must have class/struct/union 1>c:\users\christian\documents\visual studio 2010\projects\black jack\black jack\Form1.h(94): error C2146: syntax error : missing ')' before identifier 'c' 1>c:\users\christian\documents\visual studio 2010\projects\black jack\black jack\Form1.h(94): error C2059: syntax error : ')' 1> Generating Code... ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== |
Image.FromFile(2c.gif);Image.FromFile("2c.gif"); |
|
Black Jack
Assembly Version: 1.0.4592.9290
Win32 Version:
CodeBase: file:///C:/Users/Christian/Documents/Visual%20Studio%202010/Projects/Black%20Jack/Debug/Black%20Jack.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
|
|
|
|
|
g++ 264.cpp -lX11 -pthread