<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:st1 = 
"urn:schemas-microsoft-com:office:smarttags" xmlns:ns0 = 
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR><!--[if !mso]>
<STYLE>v\:* {
        BEHAVIOR: url(#default#VML)
}
o\:* {
        BEHAVIOR: url(#default#VML)
}
w\:* {
        BEHAVIOR: url(#default#VML)
}
.shape {
        BEHAVIOR: url(#default#VML)
}
</STYLE>
<![endif]--><o:SmartTagType name="State" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="City" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="place" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="PersonName" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><!--[if !mso]>
<STYLE>st1\:* {
        BEHAVIOR: url(#default#ieooui)
}
</STYLE>
<![endif]-->
<STYLE>@font-face {
        font-family: PMingLiU;
}
@font-face {
        font-family: Tahoma;
}
@font-face {
        font-family: Calibri;
}
@font-face {
        font-family: @PMingLiU;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.0in 1.0in 1.0in; }
A:link {
        mso-style-priority: 99
}
SPAN.MSOHYPERLINK {
        mso-style-priority: 99
}
A:visited {
        mso-style-priority: 99
}
SPAN.MSOHYPERLINKFOLLOWED {
        mso-style-priority: 99
}
P.MSOAUTOSIG {
        mso-style-priority: 99
}
LI.MSOAUTOSIG {
        mso-style-priority: 99
}
DIV.MSOAUTOSIG {
        mso-style-priority: 99
}
SPAN.E-MAILSIGNATURECHAR {
        mso-style-priority: 99
}
P.MsoNormal {
        FONT-SIZE: 11pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Calibri
}
LI.MsoNormal {
        FONT-SIZE: 11pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Calibri
}
DIV.MsoNormal {
        FONT-SIZE: 11pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Calibri
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
P.MsoAutoSig {
        FONT-SIZE: 11pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Calibri
}
LI.MsoAutoSig {
        FONT-SIZE: 11pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Calibri
}
DIV.MsoAutoSig {
        FONT-SIZE: 11pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Calibri
}
P {
        FONT-SIZE: 12pt; MARGIN-LEFT: 0in; MARGIN-RIGHT: 0in; FONT-FAMILY: "Times New Roman"; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto
}
SPAN.E-mailSignatureChar {
        FONT-FAMILY: "Times New Roman"
}
SPAN.EmailStyle19 {
        COLOR: windowtext; FONT-FAMILY: Calibri; mso-style-type: personal
}
SPAN.EmailStyle21 {
        COLOR: navy; FONT-FAMILY: Arial; mso-style-type: personal-reply
}
DIV.Section1 {
        page: Section1
}
OL {
        MARGIN-BOTTOM: 0in
}
UL {
        MARGIN-BOTTOM: 0in
}
</STYLE>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]--></HEAD>
<BODY lang=EN-US vLink=purple link=blue>
<DIV dir=ltr align=left><SPAN class=105432017-11072006><FONT face=Arial 
color=#0000ff size=2>Hi Rasel,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=105432017-11072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=105432017-11072006><FONT face=Arial 
color=#0000ff size=2>As well as the suggestions from Bill below, you&nbsp;will 
also need to add the location of the FDO files&nbsp;to your path so that the API 
can find them.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=105432017-11072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=105432017-11072006><FONT face=Arial 
color=#0000ff size=2>
<DIV dir=ltr align=left><SPAN class=105432017-11072006><FONT face=Arial 
color=#0000ff size=2>In C# ...</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=105432017-11072006><FONT face="Courier New" 
color=#000000 size=2>&nbsp;&nbsp;string fdoPath = 
Path.Combine(Application.StartupPath, @"FDO\");<BR></FONT></SPAN><SPAN 
class=105432017-11072006><FONT face="Courier New" color=#000000 
size=2>&nbsp;&nbsp;string val = 
Environment.GetEnvironmentVariable("PATH");<BR>&nbsp;&nbsp;val = fdoPath + ";" + 
val;<BR>&nbsp;&nbsp;SetEnvironmentVariable("PATH", 
val);</FONT></SPAN></DIV><SPAN class=105432017-11072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=105432017-11072006><FONT face=Arial color=#0000ff size=2><SPAN 
class=105432017-11072006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=105432017-11072006><FONT face=Arial color=#0000ff size=2><SPAN 
class=105432017-11072006><FONT face=Arial color=#0000ff size=2>&nbsp;</DIV>
<DIV dir=ltr align=left></FONT></SPAN>In managed C++, the changes would 
be...</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=105432017-11072006><FONT face=Arial 
color=#0000ff size=2>Add the following line at the top of the source 
file:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=105432017-11072006><FONT face="Courier New" 
size=2>#undef GetEnvironmentVariable</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=105432017-11072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=105432017-11072006><FONT face=Arial 
color=#0000ff size=2>Add the following lines in your code, it only needs to be 
executed once, so somewhere during initialization is fine:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=105432017-11072006></SPAN><SPAN 
class=105432017-11072006><FONT face="Courier New" size=2>&nbsp;&nbsp;// Put our 
installed FDO in the process PATH<BR>&nbsp;&nbsp;String * dirApp = 
System::IO::Path::GetDirectoryName(System::Reflection::Assembly::GetExecutingAssembly()-&gt;Location);<BR>&nbsp;&nbsp;String 
* fdoPath = System::IO::Path::Combine(dirApp, "FDO\\");</FONT></SPAN></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=105432017-11072006><FONT face="Courier New" 
size=2>&nbsp;&nbsp;String * val = 
Environment::GetEnvironmentVariable("PATH");<BR>&nbsp;&nbsp;val = 
String::Concat(fdoPath, ";", 
val);<BR>&nbsp;&nbsp;Environment::SetEnvironmentVariable("PATH", 
val);<BR></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=105432017-11072006><FONT face=Arial 
color=#0000ff size=2>The above is no longer required for current builds of the 
Studio API, but unfortunately is required for the preview version 
(168.02).</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=105432017-11072006></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=105432017-11072006><FONT face=Arial 
color=#0000ff size=2>Tom</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Bill Dhimitri <BR><B>Sent:</B> Tuesday, 
July 11, 2006 7:41 AM<BR><B>To:</B> Rasel Md. Anawer TMN Technical; 
users@mapguide.osgeo.org<BR><B>Subject:</B> [mapguide-users] RE: [mapguide-dev] 
How to call the load procedure from program???<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV class=Section1>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Hi 
Rasel,<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">It could be that you do 
not have the DLLs that are needed by SDFConverter.dll in the EXE 
folder.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">There are 2 ways to fix 
this.&nbsp; You can do number 1 or number 2 (but don&#8217;t do 
both):<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<OL style="MARGIN-TOP: 0in" type=1>
  <LI class=MsoNormal style="COLOR: navy; mso-list: l0 level1 lfo1"><FONT 
  face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Make sure that when you build your 
  code, the Visual Studio project Output Folder is the MG Studio bin 
  folder.</SPAN></FONT><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'"> </SPAN></FONT><FONT 
  face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p></o:p></SPAN></FONT>
  <LI class=MsoNormal style="COLOR: navy; mso-list: l0 level1 lfo1"><FONT 
  face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Copy all the files in your MG 
  Studio bin folder into your Visual Studio project Output 
  Folder.</SPAN></FONT><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'"> </SPAN></FONT><FONT 
  face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p></o:p></SPAN></FONT></LI></OL>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">By the way, you should 
post these questions to <A 
href="mailto:users@mapguide.osgeo.org">users@mapguide.osgeo.org</A> instead of 
<A 
href="mailto:dev@mapguide.osgeo.org">dev@mapguide.osgeo.org</A>.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Bill<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<DIV>
<DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT 
face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'">
<HR tabIndex=-1 align=center width="100%" SIZE=2>
</SPAN></FONT></DIV>
<P class=MsoNormal><B><FONT face=Tahoma size=2><SPAN 
style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</SPAN></FONT></B><FONT 
face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> Rasel Md. 
Anawer TMN Technical [mailto:rasel.anawer@grameenphone.com] <BR><B><SPAN 
style="FONT-WEIGHT: bold">Sent:</SPAN></B> Monday, July 10, 2006 11:39 
PM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> <st1:PersonName 
w:st="on">dev@mapguide.osgeo.org</st1:PersonName>; Bill Dhimitri<BR><B><SPAN 
style="FONT-WEIGHT: bold">Subject:</SPAN></B> [mapguide-dev] How to call the 
load procedure from program???</SPAN></FONT><FONT face="Times New Roman" 
size=3><SPAN 
style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P></DIV>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">Hi 
Bill,<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">Thanks for your reply.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">I 
have tried that and found error.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">My 
Code<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">------------------------------------------<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Courier New" color=teal size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: teal; FONT-FAMILY: 'Courier New'">LoadProcedureInfo</SPAN></FONT><FONT 
face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"> lpi = 
sc.NewLoadProcedureInfo(<FONT color=maroon><SPAN 
style="COLOR: maroon">"Library://hiT/Loaders/hiTDataLoader"</SPAN></FONT>);<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Courier New" color=teal size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: teal; FONT-FAMILY: 'Courier New'">SdfLoadProcedure</SPAN></FONT><FONT 
face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"> sdfldpr = (<FONT 
color=teal><SPAN style="COLOR: teal">SdfLoadProcedure</SPAN></FONT>)<FONT 
color=teal><SPAN 
style="COLOR: teal">SdfSerializer</SPAN></FONT>.Open(lpi);<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">sdfldpr.SdfKeyTreatment = 
<FONT color=teal><SPAN 
style="COLOR: teal">SdfKeyTreatment</SPAN></FONT>.AutogenerateAll;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">sdfldpr.Generalization = 
100;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><B><FONT face="Courier New" color=red size=2><SPAN 
style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: 'Courier New'">sdfldpr.Execute(sc);<o:p></o:p></SPAN></FONT></B></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">Exception<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">-------------------------------------------<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">The 
specified module could not be found. (Exception from HRESULT: 
0x8007007E)<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">&nbsp;&nbsp; at 
Autodesk.MapGuide.Studio.Load.SdfLoadProcedure.ProcessSourceFile(PackageWriter 
package, String filePath, SiteConnection 
connection)<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">&nbsp;&nbsp; at 
Autodesk.MapGuide.Studio.Load.LoadProcedure.Execute(String packageFilePath, 
SiteConnection connection)<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">&nbsp;&nbsp; at 
Autodesk.MapGuide.Studio.Load.LoadProcedure.Execute(SiteConnection 
connection)<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">&nbsp;&nbsp; at SDFLoader.Program.Main(String[] args) in 
C:\Documents and Settings\Administrator\My Documents\Visual Studio 
2005\Projects\SDFLoader\SDFLoader\Program.cs:line 
40<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">Desc<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">--------------------------<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">I 
have a load procedure at </SPAN></FONT><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">&nbsp;- <FONT 
color=maroon><SPAN 
style="COLOR: maroon">"Library://hiT/Loaders/hiTDataLoader"</SPAN></FONT>. No 
problem about that.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">My 
variables &#8211; <B><SPAN style="FONT-WEIGHT: bold">lpi, sdfldpr</SPAN></B> is 
initiated successfully. No problem about that.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 11pt; FONT-FAMILY: 'Courier New'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">Please help. &#8230;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoAutoSig><FONT face=Tahoma size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">MD. RASEL 
ANAWER<o:p></o:p></SPAN></FONT></P>
<P class=MsoAutoSig><FONT face=Tahoma size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">System Engineer, TMN, 
TD,<o:p></o:p></SPAN></FONT></P>
<P class=MsoAutoSig><FONT face=Tahoma size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">GrameenPhone 
Ltd.<o:p></o:p></SPAN></FONT></P>
<P class=MsoAutoSig><st1:City w:st="on"><st1:place w:st="on"><FONT face=Tahoma 
size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">Mobile</SPAN></FONT></st1:place></st1:City><FONT 
face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> : 
+8801711506316<o:p></o:p></SPAN></FONT></P>
<P class=MsoAutoSig><FONT face=Tahoma size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">E-mail: 
rasel.anawer@grameenphone.com<o:p></o:p></SPAN></FONT></P>
<P class=MsoAutoSig><FONT face=Tahoma size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">Date: 
Mon, 10 Jul 2006 13:04:02 -0400<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">From: 
Bill Dhimitri &lt;bill.dhimitri@autodesk.com&gt;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">Subject: [mapguide-dev] How to call the load procedure 
from program???<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">Hi 
Rasel,<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">MapGuide Studio provides an API that allows you to 
programmatically load<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">an 
SDF file.&nbsp; Go to the Studio API Help, and look up (in the index) 
the<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">SdfLoadProcedure class.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">Bill<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">&nbsp; _____&nbsp; <o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">From: 
<st1:place w:st="on"><st1:City w:st="on">Rasel</st1:City> <st1:State 
w:st="on">Md.</st1:State></st1:place> Anawer TMN 
Technical<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">[mailto:rasel.anawer@grameenphone.com] 
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">Sent: 
Monday, July 10, 2006 7:49 AM<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">To: 
<st1:PersonName 
w:st="on">dev@mapguide.osgeo.org</st1:PersonName><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">Subject: [mapguide-dev] How to call the load procedure 
from program???<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">Hi,<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">I 
have a load procedure which loads a SDF file and generate Data 
and<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">Layer 
only.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">How 
to call the load procedure from program???<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">Please help and thanks in 
advance...<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN style="FONT-SIZE: 11pt">MD. 
RASEL ANAWER<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">System Engineer, TMN, TD,<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">GrameenPhone Ltd.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><st1:City w:st="on"><st1:place w:st="on"><FONT face=Calibri 
size=2><SPAN style="FONT-SIZE: 11pt">Mobile</SPAN></FONT></st1:place></st1:City> 
: +8801711506316<o:p></o:p></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Calibri size=2><SPAN 
style="FONT-SIZE: 11pt">E-mail: 
rasel.anawer@grameenphone.com<o:p></o:p></SPAN></FONT></P>
<P><I><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt; FONT-STYLE: italic">This email and any files transmitted 
with it are confidential and intended solely for the use of the individual or 
entity to which they are addressed. It may also be legally privileged. If you 
are not the named addressee, you should not copy, forward, disclose or use any 
part of it. If you have received this message in error, please delete it and all 
copies from your system and notify the sender immediately by return e-mail. 
Internet communications cannot be guaranteed to be timely, secure, error or 
virus-free. The sender does not accept liability for any errors or 
omissions.</SPAN></FONT></I><o:p></o:p></P></DIV></BODY></HTML>