Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
~4K People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for DrMAF

I need to merge these 3 properties in just a general one. How can I do it?? public class BonusImageHandler { private static IStorageProvider _BAstorageProvider; // 1 private static IStorageProvider _BAWP8storageProvider; // 2 private static IStorageProvider _M4MstorageProvider; // 3 private static IStorageProvider BAStorageProvider // for 1 { get { var …

Member Avatar for nakor77
0
129
Member Avatar for DrMAF

I'm new to developing and my team leader asked me to solve this situation. When compiling the solution with VS, every thing is OK. But when compiling with MSBuild, this line of code returns NULL value. static DTE Dte; Dte = serviceProvider.GetService(typeof(SDTE)) as DTE; How can I solve this???? Thanks …

Member Avatar for DeanMSands3
0
104
Member Avatar for DrMAF

**I'm an under training student with so few experience of C#. Our company is developing a solution using T4 templates (C# VS2010). The generated files can't be compiled under MSBuild because it is VS dependent. My task is to find a tool or a library or a .dll file or …

0
50
Member Avatar for DrMAF

I'm new to C++ programing. the compiler can't find "atlstr.h" to include. I searched alot for this file but I couldn't find. Please, and body knows how to find it , tell me ASAP.

Member Avatar for DrMAF
0
4K