CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Geof

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    1,275

    Re: Dynamic memory allocation from dll

    Thank you for your information. I have finally found a walk around by adding function in the dll that can return size of returned structures. In this way I preallocate arrays. This walk around works...
  2. Replies
    2
    Views
    1,275

    Dynamic memory allocation from dll

    Hi,

    I have a C++ DLL. This DLL contains a function func ( float **arg1, int &nbArg1, int **arg2, int &nbArg2 ); This function do dynamic memory allocation to allocate enough of memory for arg1 and...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured