Re: [mapguide-users] Data Package Problem

2008-04-10 Thread Kenneth, GEOGRAF A/S
I would like to help you out, but if you do not follow the guide strictly, it is very difficult to guess what went wrong. I would suggest that you start over, and follow the guide closely. If you do not want to do that, there are a couple of common reasons for a 404 error: 1. The

[mapguide-users] problem building mgos 2.0 in centos 5.1

2008-04-10 Thread alucas
Hello, I've this problem building mapguide in centos, I've installed libpng-dev. /root/mgos20/mapguide-2.0.0/Common/Renderers/.libs/libMgRenderers.so: undefined reference to `gdFontCacheSetup' /root/mgos20/mapguide-2.0.0/Common/Renderers/.libs/libMgRenderers.so: undefined reference to

Re: [mapguide-users] King Oracle Problem

2008-04-10 Thread Luis Ramos
Hello, I'm facing a similar problem on a XP machine with MagGuide Server 2.0, Apache 2 and Oracle 9.2. What I've done: - downloaded and installed the King Oracle v.0.7.3 For FDO 3.3 with Oracle Instant Client. - downloaded and installed the Oracle Instant Client basic v 10.2.0.3 - changed the

Re: [mapguide-users] King Oracle Problem

2008-04-10 Thread Simon Pelicon
Hi! Connection properties are blank because provider did not loaded successfully. Open KingOracleProvider.dll with DependencyWalker ( http://www.dependencywalker.com/) and look for missing dll. I think that Oracle client needs some Microsoft MFC dll files. Simon Luis Ramos wrote:

RE: [mapguide-users] King Oracle Problem

2008-04-10 Thread Luis Rafael Ramos Correia
Hi, I tested de DependencyWalker on the KingOracleProvider.dll and it seemed to be missing the MSVCR80.dll and the MSVCP71.dll. I searched and donwloaded this files from the web. After that, the connection propreties on Autodesk Studio displayed well and i managed the connection to the

[mapguide-users] Getting exception with Open method of MgMap Object

2008-04-10 Thread Nick Aizen
Having some trouble with the MapGuide API, we installed MapGuide Enterprise 2008 ,we are using asp.net and c # with the MapGuide API. I'm trying to have my page when it initially loads, use a map feature service to filter and select parcels. All seems to work except when I try to open a map

Re: [mapguide-users] Getting exception with Open method of MgMap Object

2008-04-10 Thread Kenneth, GEOGRAF A/S
You must create and save the runtime map (MgMap.Create/MgMap.Save) before you can open it. The viewer does this for you, and it will overwrite an existing runtime map. If you belive the map is already created, you must obtain the session id from the viewer. You cannot create a session and

RE: [mapguide-users] ODBC problems....MGOS 2.0

2008-04-10 Thread Dave Wilson
The database connections are compatible and should work. Reasons why they might not work: When using connection strings the ODBC driver name is different between the machines or does not match the string. The DSN names are not the same or do not exist. Are the databases local to the server?

[mapguide-users] Help Problem built_thirdparty.sh

2008-04-10 Thread Jérémie Formica
Hello, I want instal mapguide opensource on CentOS 5. When i execute the script ./built_thirdparty.sh I have an error : configure: error: C++ preprocessor /lib/cpp fails sanity check See `config.log' for more details. GNUmakefile:5: GDALmake.opt: Aucun fichier ou répertoire de ce type make: ***

Re: [mapguide-users] Help Problem built_thirdparty.sh

2008-04-10 Thread Frank Warmerdam
Jérémie Formica wrote: Hello, I want instal mapguide opensource on CentOS 5. When i execute the script ./built_thirdparty.sh I have an error : configure: error: C++ preprocessor /lib/cpp fails sanity check See `config.log' for more details. GNUmakefile:5: GDALmake.opt: Aucun fichier ou

Re: [mapguide-users] Help Problem built_thirdparty.sh

2008-04-10 Thread Frank Warmerdam
Jérémie Formica wrote: I have look but I understand nothing. If you want look , i join config.log Thanks you for your help Jérémie, The way I read the config.log you do not have g++ installed on your system though I must admit it isn't all that straight forward to deduce from the config.log.

[mapguide-users] localize functions

2008-04-10 Thread Jim O'Leary
I'm looking for the function definitions found in this sample code: SetLocalizedFilesPath(GetLocalizationPath()); print Localize(file_get_contents(../viewerfiles/tasklist.templ), $locale, GetClientOS()); I cannot find these functions nor a definition of the MgLocalizer class in the

RE: [mapguide-users] localize functions

2008-04-10 Thread Steve Dang
These functions are defined/implemented in MgDev\OS\Web\src\PhpApi\PhpLocalizer.cpp Steve. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim O'Leary Sent: Thursday, April 10, 2008 2:34 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users]

Re: [mapguide-users] ODBC problems....MGOS 2.0

2008-04-10 Thread Andrew DeMerchant
That's cool - just looking for some rough idea. Thanks - That program is getting really really close to doing everything that Autodesk's does (only better and faster). The only other thing it needs to do is to let you add tools and customize the toolbars etc in a weblayout, then it'll be a

RE: [mapguide-users] localize functions

2008-04-10 Thread Jim O'Leary
I do not have this file or folder. I downloaded mapguide-2.0.0.tar.gz Is this the right source code? Thanks Steve Dang wrote: These functions are defined/implemented in MgDev\OS\Web\src\PhpApi\PhpLocalizer.cpp Steve. -Original Message- From: [EMAIL PROTECTED]

RE: [mapguide-users] localize functions

2008-04-10 Thread Steve Dang
Yes it is. Steve. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim O'Leary Sent: Thursday, April 10, 2008 5:40 PM To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] localize functions I do not have this file or folder. I downloaded

[mapguide-users] Dot Net Problem

2008-04-10 Thread Sandeep Thosar
Dear *Kenneth,* ** *Can you Explain me the Step no 8 and 9 from the InstallMapGuideOpenSourceSample.pdf because i think i did something wrong there only so i did not get any output and also when i run the URL ---* http://localhost/mapguide/dotnetviewersample/ajaxtiledviewersample.aspx i get error

Re: [mapguide-users] Getting exception with Open method of MgMap Object

2008-04-10 Thread Sandeep Thosar
Dear *Kenneth,* ** *As per your instructins i read the Developer Guide and also copy my dotnetviewersample to C:/ProgramFiles/MapguideOpenSource2.0/WebServerExtensions/www and my dotnet version is 2.0 still i did not get any output.* *Can you Explain me the Step no 8 and 9 from the