Click here to Skip to main content
16,008,183 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: How to Change the Icon from the TitleBar Pin
Peter Fonk3-Dec-02 0:55
Peter Fonk3-Dec-02 0:55 
GeneralWrapping a unmanaged C++ class Pin
simwiz27-Nov-02 22:28
simwiz27-Nov-02 22:28 
QuestionCan anybody help me? Pin
mwhassan26-Nov-02 15:36
mwhassan26-Nov-02 15:36 
Generalfstream Pin
krauftig24-Nov-02 22:39
krauftig24-Nov-02 22:39 
GeneralRe: fstream Pin
Nick Hodapp25-Nov-02 8:01
sitebuilderNick Hodapp25-Nov-02 8:01 
GeneralRe: fstream Pin
Anonymous25-Nov-02 17:42
Anonymous25-Nov-02 17:42 
GeneralRe: fstream Pin
Nick Parker27-Nov-02 5:14
protectorNick Parker27-Nov-02 5:14 
GeneralRe: Converting managed object to unmanaged object Pin
Nish Nishant24-Nov-02 22:52
sitebuilderNish Nishant24-Nov-02 22:52 
Majid Shahabfar wrote:
How can I convert a managed object to unmanaged object.
For example a Byte(Managed) object to BYTE(Unmanaged)?


Byte to BYTE is easy :-

Byte b1 = 66;
BYTE b2 = b1;


For other types there are various techniques that can be used. If you list your specific requirements, people might be able to help you out.

Regards,
Nish


Author of the romantic comedy

Summer Love and Some more Cricket [New Win]

Review by Shog9
Click here for review[NW]

GeneralRe: Converting managed object to unmanaged object Pin
simwiz29-Nov-02 0:33
simwiz29-Nov-02 0:33 
GeneralRe: Converting managed object to unmanaged object Pin
Nemanja Trifunovic7-Dec-02 17:45
Nemanja Trifunovic7-Dec-02 17:45 
QuestionDatabase Problem ? Pin
Nick Parker22-Nov-02 16:47
protectorNick Parker22-Nov-02 16:47 
AnswerRe: Database Problem ? Pin
Kannan Kalyanaraman2-Dec-02 2:44
Kannan Kalyanaraman2-Dec-02 2:44 
GeneralRe: Database Problem ? Pin
Nick Parker2-Dec-02 8:25
protectorNick Parker2-Dec-02 8:25 
AnswerRe: Database Problem ? Pin
taks6-Dec-02 3:56
taks6-Dec-02 3:56 
GeneralRe: Database Problem ? Pin
Nick Parker7-Dec-02 4:15
protectorNick Parker7-Dec-02 4:15 
Generalsetting dos screen prompt other than C:\ Pin
IrishSonic22-Nov-02 13:48
IrishSonic22-Nov-02 13:48 
GeneralRe: setting dos screen prompt other than C:\ Pin
Nitron7-Dec-02 13:02
Nitron7-Dec-02 13:02 
GeneralOdd Error.... Pin
Nick Parker22-Nov-02 12:53
protectorNick Parker22-Nov-02 12:53 
GeneralFIXED.... Pin
Nick Parker22-Nov-02 15:18
protectorNick Parker22-Nov-02 15:18 
GeneralRe: FIXED.... Pin
Nick Hodapp25-Nov-02 8:06
sitebuilderNick Hodapp25-Nov-02 8:06 
GeneralRe: FIXED.... Pin
Nick Parker25-Nov-02 14:42
protectorNick Parker25-Nov-02 14:42 
GeneralC++ & Databse connectivity Pin
Sreejit21-Nov-02 3:38
Sreejit21-Nov-02 3:38 
GeneralRe: C++ & Databse connectivity Pin
Christian Graus22-Nov-02 13:22
protectorChristian Graus22-Nov-02 13:22 
GeneralHelp! Cannot copy Web Service to server! Pin
lnong18-Nov-02 17:23
lnong18-Nov-02 17:23 
GeneralNEED HELP WITH C++ PROGRAM!! Pin
Anonymous14-Nov-02 23:20
Anonymous14-Nov-02 23:20 

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.