I'm brand new to both wxwebconnect and to wxwidgets.
I'm using codeblocks and wxsmith (wxwidgets 2.8.9)
I am trying to use wxwebconnect to display and acess text from a pdf.
My first issue is apparantly very basic. How do I build the webconnect.lib?
I do not have visual studio, can I build the lib from within codeblocks? (gcc & wsys)
I have tried to build a static shared lib by including the .h & .cpp's from within the webconnect directory but I get a ton of error's so its obvious I'm not setting things up right.
The first error that shows up is
C:\Downloads\wxwebcontrol\webconnect\webconnect\nsall.h|36|macro "NS_DECLARE_STATIC_IID_ACCESSOR" passed 11 arguments, but takes just 1|
This appears as though it is due to the following code in nsall.h (the error is linked to the last line)
#define NS_ISUPPORTS_IID \
{0x00000000, 0x0000, 0x0000, \
{ 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46 }}
class NS_NO_VTABLE nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_ISUPPORTS_IID);
I would appreciate any direction to help me start using this library.
Kirix Support Forums
Wxwebconnect.lib creation
1 post
• Page 1 of 1
1 post
· Page 1 of 1
Return to wxWebConnect Questions, Thoughts & Feedback