Page 3 of 3

Re: IrrLicht without wrapper DLL

Posted: Mon Oct 10, 2011 12:17 am
by Shield
Looking good. :) I always wanted to read more into FASM macros
as I find them quite powerful. :)

Re: IrrLicht without wrapper DLL

Posted: Mon Oct 10, 2011 1:52 am
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