Hi everyone,
I buided source code with makepanda --everything --installer,but not found p3dactivex. How should I do to build it?
Hi, welcome to the forums!
You need to add the --runtime flag to build the runtime, which includes p3dactivex.
Thanks a lot!
I build with --runtime --distributor cmu , and got an err:
PPInterface.cpp<545> error c2664 , can not translate COleVariant to const CString &
I think you need the Pro version of VC++ 2008 to build p3dactivex.
thanks