Click here to Skip to main content
15,891,136 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: Linking external library to ATL Pin
Milton Karimbekallil20-Jun-06 18:23
Milton Karimbekallil20-Jun-06 18:23 
AnswerRe: Linking external library to ATL Pin
Igor Vigdorchik21-Jun-06 4:20
Igor Vigdorchik21-Jun-06 4:20 
QuestionNeed help to return string value from COM Pin
agarunk19-Jun-06 4:40
agarunk19-Jun-06 4:40 
AnswerRe: Need help to return string value from COM [modified] Pin
Roozbeh6919-Jun-06 9:44
professionalRoozbeh6919-Jun-06 9:44 
GeneralRe: Need help to return string value from COM Pin
agarunk20-Jun-06 0:10
agarunk20-Jun-06 0:10 
GeneralRe: Need help to return string value from COM Pin
Milton Karimbekallil20-Jun-06 2:14
Milton Karimbekallil20-Jun-06 2:14 
GeneralRe: Need help to return string value from COM Pin
agarunk20-Jun-06 3:31
agarunk20-Jun-06 3:31 
GeneralRe: Need help to return string value from COM Pin
Pharago16-Jul-06 1:35
Pharago16-Jul-06 1:35 
STDMETHODIMP CYourClass::YourATLMethod(BSTR Filepath, BSTR* ReturnString)
{
use the BSTR FilePath to get the BSTR to return, you can also use a LPCOLESTR
CComBSTR TheReturnString = L"the string";
*ReturnString = SysAllocString(TheReturString.m_str); //or any BSTR or LPCOLESTR to be allocated by the system using the pointer given by the com client
return S_OK;
}
QuestionKeyboard focus Pin
Roozbeh6917-Jun-06 22:16
professionalRoozbeh6917-Jun-06 22:16 
QuestionVS7 & ATL: Exposing an enum on a COM interface Pin
Ian McLauchlan17-Jun-06 10:15
Ian McLauchlan17-Jun-06 10:15 
AnswerRe: VS7 & ATL: Exposing an enum on a COM interface Pin
Milton Karimbekallil20-Jun-06 2:25
Milton Karimbekallil20-Jun-06 2:25 
Questionactivex Pin
marcoslav16-Jun-06 2:11
marcoslav16-Jun-06 2:11 
AnswerRe: activex Pin
Milton Karimbekallil20-Jun-06 2:32
Milton Karimbekallil20-Jun-06 2:32 
Questioninclude Pin
yoti1115-Jun-06 6:11
yoti1115-Jun-06 6:11 
AnswerRe: include Pin
Milton Karimbekallil20-Jun-06 2:29
Milton Karimbekallil20-Jun-06 2:29 
QuestionATL with C code.. pls looooooooooooooook hereeeeeeeeeeeeeee Pin
marcoslav15-Jun-06 2:13
marcoslav15-Jun-06 2:13 
AnswerRe: ATL with C code.. pls looooooooooooooook hereeeeeeeeeeeeeee Pin
Igor Vigdorchik16-Jun-06 7:26
Igor Vigdorchik16-Jun-06 7:26 
Questionhow to use IMultiMediastream ::GetDuration() Pin
GANsJob15-Jun-06 1:17
GANsJob15-Jun-06 1:17 
Questiontype library interface marshalling Pin
rana7413-Jun-06 23:07
rana7413-Jun-06 23:07 
AnswerRe: type library interface marshalling Pin
Roger Stoltz14-Jun-06 1:49
Roger Stoltz14-Jun-06 1:49 
QuestionCustomizing controls Pin
Nishad S12-Jun-06 0:10
Nishad S12-Jun-06 0:10 
AnswerRe: Customizing controls Pin
Jörgen Sigvardsson12-Jun-06 9:28
Jörgen Sigvardsson12-Jun-06 9:28 
GeneralRe: Customizing controls Pin
Nishad S12-Jun-06 17:53
Nishad S12-Jun-06 17:53 
GeneralRe: Customizing controls Pin
Justin Tay12-Jun-06 18:47
Justin Tay12-Jun-06 18:47 
GeneralRe: Customizing controls Pin
Nishad S12-Jun-06 19:06
Nishad S12-Jun-06 19:06 

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.