Click here to Skip to main content
15,891,431 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC - CBitmap BitBlt Pin
lafleon13-Mar-07 11:55
lafleon13-Mar-07 11:55 
Questionhow to add 24 bit color icons in VS.net editor Pin
OmarLodhi13-Mar-07 5:43
OmarLodhi13-Mar-07 5:43 
GeneralRe: how to add 24 bit color icons in VS.net editor Pin
Programm3r13-Mar-07 5:46
Programm3r13-Mar-07 5:46 
AnswerRe: how to add 24 bit color icons in VS.net editor Pin
Mark Salsbery13-Mar-07 7:10
Mark Salsbery13-Mar-07 7:10 
QuestionWeb services and win 32 Pin
LCI13-Mar-07 5:25
LCI13-Mar-07 5:25 
AnswerRe: Web services and win 32 Pin
led mike13-Mar-07 5:41
led mike13-Mar-07 5:41 
GeneralRe: Web services and win 32 Pin
LCI13-Mar-07 5:48
LCI13-Mar-07 5:48 
GeneralRe: Web services and win 32 Pin
led mike13-Mar-07 7:03
led mike13-Mar-07 7:03 
LCI wrote:
However, is the third step a dll that you are creating?

Yes
led mike wrote:
Third, I created a Class Library C# project and added the proxy class to it


LCI wrote:
And the 4th step. How would you change your win32 project to c++/cli?


Don't remember all the details, you set the /clr switch then have to #include a header file for the CLI stuff and you have to include all your System.XXXX refrences and of course your C# DLL with the Proxy class in it. You can find all sorts of information about C++/CLI project requirements using Google. There are C++/CLI articles on CodeProject as well.


led mike

GeneralRe: Web services and win 32 Pin
Mark Salsbery13-Mar-07 7:26
Mark Salsbery13-Mar-07 7:26 
GeneralRe: Web services and win 32 Pin
led mike13-Mar-07 7:45
led mike13-Mar-07 7:45 
AnswerRe: Web services and win 32 Pin
led mike14-Mar-07 6:23
led mike14-Mar-07 6:23 
GeneralRe: Web services and win 32 Pin
LCI14-Mar-07 6:26
LCI14-Mar-07 6:26 
GeneralRe: Web services and win 32 Pin
LCI14-Mar-07 6:31
LCI14-Mar-07 6:31 
GeneralRe: Web services and win 32 Pin
led mike14-Mar-07 7:03
led mike14-Mar-07 7:03 
GeneralRe: Web services and win 32 Pin
LCI14-Mar-07 9:42
LCI14-Mar-07 9:42 
GeneralRe: Web services and win 32 Pin
led mike14-Mar-07 11:30
led mike14-Mar-07 11:30 
QuestionAccessing menu options from an embedded dialog Pin
Trevy13-Mar-07 5:17
Trevy13-Mar-07 5:17 
AnswerRe: Accessing menu options from an embedded dialog Pin
lucy13-Mar-07 5:42
lucy13-Mar-07 5:42 
GeneralRe: Accessing menu options from an embedded dialog Pin
Trevy14-Mar-07 5:56
Trevy14-Mar-07 5:56 
GeneralRe: Accessing menu options from an embedded dialog Pin
lucy14-Mar-07 7:32
lucy14-Mar-07 7:32 
GeneralRe: Accessing menu options from an embedded dialog Pin
JudyL_MD14-Mar-07 9:33
JudyL_MD14-Mar-07 9:33 
GeneralRe: Accessing menu options from an embedded dialog Pin
lucy14-Mar-07 9:39
lucy14-Mar-07 9:39 
GeneralRe: Accessing menu options from an embedded dialog Pin
Trevy15-Mar-07 5:29
Trevy15-Mar-07 5:29 
GeneralRe: Accessing menu options from an embedded dialog Pin
JudyL_MD15-Mar-07 6:21
JudyL_MD15-Mar-07 6:21 
GeneralRe: Accessing menu options from an embedded dialog Pin
JudyL_MD14-Mar-07 7:39
JudyL_MD14-Mar-07 7:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.