<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Error in generating COM DLL via DCOM Object Builder in Additional Q&amp;A</title>
    <link>https://community.sap.com/t5/additional-q-a/error-in-generating-com-dll-via-dcom-object-builder/qaa-p/766840#M105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For those who might encounter a similar problem, I manage to solve the problem by installing the DCOM Connector from the same SAP GUI CD (ver 6.2).   I had the impression to download the DCOM Connector from sap.com but they have the 4.6D version which causes a problem if you are using a higher version of SAP Gui.  The rule of thumb is to install the RFC SDK and DCOM Connector from the the same SAP GUI CD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just note that DCOM Connector is reaching End-of-life.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Kelvin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Oct 2004 09:27:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-10-26T09:27:24Z</dc:date>
    <item>
      <title>Error in generating COM DLL via DCOM Object Builder</title>
      <link>https://community.sap.com/t5/additional-q-a/error-in-generating-com-dll-via-dcom-object-builder/qaq-p/766839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam creating a COM DLL for a BAPI and I always get the error when generating the DLL. I have Visual C++ 6.0 installed in the same PC.  Pls help.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\vb&amp;gt;CALL "C:\Program Files\Microsoft Visual Studio\VC98\bin\vcvars32.bat" &lt;/P&gt;&lt;P&gt;Setting environment for using Microsoft Visual C++ tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0&lt;/P&gt;&lt;P&gt;Copyright (C) Microsoft Corp 1988-1998. All rights reserved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	midl.exe /Oicf /h "Flights.h" /iid "Flights_i.c" "Flights.idl"&lt;/P&gt;&lt;P&gt;Microsoft (R) MIDL Compiler Version 5.01.0164  &lt;/P&gt;&lt;P&gt;Copyright (c) Microsoft Corp 1991-1997. All rights reserved.&lt;/P&gt;&lt;P&gt;Processing .\Flights.idl&lt;/P&gt;&lt;P&gt;Flights.idl&lt;/P&gt;&lt;P&gt;Processing C:\PROGRA&lt;SUB&gt;1\MICROS&lt;/SUB&gt;4\VC98\INCLUDE\oaidl.idl&lt;/P&gt;&lt;P&gt;oaidl.idl&lt;/P&gt;&lt;P&gt;Processing C:\PROGRA&lt;SUB&gt;1\MICROS&lt;/SUB&gt;4\VC98\INCLUDE\objidl.idl&lt;/P&gt;&lt;P&gt;objidl.idl&lt;/P&gt;&lt;P&gt;Processing C:\PROGRA&lt;SUB&gt;1\MICROS&lt;/SUB&gt;4\VC98\INCLUDE\unknwn.idl&lt;/P&gt;&lt;P&gt;unknwn.idl&lt;/P&gt;&lt;P&gt;Processing C:\PROGRA&lt;SUB&gt;1\MICROS&lt;/SUB&gt;4\VC98\INCLUDE\wtypes.idl&lt;/P&gt;&lt;P&gt;wtypes.idl&lt;/P&gt;&lt;P&gt;Processing C:\PROGRA&lt;SUB&gt;1\MICROS&lt;/SUB&gt;4\VC98\INCLUDE\ocidl.idl&lt;/P&gt;&lt;P&gt;ocidl.idl&lt;/P&gt;&lt;P&gt;Processing C:\PROGRA&lt;SUB&gt;1\MICROS&lt;/SUB&gt;4\VC98\INCLUDE\oleidl.idl&lt;/P&gt;&lt;P&gt;oleidl.idl&lt;/P&gt;&lt;P&gt;Processing C:\PROGRA&lt;SUB&gt;1\MICROS&lt;/SUB&gt;4\VC98\INCLUDE\servprov.idl&lt;/P&gt;&lt;P&gt;servprov.idl&lt;/P&gt;&lt;P&gt;Processing C:\PROGRA&lt;SUB&gt;1\MICROS&lt;/SUB&gt;4\VC98\INCLUDE\urlmon.idl&lt;/P&gt;&lt;P&gt;urlmon.idl&lt;/P&gt;&lt;P&gt;Processing C:\PROGRA&lt;SUB&gt;1\MICROS&lt;/SUB&gt;4\VC98\INCLUDE\msxml.idl&lt;/P&gt;&lt;P&gt;msxml.idl&lt;/P&gt;&lt;P&gt;Processing C:\Program Files\SAPpc\SAPGUI\rfcsdk\include\sapconn.idl&lt;/P&gt;&lt;P&gt;sapconn.idl&lt;/P&gt;&lt;P&gt;	rc.exe /l 0x407 /fo "Flights.res" /d "NDEBUG" "Flights.rc"&lt;/P&gt;&lt;P&gt;	cl.exe /nologo /GX /MD /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_ATL_DLL" /FD /c /Fp"Flights.pch" /Yc"FlightsAfx.h" FlightsAfx.cpp&lt;/P&gt;&lt;P&gt;FlightsAfx.cpp&lt;/P&gt;&lt;P&gt;bapiret2.h(116) : error C2059: syntax error : 'constant'&lt;/P&gt;&lt;P&gt;bapiret2.h(117) : error C2146: syntax error : missing ';' before identifier 'rfc_padd_4_1bperC'&lt;/P&gt;&lt;P&gt;bapiret2.h(117) : error C2059: syntax error : 'constant'&lt;/P&gt;&lt;P&gt;bapiret2.h(119) : error C2146: syntax error : missing ';' NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'&lt;/P&gt;&lt;P&gt;Stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kelvin&lt;/P&gt;&lt;P&gt;kelvin.delarosa@gmail.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2004 11:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/error-in-generating-com-dll-via-dcom-object-builder/qaq-p/766839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-19T11:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error in generating COM DLL via DCOM Object Builder</title>
      <link>https://community.sap.com/t5/additional-q-a/error-in-generating-com-dll-via-dcom-object-builder/qaa-p/766840#M105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For those who might encounter a similar problem, I manage to solve the problem by installing the DCOM Connector from the same SAP GUI CD (ver 6.2).   I had the impression to download the DCOM Connector from sap.com but they have the 4.6D version which causes a problem if you are using a higher version of SAP Gui.  The rule of thumb is to install the RFC SDK and DCOM Connector from the the same SAP GUI CD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just note that DCOM Connector is reaching End-of-life.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Kelvin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2004 09:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/error-in-generating-com-dll-via-dcom-object-builder/qaa-p/766840#M105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-26T09:27:24Z</dc:date>
    </item>
  </channel>
</rss>

