Search:

Type: Posts; User: andrea72

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    3,648

    Thanks for the reply. I am assuming that the...

    Thanks for the reply.
    I am assuming that the class that needs to have copy constructor and overloaded operator = is the Curve class.
    I will give it a shot and report.
    Thanks again.
    Andrea.
  2. Replies
    2
    Views
    3,648

    _BLOCK_TYPE_IS_VALID(pHead -> nBlockUse)

    Hello,
    I have been struggling with a memory corruption/crash that causes the message in the subject and humbly ask for your help.
    I narrowed down the code to just a few lines hopefully it will be...
  3. Replies
    3
    Views
    4,393

    class composition constructor question...

    Hi and thanks for reading.
    I purchased a small interpolation class from www.codecogs.com (really good site, by the way) and wanted to use the interpolation class in my little project.
    I am running...
  4. Replies
    6
    Views
    1,130

    DLL intercomunication

    matsp, you say:

    This could be possible. If lib1 becomes a dll itself, is this really all it takes?
    In other words: is the problem the fact that lib1 is a static library linked in both original...
  5. Replies
    6
    Views
    1,130

    DLL intercomunication

    Hi all, I have another question.

    I hope this is an interesting topic and thanks for all the help you can give.

    I have two dlls:
    1 - dll_prep links against a static library, lib1. Lib1...
  6. Replies
    7
    Views
    1,469

    Thanks for your answer. A little extra info:...

    Thanks for your answer.
    A little extra info: when the string is being read from the file, it needs to exist as a valid exported symbol within the dll that will contain this code.
    So if the file...
  7. Replies
    7
    Views
    1,469

    Primarily on Win32 and I'm using MS VS 2005, but...

    Primarily on Win32 and I'm using MS VS 2005, but the code will have to be portable.
  8. Replies
    7
    Views
    1,469

    function pointer question

    Hello all!

    I have a question on function pointers.

    The name of the function cannot be known a priori, since it is supplied at runtime when my program opens a file and retrieves the name of the...
  9. Thread: DLLs trouble

    by andrea72
    Replies
    6
    Views
    1,113

    Opps. typo: previous post should read I have two...

    Opps. typo: previous post should read I have two dlls, one C++ (dlla) and the other one Fortran dllb.
    Sorry for the confusion.
  10. Thread: DLLs trouble

    by andrea72
    Replies
    6
    Views
    1,113

    Bubba and all, apologize in advance, I'm facing a...

    Bubba and all, apologize in advance, I'm facing a similar problem and I suspect that the solution might reside in your last reply. To trivialize my problem:
    I have two C++ dlls:
    1 - dlla contains...
  11. Replies
    5
    Views
    3,525

    re: pointers and multidimensional arrays

    Hi and thanks for your answer.
    The problem is that I am writing an extension: in other words I do not control upstream from the routine in question.
    So by mayhem I mean that the main application...
  12. Replies
    5
    Views
    3,525

    Pointers and multi dimensional arrays

    Hi,
    I have troubles understanding the relationship between pointers (to double) and multidimensional arrays (of doubles).

    I have a C++ routine that returns pointers to doubles, and a class...
  13. Replies
    4
    Views
    2,284

    Well my idea was to have all the function members...

    Well my idea was to have all the function members returning "int" to signify the success of the operation.

    Then I would check the return value from the member function call.

    For example the...
  14. Replies
    4
    Views
    2,284

    help on class coupling

    Hi and thanks for reading.
    I have a question about class design, this is my first effort in C++ so please be forgiving!

    The problem: I have to design a class that represent a mechanical force...
Results 1 to 14 of 14