Results 1 to 5 of 5

Thread: Mixing C++ and Delphi without wrappers

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    I have seen that technique few weeks ago from this link:

    http://www.pascal-central.com/pasicu.html

    But i got lost from "Virtual Method Table Reconstruction" technique, so i give up and went to the old way to coding a C dll wrapper.

    I really wish to use C++ class into my delphi app, with not need to wrapp every property and methods first in the C source and then in the pascal side.


    Last edited by Bpascal; 07-07-2015 at 09:41 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •