User profile: UtherPendragon17

User info
User name:UtherPendragon17
History
Joined:
Number of posts:4
Latest posts:

How to use Font^ as a variable in a C++ program ?
Thank you booradley60 for the suggestions. The only problem is that when I wanted to add the new ref...

cannot convert from 'System::String ^' to 'System::String'
You could use the Marshal conversion ... example : [code]#include <msclr\marshal_cppstd.h> using na...

How to use Font^ as a variable in a C++ program ?
thanks cire, I edited the topic and put it in Windows Programming. That one contains C++/CLR

How to use Font^ as a variable in a C++ program ?
I would have a quick question : What do I have to include into a visual C++/CLR project to be able ...