Hi Jim, The Studio load procedure code will not work through PHP.
I wouldn't be surprised if you could use them with the "free" Microsoft express tools though: http://msdn2.microsoft.com/en-us/express/aa700756.aspx http://msdn2.microsoft.com/en-us/express/aa718406.aspx Jason -----Original Message----- From: Jim O'Leary Subject: [mapguide-users] RE: Load Procedures via a script examples? Has anyone got a PHP version of the loadprocedure code below? The first problem is that PHP can't load the dll. This code finds the dll: // from php\ext directory... dl('..\..\..\..\Autodesk\MapGuideStudio2007\Autodesk.MapGuide.Studio.Loa d.dll'); ...but PHP replies: Warning: dl() [function.dl]: Invalid library (maybe not a PHP library) Adding the Studio directory to the path does not help. Thanks _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
