Click here to Skip to main content
16,015,583 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralAdding a component to a MFCEXE! Pin
alireza_shokoie30-May-04 4:10
alireza_shokoie30-May-04 4:10 
Generalabout ATL Pin
mf1429-May-04 20:21
mf1429-May-04 20:21 
Generalinstallscript Pin
raysuman28-May-04 3:32
raysuman28-May-04 3:32 
Generalautentification Pin
JuanCri28-May-04 3:31
JuanCri28-May-04 3:31 
GeneralSafeArrays (newbie) Pin
De Nardis Andrea27-May-04 5:45
De Nardis Andrea27-May-04 5:45 
GeneralRe: SafeArrays (newbie) Pin
Mike Dimmick28-May-04 9:50
Mike Dimmick28-May-04 9:50 
GeneralRe: SafeArrays (newbie) Pin
De Nardis Andrea29-May-04 1:29
De Nardis Andrea29-May-04 1:29 
GeneralC# to VC++ Pin
Prakash Nadar27-May-04 5:13
Prakash Nadar27-May-04 5:13 
Consider the following code.

Consider the following code
byte[] message = new byte[40];
message[4] = (byte)'S';
message[5] = (byte)'S';
message[6] = (byte)'T';
message[7] = (byte)'A';
message[8] = (byte)'R';
message[9] = (byte)'T';
message[10] = (byte)'C';
message[11] = (byte)'S';
int retval = myStream1.Write(message);


This code is a C# code myStream1 is an object of a COM component, What would be equivalent code in VC++,
Byte seems like cannot be a bstr datatype in VC++.


I'll write a suicide note on a hundred dollar bill - Dire Straits
GeneralRe: C# to VC++ Pin
Jörgen Sigvardsson27-May-04 20:30
Jörgen Sigvardsson27-May-04 20:30 
GeneralRe: C# to VC++ Pin
Prakash Nadar27-May-04 23:24
Prakash Nadar27-May-04 23:24 
GeneralLink error ???? (neophite) Pin
De Nardis Andrea26-May-04 23:48
De Nardis Andrea26-May-04 23:48 
GeneralRe: Link error ???? (neophite) Pin
Stuart Dootson27-May-04 3:19
professionalStuart Dootson27-May-04 3:19 
GeneralRe: Link error ???? (neophite) Pin
De Nardis Andrea27-May-04 4:09
De Nardis Andrea27-May-04 4:09 
GeneralFeature of STL map Pin
ra_sasi26-May-04 9:33
ra_sasi26-May-04 9:33 
GeneralRe: Feature of STL map Pin
valikac26-May-04 13:23
valikac26-May-04 13:23 
GeneralRe: Feature of STL map Pin
rsasi26-May-04 17:07
sussrsasi26-May-04 17:07 
GeneralRe: Feature of STL map Pin
valikac27-May-04 5:09
valikac27-May-04 5:09 
GeneralRe: Feature of STL map Pin
Paul Ranson27-May-04 12:48
Paul Ranson27-May-04 12:48 
GeneralListView 2000 - XP CPU Usage Pin
Dan Hill26-May-04 6:11
Dan Hill26-May-04 6:11 
GeneralRe: ListView 2000 - XP CPU Usage Pin
Dan Hill26-May-04 6:12
Dan Hill26-May-04 6:12 
Generalerror C2872: 'ATL' : ambiguous symbol in conversion from wtl7.0 to 7.1 Pin
bryces25-May-04 1:20
bryces25-May-04 1:20 
QuestionWhen ShowUI Function is called? Pin
Abhi Lahare24-May-04 19:25
Abhi Lahare24-May-04 19:25 
Generalstd::list problem using dll Pin
Wim Jans24-May-04 7:22
Wim Jans24-May-04 7:22 
GeneralRe: std::list problem using dll Pin
Nemanja Trifunovic24-May-04 7:40
Nemanja Trifunovic24-May-04 7:40 
GeneralRe: std::list problem using dll Pin
Wim Jans24-May-04 8:11
Wim Jans24-May-04 8:11 

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.