User Profile

Collapse

Profile Sidebar

Collapse
chet
chet
Last Activity: Dec 6 '06, 02:55 PM
Joined: Nov 8 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • chet
    started a topic 2D SafeArrays
    in C

    2D SafeArrays

    Is there anyway in 2D Safearray that we could change column with row...
    Safearray is just opposite of normal arrays [column][rows].
    and when im declaring [1048576][16].
    the array is creating in(1,0)(2,0)(3, 0) instead (1,0)(1,1)(1,2) .....
    See more | Go to post

  • chet
    started a topic Passing variants 16 bytes
    in C

    Passing variants 16 bytes

    I am reading 16 bytes from a BIN file at a time and stroing inside a vector.
    Vectors are made up of char *.
    Now when im iterating through the vector im stroring those 16 bytes inside a buffer.
    My ultimate aim is to store entire BIN file into a SAFEARRAY.
    But before i need to transfer to a VARIANT.
    im running a for loop to transfer 16 bytes 1 by1 from buffer to VARIANT.
    My question is whether variant copies...
    See more | Go to post
No activity results to display
Show More
Working...