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=astegic] Hi , Please forward my queries to K-Meleon team. I have downloaded seamonkey 1.1.13 and build it properly but now also I am getting problems while trying to compile, build and run K-Meleon… I am sending detailed steps that I am following. 1. I got following error while compiling project sessions of K-Meleon. d:\P4\kuldeep_localhost_1666\K-MeleonBE1.5_vc2003\src\sessions\sessions.cpp(135) : error C2664: 'AppendMenuW' : cannot convert parameter 4 from 'char *' to 'LPCWSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2. To overcome this error I have changed function call AppendMenu(sessionsMenu, MF_STRING, last_session_id, sessions_list[i]); To AppendMenu(sessionsMenu, MF_STRING, last_session_id, (LPCWSTR)sessions_list[i]); to typecast it. 3. After changes I compiled K-Meleon successfully. 4. Then I copied all files from seamonkey dist folder to the location of my executable because it asks for some file nspr4.dll. 5. I also copied K-Meleon.exe.menifest from my installed k-meleon folder to the location of executable. 6. Now when I am trying to build K-Meleon I got following error message. --------------------------- Toolbar Control Plugin --------------------------- K-Meleon was not able to find your toolbar settings. Your selected skin may be missing or corrupt. Please, check your skin settings in the GUI appearance section of k-meleon preferences. --------------------------- OK 7. After that I am getting many assertions faults and errors while running even accessing a web page in browser. As above. a. --------------------------- Microsoft Visual C++ Debug Library --------------------------- Debug Assertion Failed! Program: ...uldeep_localhost_1666\K-MeleonBE1.5_vc2003\debug\k-meleon.exe File: dbgheap.c Line: 1132 Expression: _CrtIsValidHeapPointer(pUserData) For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts. (Press Retry to debug the application) --------------------------- Abort Retry Ignore --------------------------- b. -------------------------- Microsoft Visual C++ Runtime Library --------------------------- Buffer overrun detected! Program: ...t_1666\K-MeleonBE1.5_vc2003\debug\k-meleon.exe A buffer overrun has been detected which has corrupted the program's internal state. The program cannot safely continue execution and must now be terminated. --------------------------- OK Please help me what is wrong I am doing or which are the files i need to copy from Seamonkey build and which are the files we need to copy from K-Meleon release. Sahil[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development