Click here to Skip to main content
15,912,400 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionUse Managed Pin
satsumatable29-May-06 2:07
satsumatable29-May-06 2:07 
AnswerRe: Use Managed Pin
Milton Karimbekallil29-May-06 7:18
Milton Karimbekallil29-May-06 7:18 
Questionhow to search a keyword in all files and folders in c++ [modified] Pin
B.L.MALYADA DEVI28-May-06 23:20
B.L.MALYADA DEVI28-May-06 23:20 
AnswerRe: how to search a keyword in all files and folders in c++ [modified] Pin
Milton Karimbekallil29-May-06 6:52
Milton Karimbekallil29-May-06 6:52 
Questionhow to concatenate 2 .wav files with different frequencies in c++ [modified] Pin
B.L.MALYADA DEVI28-May-06 23:17
B.L.MALYADA DEVI28-May-06 23:17 
Questionhelp in using plugin for MS word Pin
ismailkhan2u28-May-06 4:08
ismailkhan2u28-May-06 4:08 
QuestionHow to convert String^ to LPCTSTR ? Pin
zenzero27-May-06 12:28
zenzero27-May-06 12:28 
AnswerRe: How to convert String^ to LPCTSTR ? Pin
Saurabh.Garg27-May-06 13:14
Saurabh.Garg27-May-06 13:14 
zenzero wrote:
LPCTSTR lpFilename = static_cast(Marshal::StringToHGlobalAnsi(filename).ToPointer());


IF you build this with unicode support this won't work as LPCTSTR will point to wide string but StringToHGlobalAnsi return's an ANSI string. If you want unicode string then use StringToHGlobalUni and if you want to build using both ANSI and UNICODE then use StringToHGlobalAuto.

-Saurabh
GeneralRe: How to convert String^ to LPCTSTR ? Pin
zenzero27-May-06 13:22
zenzero27-May-06 13:22 
QuestionBuild Script Pin
satsumatable26-May-06 19:12
satsumatable26-May-06 19:12 
AnswerRe: Build Script Pin
georgeraafat2-Jun-06 14:53
georgeraafat2-Jun-06 14:53 
Questionillegal call of non-static member function Pin
satsumatable26-May-06 17:17
satsumatable26-May-06 17:17 
AnswerRe: illegal call of non-static member function Pin
George L. Jackson26-May-06 17:27
George L. Jackson26-May-06 17:27 
GeneralRe: illegal call of non-static member function Pin
satsumatable26-May-06 17:29
satsumatable26-May-06 17:29 
QuestionMicrosoft SSPI example Pin
Wolfram Steinke25-May-06 12:41
Wolfram Steinke25-May-06 12:41 
AnswerRe: Microsoft SSPI example Pin
Wolfram Steinke25-May-06 13:43
Wolfram Steinke25-May-06 13:43 
Questionwant to learn CLI, where to start? Pin
Hamed Musavi25-May-06 2:18
Hamed Musavi25-May-06 2:18 
AnswerRe: want to learn CLI, where to start? Pin
georgeraafat25-May-06 7:09
georgeraafat25-May-06 7:09 
GeneralRe: want to learn CLI, where to start? Pin
Hamed Musavi25-May-06 9:59
Hamed Musavi25-May-06 9:59 
AnswerRe: want to learn CLI, where to start? [modified*2] Pin
Nish Nishant25-May-06 9:17
sitebuilderNish Nishant25-May-06 9:17 
GeneralRe: want to learn CLI, where to start? [modified*2] Pin
Hamed Musavi25-May-06 10:15
Hamed Musavi25-May-06 10:15 
GeneralRe: want to learn CLI, where to start? [modified*2] Pin
Nish Nishant25-May-06 10:24
sitebuilderNish Nishant25-May-06 10:24 
GeneralRe: want to learn CLI, where to start? [modified*2] [modified] Pin
Hamed Musavi25-May-06 10:40
Hamed Musavi25-May-06 10:40 
GeneralRe: want to learn CLI, where to start? [modified*2] Pin
Nish Nishant26-May-06 4:52
sitebuilderNish Nishant26-May-06 4:52 
GeneralRe: want to learn CLI, where to start? [modified*2] Pin
Nish Nishant26-May-06 4:53
sitebuilderNish Nishant26-May-06 4:53 

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.