blah blah blah is here! blah blah » Close

0
votes
1 answers

DLL reference on VS

Tal
0

I know how to import DLL in VS, but I don't know 2 things: 1.How can I import XML comments of the DLL(Libraries)? I meen to the /// lines. 2.I got 2 DLL files: One for debug and one for release. How can I tell the VS that on Debug configu ...

0
votes
1 answers

Stack call order problom

Tal
0

I am writing code for scene object using Parallel Extensions on XNA but I got problem. First, the code(most of it is not relevant): public class SmartDrawableGameComponent : DrawableGameComponent { ... public sealed override void Initia ...

Feedback