Wrapping Tutorial?

BlitzMax Forums/BlitzMax Programming/Wrapping Tutorial?

Ked(Posted 2008) [#1]
Is there a DLL wrapping tutorial somewhere? Or maybe Brucey can say how he does it? :)

Thanks!


Amon(Posted 2008) [#2]
I would be interested in this also.


Abrexxes(Posted 2008) [#3]
Yep, please guys!


Htbaa(Posted 2008) [#4]
Take a look at one of the smaller modules from Brucey to see how it's done.

Or check axe.mod/lua.mod. It simply contains the Lua source code and a bmx wrapper.


Scaremonger(Posted 2008) [#5]
I have started a page on the wiki which I will extend another evening.

My wrapper knowledge is not great, but I'll do my best; I hope that Brucey and others will help me develop it further.


GfK(Posted 2008) [#6]
I found a wrapping tutorial on google once.

It recommended talking about 'homies', 'bling' and 'da hood', and other such moonspeak. Apparently you also have to 'pop caps in other people's bottoms', whatever that is. It also suggested wearing a large pair of pants with the gusset dragging along the floor.

Between you and me, I'm not sure I really learned a lot from it.


Scaremonger(Posted 2008) [#7]
I've started the Wiki guide to wrapping C++, by adding an an example posted by @DStastny