Giter VIP home page Giter VIP logo

Comments (3)

draffensperger avatar draffensperger commented on May 18, 2024

Given that cgo allows you to reference C types via something like C.WRITER, in this case would it make sense to just reference the C types directly? Then maybe you could have a Go wrapper for a higher level concept in your program such as the thing that does the writing using the underlying struct.

from go-interlang.

vposham avatar vposham commented on May 18, 2024

Disclaimer : Im a C noob who just came to know that - there is something like self referencing structs.

I tried directly referencing C struct like C.WRITER, but the WriteBlock method implementation is required to use the object in a meaningful way.

To give more context - Im trying to write a Go struct wrapper for FPDF_FILEWRITE_ struct to use in FPDF_SaveAsCopy function.

https://pdfium.googlesource.com/pdfium/+/refs/heads/master/public/fpdf_save.h

from go-interlang.

vposham avatar vposham commented on May 18, 2024

Digging further, I came to know that something like this needs to be implemented in GO.

from go-interlang.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.