
May 7th, 2008, 01:08 PM
|
|
n00b DevH'er
|
|
Join Date: May 2008
Posts: 6
Time spent in forums: 35 m 8 sec
Reputation Power: 0
|
|
|
C++ - How can VC++.net use the same library used in the C#
Hi there,
I am usually using C# in developing my applications,
but now I need to develop with VC++.net
what is to be done in order to use the library used in C#
such as when we do :
using System.Data.SqlClient;
using System.Diagnostics;
using System.IO;
so I can the use them normally,
does it work as include or there is specific syntax
Thanks in advance
|