Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Working with dlls[modified] Pin
toxcct24-Aug-06 0:36
toxcct24-Aug-06 0:36 
GeneralRe: Working with dlls[modified] Pin
Kiran Pinjala24-Aug-06 0:43
Kiran Pinjala24-Aug-06 0:43 
GeneralRe: Working with dlls[modified] Pin
Don Box24-Aug-06 1:19
Don Box24-Aug-06 1:19 
GeneralRe: Working with dlls[modified] Pin
toxcct24-Aug-06 1:51
toxcct24-Aug-06 1:51 
GeneralRe: Working with dlls[modified] Pin
Hamid_RT24-Aug-06 2:07
Hamid_RT24-Aug-06 2:07 
GeneralRe: Working with dlls[modified] Pin
Kiran Pinjala24-Aug-06 2:10
Kiran Pinjala24-Aug-06 2:10 
GeneralRe: Working with dlls[modified] Pin
toxcct24-Aug-06 2:43
toxcct24-Aug-06 2:43 
QuestionCalling a ATL COM DLL interface from VBScript routine Pin
AKSIVAKUMAR23-Aug-06 23:53
AKSIVAKUMAR23-Aug-06 23:53 
All,

I am working on ATL COM DLL and I am writing a DLL which exposes few interfaces to the application. These interfces can be called either from the VBScript or C++ routine. Any rules which i need to follow especially for having a parameter[[IN], [OUT]. As every one knows that VBScript has data type limitations and we can't pass all the parameters as like in normal. For example the IN and OUT parameter will be used to send and receive values from the interfce and should always be having a VARIANT* data type.

For example:

1. STDMETHODIMP CXX::FUNC_XX( BYTE bnl,BYTE bCurrCl,VARIANT* vSData,BOOL boFlag, SHORT *pRetVal)
2. STDMETHODIMP CXXX::FUNC1_XXX(VARIANT* vReconfig,SHORT *pRetVal)


Please let me know if any one is having suggestions or sample ATL COM DLL which can be called from VBScript.

Thanks,
AKS

AnswerRe: Calling a ATL COM DLL interface from VBScript routine Pin
uday kiran janaswamy24-Aug-06 0:35
uday kiran janaswamy24-Aug-06 0:35 
QuestionVisual Studio building whole project instead of modified files Pin
flippydeflippydebop23-Aug-06 23:45
flippydeflippydebop23-Aug-06 23:45 
AnswerRe: Visual Studio building whole project instead of modified files Pin
Michael Dunn24-Aug-06 0:14
sitebuilderMichael Dunn24-Aug-06 0:14 
GeneralRe: Visual Studio building whole project instead of modified files Pin
flippydeflippydebop24-Aug-06 0:56
flippydeflippydebop24-Aug-06 0:56 
Questionowner draw menus Pin
radhika2823-Aug-06 23:40
radhika2823-Aug-06 23:40 
AnswerRe: owner draw menus Pin
Hamid_RT23-Aug-06 23:54
Hamid_RT23-Aug-06 23:54 
GeneralRe: owner draw menus Pin
radhika2824-Aug-06 0:33
radhika2824-Aug-06 0:33 
QuestionRe: owner draw menus Pin
Hamid_RT24-Aug-06 0:57
Hamid_RT24-Aug-06 0:57 
AnswerRe: owner draw menus Pin
radhika2824-Aug-06 1:17
radhika2824-Aug-06 1:17 
GeneralRe: owner draw menus Pin
prasad_som24-Aug-06 1:22
prasad_som24-Aug-06 1:22 
GeneralRe: owner draw menus Pin
Hamid_RT24-Aug-06 1:28
Hamid_RT24-Aug-06 1:28 
GeneralRe: owner draw menus Pin
radhika2824-Aug-06 2:12
radhika2824-Aug-06 2:12 
GeneralRe: owner draw menus Pin
Hamid_RT24-Aug-06 2:25
Hamid_RT24-Aug-06 2:25 
GeneralRe: owner draw menus Pin
radhika2824-Aug-06 3:17
radhika2824-Aug-06 3:17 
QuestionUDP application Pin
ramanand_bulusu23-Aug-06 23:36
ramanand_bulusu23-Aug-06 23:36 
AnswerRe: UDP application Pin
uday kiran janaswamy23-Aug-06 23:41
uday kiran janaswamy23-Aug-06 23:41 
QuestionReturn Hooked Values Pin
stevelam23-Aug-06 23:17
stevelam23-Aug-06 23:17 

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.