Hi,
to load the pyuno.dll using LoadLibrary() function and call the initpyuno()
function.
I change the makefile, now the pyuno_loadwrapper.obj has been built,
but I don't know how to generate the wrapper pyuno.pyd shared library using the
pyuno_loadwrapper.obj .
Could you give me some advice?
just write the platform dependent target yourself, it must be something like
$(DLLDEST)$/pyuno.pyd : $(SLO)/pyuno_loadwrapper.obj
link /DLL /NODEFAULTLIB $(OBJS) /OUT:$@
(haven't tried it though).
Bye,
Joerg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]