Click here to Skip to main content
15,906,708 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralDrag and drop of files in ATL Pin
krnathan31-May-04 3:06
krnathan31-May-04 3:06 
GeneralRe: Drag and drop of files in ATL Pin
f6431-May-04 8:36
f6431-May-04 8:36 
GeneralRe: Drag and drop of files in ATL Pin
krnathan2-Jun-04 23:32
krnathan2-Jun-04 23:32 
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 
Hi all,
I have to pass a safearray to my DLL COM server. the method must size the array, and then fill with data. After that the client must use the data the server has inserted. I suspect my passed array is a copy of the one sent by the VB client, so my VB client does not access the data. how I have to modify my MIDL lines in order to have the safearray shared?
I am using:

[id(1), helpstring("method GetPosition")] HRESULT GetPosition(VARIANT arrayPosition);

arrayPosition is a vector of double like this:

Dim arrayPosition as Double (0 to 9)
Dim a As New RunTimeAx
a.GetPosition arrayPosition
Debug.Print arrayPosition (0)
Debug.Print arrayPosition (1)
Debug.Print arrayPosition (2)
Debug.Print arrayPosition (3)

Could you pls help me?
Thanx in advance

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 
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 

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.