TGB Browser Help
by Chad Kilgore · in Torque Game Builder · 03/10/2007 (9:29 am) · 6 replies
I have been working with Callum Prentice at UBrowser to extend the LLMozLib to include getCurrentUri. However, in the attempts to replace the new llmozlib.lib, I get LNK2005 errors. Can anybody help me out here?
The extended LLMozLib files are here.
The extended LLMozLib files are here.
#2
When I use the LLMozLib files that Prairie Games provides at MMOWorkshop.com, it builds fine (which requires that all of the projects use Multi-threaded DLL). But when I use the llmozlib.lib either from UBrowser.com or extended files, the VS2003 errors with LNK2005.
03/10/2007 (11:04 am)
I am certain the I am using the Multi-threaded DLLs.When I use the LLMozLib files that Prairie Games provides at MMOWorkshop.com, it builds fine (which requires that all of the projects use Multi-threaded DLL). But when I use the llmozlib.lib either from UBrowser.com or extended files, the VS2003 errors with LNK2005.
#3
03/10/2007 (11:08 am)
Have you tried building llmozlib.lib under VS2003 with Multi-threaded DLL code generation?
#4
llmozlib.h
llmozlib.cpp
Thus I am not certain if Multi-threaded DLL code generation was used. If anybody could rebuild it and determine if that was error, I would be extremely grateful.
03/10/2007 (11:25 am)
I attempted building llmozlib.lib but was unsuccessful in understanding Mozilla. Callum Prentice rebuilt llmozlib for me using:llmozlib.h
llmozlib.cpp
Thus I am not certain if Multi-threaded DLL code generation was used. If anybody could rebuild it and determine if that was error, I would be extremely grateful.
#5
This seems to be the problem. I have tried to remedy the problem using:
But this has been unsuccessful. Can anybody help me out? Thanks.
03/22/2007 (5:46 pm)
I have LLMozLib.lib built under a multi-threaded code generation. It works wonderfully. Unfortunately, I am running into the problem of once the mouse is clicked inside of the GuiBrowserCtrl. Looking at the source it reads:LLMozLib::getInstance()->focusBrowser( mWindowId, true );
This seems to be the problem. I have tried to remedy the problem using:
bool pointIn = Parent::pointInControl( Point2I( x, y ) ); LLMozLib::getInstance()->focusBrowser( mWindowId, pointIn );
But this has been unsuccessful. Can anybody help me out? Thanks.
#6
I am unable to compile even the original lib Am I doing something wrong - I followed the instructions from MMOWorkshop still I can not get it to work -
www.cdktech.com/Output-Build verbose.txt
www.cdktech.com/Output-Build.txt
Please help asap.
Thanks
C.
03/31/2007 (7:21 am)
Hi,I am unable to compile even the original lib Am I doing something wrong - I followed the instructions from MMOWorkshop still I can not get it to work -
www.cdktech.com/Output-Build verbose.txt
www.cdktech.com/Output-Build.txt
Please help asap.
Thanks
C.
Torque Owner Prairie Games
Prairie Games, Inc.