Page 4 of 4 FirstFirst ... 234
Results 31 to 32 of 32

Thread: Delphi libs can be used in C++ ?

  1. #31

    Delphi libs can be used in C++ ?

    I looked at fpc documentation and noticed that fpc Tobject have 5 more methods than delphi Tobject,

    what i have to do?
    From brazil (:

    Pascal pownz!

  2. #32

    Delphi libs can be used in C++ ?

    If they are virtual, then those methods will be in the VMT so this means that you will have to have more dummy methods on the C++ side so that they are still in sync.
    Jarrod Davis
    Technical Director @ Piradyne Games

Page 4 of 4 FirstFirst ... 234

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
  •