Development
: K-Meleon Forum
K-Meleon development related discussions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=Ken] Thanks for the quick response. I straightened up the Precompiled Header settings. - utils.cpp is already set "Not Using Precompiled Header" - winEmbedFileLocProvider.cpp was set to "Using Precompiled Header", so I changed it to "Not Using Precompiled Header". Walking through each CPP file, I found PrintSetupDialog.cpp was set to "Create Precompiled Header", so I changed it to "Use Precompiled Header". Now I am down to 2 linker errors: 1>Linking... 1>ProfileMgr.obj : error LNK2001: unresolved external symbol "unsigned int __cdecl NS_NewProfileDirServiceProvider(int,class nsProfileDirServiceProvider * *)" (?NS_NewProfileDirServiceProvider@@YAIHPAPAVnsProfileDirServiceProvider@@@Z) 1>Components.obj : error LNK2001: unresolved external symbol "public: __thiscall ContentDispatchChooser::ContentDispatchChooser(void)" (??0ContentDispatchChooser@@QAE@XZ) 1>..\release\k-meleon.exe : fatal error LNK1120: 2 unresolved externals Is this because of missing one or more Mozilla libraries? Which libraries? I used the .mozconfig file that is part of the GRE1.9.1build.7z to generate GRE 1.9.1. One change I made in the ProfileMgr.cpp file: I replaced #pragma comment(lib, "profdirserviceprovidersa_s.lib") with #ifndef USE_PROFILES #pragma comment(lib, "profdirserviceprovidersa_s.lib") #endif just like the StdAfx.h Without the #ifndef USE_PROFILES I get a linker error for "missing input file profdirserviceprovidersa_s.lib" since the library is not generated during GRE 1.9.1 build. For the K-Meleon binaries that are available for download, which Build Configuration is used to produce the binaries? Is it "Release Unicode" or "Release" or "Release MFC Static" or "Release MFC Static Unicode"?[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development