Development :  K-Meleon Web Browser Forum
K-Meleon development related discussions. 
Easy Build Using VS 2008 Professional
Posted by: jjovanw
Date: February 28, 2011 04:08PM

I get errors when trying to build the easy way using the K-Meleon build environment.

I know it says use visual studio 2003 but is there a way I can use visual studio 2008 Pro without getting the errors below?


Error 282 error LNK2005: ___@@_PchSym_@00@UwlxfnvmghLzmwLhvggrmthUqdrgsvihkllmUnbLwlxfnvmghUwldmolzwhUpRnvovlmyfrowLvmerilmnvmgBOcUhixUivovzhvUhgwzucOlyq@ already defined in PrintSetupDialog.obj StdAfx.obj k-meleon


Error 283 fatal error LNK1257: code generation failed k-meleon k-meleon

Options: ReplyQuote
Re: Easy Build Using VS 2008 Professional
Posted by: deadlock
Date: March 01, 2011 09:50AM

... which kplugin was that again?

Options: ReplyQuote
Re: Easy Build Using VS 2008 Professional
Posted by: jjovanw
Date: March 01, 2011 12:22PM

It's not a plug-in. I'm just trying to figure out how to build the project so I can learn and help develop and extend the K-Meleon.

Options: ReplyQuote
Re: Easy Build Using VS 2008 Professional
Posted by: deadlock
Date: March 02, 2011 05:23AM

Found it in main project 'k-meleon'.

Go to Solution Explorer.

Select
PrintSetupDialog.cpp/Properties/Precompiled Headers

Switch Option
Create Precompiled Header (/Yc)
to
Use Precompiled Header (/Yu)

--
It would be nice if you
send a not about the required
steps to create kplugins 'toolbar'
and 'JSBridge'.
Had a display problem with toolbar.
JSBridge did not compile. Thanks

Options: ReplyQuote
Re: Easy Build Using VS 2008 Professional
Posted by: deadlock
Date: March 10, 2011 10:04PM

JSBridge required XP_WIN in PreprocessorDefinitions.

Options: ReplyQuote
Re: Easy Build Using VS 2008 Professional
Posted by: deadlock
Date: March 18, 2011 08:45AM

toolbars.dll required

#define _WIN32_WINNT 501

to work on XP.

Options: ReplyQuote


K-Meleon forum is powered by Phorum.