Click here to Skip to main content
15,917,321 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to Use Precompiled OBJ Pin
Peter Weyzen17-Jul-03 18:23
Peter Weyzen17-Jul-03 18:23 
GeneralRe: How to Use Precompiled OBJ Pin
Anthony_Yio18-Jul-03 0:52
Anthony_Yio18-Jul-03 0:52 
GeneralRe: How to Use Precompiled OBJ Pin
Johan_yo26-Jul-03 9:29
Johan_yo26-Jul-03 9:29 
GeneralTree Ctrl with checkboxes question Pin
YaronNir17-Jul-03 11:52
YaronNir17-Jul-03 11:52 
GeneralRe: Tree Ctrl with checkboxes question Pin
Anonymous17-Jul-03 13:19
Anonymous17-Jul-03 13:19 
GeneralRe: Tree Ctrl with checkboxes question Pin
YaronNir19-Jul-03 20:46
YaronNir19-Jul-03 20:46 
Generalconntext help for dialogs Pin
haritadala17-Jul-03 11:46
haritadala17-Jul-03 11:46 
GeneralConnecting to AutoCAD 2002 Pin
BabakZallaghi17-Jul-03 11:31
BabakZallaghi17-Jul-03 11:31 
Hi I’m trying to write a program that connects to AutoCAD 2002. I know that automation works with VARIANT data types. Also I found two nice MFC classes ‘COleVariant’ and ‘COleSafeArray’ to work with variants, but I could not find any class with an ‘operator []’ function that can access to elements of a variable of VARINAT type that has VT_ARRAY flag.
However if you have written some codes with VBA, you know that in VBA, with some simple codes like this you can access to elements of VARIANT:
Dim var As VARIANT
set var = MyAutoCADFunction ( … )
var(0) = 1
var(1) = 5
Do you know any predefined class in C++ to access this magic data type?

Thanks for your help
Babak Z.


GeneralDocument/View Word Automation nightmare! Pin
Jason Henderson17-Jul-03 10:41
Jason Henderson17-Jul-03 10:41 
GeneralCListBox question Pin
Shay Harel17-Jul-03 10:19
Shay Harel17-Jul-03 10:19 
GeneralRe: CListBox question Pin
wb17-Jul-03 11:06
wb17-Jul-03 11:06 
GeneralRe: CListBox question Pin
Shay Harel18-Jul-03 5:34
Shay Harel18-Jul-03 5:34 
GeneralRe: CListBox question Pin
wb19-Jul-03 21:08
wb19-Jul-03 21:08 
Generalextern trouble Pin
act_x17-Jul-03 9:55
act_x17-Jul-03 9:55 
GeneralRe: extern trouble Pin
Peter Weyzen17-Jul-03 10:02
Peter Weyzen17-Jul-03 10:02 
GeneralRe: extern trouble Pin
act_x17-Jul-03 10:18
act_x17-Jul-03 10:18 
GeneralRe: extern trouble Pin
Peter Weyzen17-Jul-03 12:37
Peter Weyzen17-Jul-03 12:37 
GeneralRe: extern trouble Pin
Peter Weyzen17-Jul-03 12:42
Peter Weyzen17-Jul-03 12:42 
GeneralRe: extern trouble Pin
actx_anonymous17-Jul-03 12:55
sussactx_anonymous17-Jul-03 12:55 
GeneralRe: extern trouble Pin
wb17-Jul-03 11:18
wb17-Jul-03 11:18 
GeneralRe: extern trouble Pin
Joan M18-Jul-03 0:37
professionalJoan M18-Jul-03 0:37 
GeneralMixing STLPORT and MS STL Pin
Dale Russell17-Jul-03 9:40
Dale Russell17-Jul-03 9:40 
GeneralRe: Mixing STLPORT and MS STL Pin
John M. Drescher17-Jul-03 9:54
John M. Drescher17-Jul-03 9:54 
GeneralGINA in XP and Win2003 Pin
Alex200317-Jul-03 7:57
Alex200317-Jul-03 7:57 
QuestionHow to tell if the connected USB device is a Digital Camera or Removable Drive? Pin
Member 30919817-Jul-03 7:53
Member 30919817-Jul-03 7: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.