Re: gfxASurface and Win32 friends
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Message-ID | <[email protected]> |
On 11/8/10 12:10 PM, [email protected] wrote: > Is there some mozconfig option which stops these classes being included in > libraries? The .obj files are definitely in ..\build\gfx\thebes\src but I'm > getting linker errors (edited example below) > > : error LNK2019: unresolved external symbol "__declspec(dllimport) public: > void * __thiscall gfxASurface::GetData(..) > : error LNK2019: unresolved external symbol "__declspec(dllimport) public: > void __thiscall gfxContext::Paint(double)" > : error LNK2019: unresolved external symbol "__declspec(dllimport) public: > void __thiscall gfxContext::SetSource(class gfxASurface : error LNK2019: > unresolved external symbol "__declspec(dllimport) public: __thiscall > gfxWindowsSurface::gfxWindowsSurface(..) What are you linking against? If possible, please include your exact compile and link command-line so that I can check your #defines and import libraries. --BDS