Search:
Forum
General C++ Programming
Using .NET Inside C++
Using .NET Inside C++
Jul 2, 2014 at 9:44pm UTC
AmitM9S6
(50)
I'm trying to use some .NET Features inside C++, such as :
http://msdn.microsoft.com/en-us/library/System.Windows.Controls.Image(v=vs.110).aspx
I've tried putting this line into my code, though it does not recognize it, saying it does not exist :
#using <System.Windows.Controls.dll>
While it does recognize
#using <System.Windows.Forms.dll>
Why? Thanks!
Last edited on
Jul 2, 2014 at 9:44pm UTC
Jul 2, 2014 at 10:26pm UTC
closed account (
10X9216C
)
Save yourself the trouble and just use C#.
Jul 2, 2014 at 10:27pm UTC
AmitM9S6
(50)
I really rather not...
Jul 2, 2014 at 11:25pm UTC
closed account (
10X9216C
)
Then don't use .net, it isn't worth the effort. C++/cli is some twisted offspring by microsoft that i would not recommend using at all.
Jul 2, 2014 at 11:31pm UTC
AmitM9S6
(50)
I see., Thank you.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs