Boost.Python Tutorial - Derek Steinmoeller

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 5

  • @atabey321445
    @atabey321445 Рік тому +1

    It was not the reason I got here but you saved me quite some work with the pybind11 recommendation, it works great! Thanks lol

  • @bennguyen1313
    @bennguyen1313 8 місяців тому

    If you want to call a dll from python, but you only have a pdf for the function prototypes... would Boost.Python or ctypegen be simpler.
    The only tricky part is that some arguments and returns are pointers to structures that have enums, and other structures.

  • @darrylhite3857
    @darrylhite3857 4 роки тому +1

    Nice presentation tonight

  • @leonlee9518
    @leonlee9518 2 роки тому

    Thanks a lot , wonderful video .

  • @nigelbell7946
    @nigelbell7946 3 роки тому

    4:24 The ./b2 command should say link=shared, not link=share