IrrLicht without wrapper DLL

Everything else that doesn't fall into one of the other PB categories.
User avatar
Shield
Addict
Addict
Posts: 1021
Joined: Fri Jan 21, 2011 8:25 am
Location: 'stralia!
Contact:

Re: IrrLicht without wrapper DLL

Post by Shield »

Looking good. :) I always wanted to read more into FASM macros
as I find them quite powerful. :)
Image
Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
User avatar
idle
Always Here
Always Here
Posts: 6238
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: IrrLicht without wrapper DLL

Post by idle »

PMV wrote::shock:

do i get it right? the macro from El_Choni is doing nothing more then
converting all interface calls from std to the object-com convention?
So when i use that ... i could access any COM DLL with PB and interfaces?
Or is it just the irrlicht dll?

MFG PMV
I don't think it's for com, but it may be applicable standard oo c++ windows dlls.
I've been trying to see if I can interface to a c++ shared lib, looks like I can on linux :)
though it'll take a while to sort out.

I may need to rebuild the shared lib compiler isn't telling me anything useful when I use importC
though it works ok using using Callfunctionfast.
I guess once the Interfaces are sorted out and if the macro is still required for windows it'll be easy to use
Windows 11, Manjaro, Raspberry Pi OS
Image
Post Reply