I am trying to use access nsStyleFont from nsStyleContext- >GetStyleFont() but getting following link error.
What would I have to do to get over it? Thanks harvinder link -NOLOGO -DLL -OUT:gkdebug.dll -PDB:gkdebug.pdb - SUBSYSTEM:WINDOWS nsDebugFactory.obj nsLayoutDebugCLH.obj nsLayout DebuggingTools.obj nsRegressionTester.obj ./module.res -NXCOMPAT - SAFESEH -DYNAMICBASE -DEBUG -DEBUGTYPE:CV - IMPLIB:fake.lib ../../../dist/lib/gkgfx.lib ../../../dist/lib/ unicharutil_s.lib ../../../dist/lib/xpcom.lib ../../.. /dist/lib/xpcom_core.lib ../../../dist/lib/nspr4.lib ../../../dist/lib/ plc4.lib ../../../dist/lib/plds4.lib kernel32. lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib Creating library fake.lib and object fake.exp nsLayoutDebuggingTools.obj : error LNK2019: unresolved external symbol "public: struct nsStyleFont const * __fastcall ns StyleContext::GetStyleFont(void)" (? [EMAIL PROTECTED]@@QAIPBUnsStyleFont@@XZ) referenced in function "enum Ali gn __cdecl Test(class nsIFrame *,class nsIFrame *,class nsIFrame *)" (? Test@@YA?AW4Align@@PAVnsIFrame@@0 [EMAIL PROTECTED]) gkdebug.dll : fatal error LNK1120: 1 unresolved externals make[2]: *** [gkdebug.dll] Error 96 make[2]: Leaving directory `/d/browser2/browser/extensions/layout- debug/src' make[1]: *** [libs] Error 2 make[1]: Leaving directory `/d/browser2/browser/extensions/layout- debug' make: *** [all] Error 2 _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

