Kirix Support Forums

Wxwebconnect.lib creation

Please post all general questions, comments, bug reports, and any other wxWebConnect feedback here.

Wxwebconnect.lib creation

Postby jpotter on Mon Nov 30, 2009 1:12 pm

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.
jpotter
Registered User
 
Posts: 1
Joined: Mon Nov 30, 2009 12:48 pm

Return to wxWebConnect Questions, Thoughts & Feedback