Search:

Type: Posts; User: So and So

Search: Search took 0.01 seconds.

  1. Thread: The Village

    by So and So
    Replies
    23
    Views
    7,568

    I saw "The Village" last friday -- honestly, i...

    I saw "The Village" last friday -- honestly, i thought it was a major yawn-fest. The "twist" was really contrived and not that "twisted" at all! Plus, they gave the twist away while there was still...
  2. Poll: I learnt Java in my first freshman CSE class --...

    I learnt Java in my first freshman CSE class -- when I transferred to another university I took a beginners C++ course and I found that my Java basics made learning C++ basics as easy as cake.
    ...
  3. Replies
    1
    Views
    743

    I apologize -- i was being dumb, i figured out my...

    I apologize -- i was being dumb, i figured out my problem ( *smacks self in head*)
  4. Replies
    1
    Views
    743

    vector/array to string problem

    Hi,

    I have an array of strings which i'm trying to read one by one into a string. The array is filled correctly, and has all the elements I want. Here's the code I have to read it into a string:...
  5. Replies
    21
    Views
    8,103

    which would you use to cast a SAFEARRAY into an...

    which would you use to cast a SAFEARRAY into an integer array?
  6. Replies
    2
    Views
    3,128

    Yes, i've been searching high and low on MSDN,...

    Yes, i've been searching high and low on MSDN, but i can't seem to find what exactly i'm looking for. I've tried this and that, but being a major newbie when it comes to this, i'm not quite able to...
  7. Replies
    2
    Views
    3,128

    Pass an array from C++ to C#?

    Hello,

    I am making my first attempt at some interop between a C++ program which uses a C# DLL.

    I've got the C++ interacting with the C# through an interface. Now, I need to pass-by-reference...
  8. Replies
    9
    Views
    1,893

    I got it! I had to use the template provided by...

    I got it! I had to use the template provided by .Net (ComClass) which provides the interface outline for me and then tweak it a little to fit my functions. whew....now onto converting "_bstr_t"...
  9. Replies
    9
    Views
    1,893

    Really!! how do i create the COM wrapper...

    Really!! how do i create the COM wrapper automatically? i can't seem to find any good advice about it on the web...
  10. Replies
    9
    Views
    1,893

    ahhh...good question -- unfortunately those are...

    ahhh...good question -- unfortunately those are just the requirements of the system and there's just no way around it! (believe me, i tried suggesting what you said -- i agree, it makes sense)

    an...
  11. Replies
    9
    Views
    1,893

    I have checked with everyone at my office and...

    I have checked with everyone at my office and i've still had no luck! Of course, going the other way (Managed C++ wrapper for use in C# ) is easy...but the other way arnd...!?!?
  12. Replies
    9
    Views
    1,893

    Interop between C++ and C#

    Hello,

    I have been looking high and low for information about this and haven't had any luck yet. I am creating an application in C++ that uses a C# DLL to connect to a database and return...
Results 1 to 12 of 12