<?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>topic Re: in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/problems-with-objectarx-wizard/m-p/329640#M41675</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
FYI: we tend to set the path in our MSDev Directories rather than in the idl&lt;BR /&gt;
file... set Tools-&amp;gt;Options-&amp;gt;Directories-&amp;gt;Executable Files, simply add&lt;BR /&gt;
C:\PROGRAM FILES\AUTOCAD 2002 (the path to your AutoCAD install)&lt;BR /&gt;
&lt;BR /&gt;
CHeers&lt;BR /&gt;
Fenton Webb&lt;BR /&gt;
DevTech&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO at="" caddzone="" dot="" com=""&gt; wrote in message&lt;BR /&gt;
news:9EA96F1651F72E5CFECDCB74AC3E963D@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; To solve the first error, copy AxDb15.tlb to your project's&lt;BR /&gt;
&amp;gt; folder, or just edit the .idl file, and change the import&lt;BR /&gt;
&amp;gt; directive to include the path to the AutoCAD directory:&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;   importlib("d:/path/AxDb15.tlb");&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; When you open the IDL file, you'll see a wizard generated&lt;BR /&gt;
&amp;gt; comment above the importlib() directive, explaining this.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; The second problem results from a call to acutPrintf() that&lt;BR /&gt;
&amp;gt; is inserted by the wizard, in your project's main .cpp file,&lt;BR /&gt;
&amp;gt; in the implementation of the wizard generated InitApplication()&lt;BR /&gt;
&amp;gt; function. Remove it and do not call acutPrintf() or #include&lt;BR /&gt;
&amp;gt; acutads.h in your project.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Eric Sepich" &lt;ESEPICH&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:2E03360C27FB9AA70383226AA7FAAFA7@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt;     I am using the ObjectARX wizard in combination with VisualC++ 6 to&lt;BR /&gt;
&amp;gt; &amp;gt; create my applications.  I took the following steps to create my DBX&lt;BR /&gt;
&amp;gt; &amp;gt; application.  I selected the radio button that identifies my application&lt;BR /&gt;
&amp;gt; as&lt;BR /&gt;
&amp;gt; &amp;gt; "DBX".  I selected the check box that allows me to use MFC and left the&lt;BR /&gt;
&amp;gt; type&lt;BR /&gt;
&amp;gt; &amp;gt; of library as the default.  I selected the check box that allows me to&lt;BR /&gt;
use&lt;BR /&gt;
&amp;gt; &amp;gt; ATL (Which should allow me to implement custom proporties).  After I&lt;BR /&gt;
&amp;gt; select&lt;BR /&gt;
&amp;gt; &amp;gt; the finish button the wizard generates my source files.  Immediatly when&lt;BR /&gt;
I&lt;BR /&gt;
&amp;gt; &amp;gt; compile the application, with absolutley no modifications I get one&lt;BR /&gt;
error&lt;BR /&gt;
&amp;gt; &amp;gt; and one warning.  Here they are:&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Deleting intermediate files and output files for project 'SmartSandw -&lt;BR /&gt;
&amp;gt; Win32&lt;BR /&gt;
&amp;gt; &amp;gt; Debug'.&lt;BR /&gt;
&amp;gt; &amp;gt; --------------------Configuration: SmartSandw - Win32&lt;BR /&gt;
&amp;gt; &amp;gt; Debug--------------------&lt;BR /&gt;
&amp;gt; &amp;gt; Creating Type Library...&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
&amp;gt; &amp;gt; Documents\CADTechnologiesInc\SmartSandw\SmartSandw.idl&lt;BR /&gt;
&amp;gt; &amp;gt; SmartSandw.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\oaidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; oaidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\objidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; objidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\unknwn.idl&lt;BR /&gt;
&amp;gt; &amp;gt; unknwn.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\wtypes.idl&lt;BR /&gt;
&amp;gt; &amp;gt; wtypes.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\ocidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; ocidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\oleidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; oleidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; &amp;gt; Studio\VC98\INCLUDE\servprov.idl&lt;BR /&gt;
&amp;gt; &amp;gt; servprov.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\urlmon.idl&lt;BR /&gt;
&amp;gt; &amp;gt; urlmon.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\msxml.idl&lt;BR /&gt;
&amp;gt; &amp;gt; msxml.idl&lt;BR /&gt;
&amp;gt; &amp;gt; C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
&amp;gt; &amp;gt; Documents\CADTechnologiesInc\SmartSandw\SmartSandw.idl(25) : warning&lt;BR /&gt;
&amp;gt; &amp;gt; MIDL2015 : importlib not found : axdb15.tlb&lt;BR /&gt;
&amp;gt; &amp;gt; Compiling resources...&lt;BR /&gt;
&amp;gt; &amp;gt; Compiling...&lt;BR /&gt;
&amp;gt; &amp;gt; StdAfx.cpp&lt;BR /&gt;
&amp;gt; &amp;gt;      Compiling MFC header files in release mode.&lt;BR /&gt;
&amp;gt; &amp;gt; Compiling...&lt;BR /&gt;
&amp;gt; &amp;gt; rxdebug.cpp&lt;BR /&gt;
&amp;gt; &amp;gt; SmartSandw.cpp&lt;BR /&gt;
&amp;gt; &amp;gt; C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
&amp;gt; &amp;gt; Documents\CADTechnologiesInc\SmartSandw\SmartSandw.cpp(141) : error&lt;BR /&gt;
C2065:&lt;BR /&gt;
&amp;gt; &amp;gt; 'acutPrintf' : undeclared identifier&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Has anyone gotton this error and warning?  If so, how do I fix them?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Thank you very much,&lt;BR /&gt;
&amp;gt; &amp;gt; Eric Sepich&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ESEPICH&gt;&lt;/TONY.TANZILLO&gt;</description>
    <pubDate>Fri, 06 Sep 2002 01:02:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2002-09-06T01:02:57Z</dc:date>
    <item>
      <title>Problems with ObjectARX wizard.</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/problems-with-objectarx-wizard/m-p/329637#M41672</link>
      <description>I am using the ObjectARX wizard in combination with VisualC++ 6 to&lt;BR /&gt;
create my applications.  I took the following steps to create my DBX&lt;BR /&gt;
application.  I selected the radio button that identifies my application as&lt;BR /&gt;
"DBX".  I selected the check box that allows me to use MFC and left the type&lt;BR /&gt;
of library as the default.  I selected the check box that allows me to use&lt;BR /&gt;
ATL (Which should allow me to implement custom proporties).  After I select&lt;BR /&gt;
the finish button the wizard generates my source files.  Immediatly when I&lt;BR /&gt;
compile the application, with absolutley no modifications I get one error&lt;BR /&gt;
and one warning.  Here they are:&lt;BR /&gt;
&lt;BR /&gt;
Deleting intermediate files and output files for project 'SmartSandw - Win32&lt;BR /&gt;
Debug'.&lt;BR /&gt;
--------------------Configuration: SmartSandw - Win32&lt;BR /&gt;
Debug--------------------&lt;BR /&gt;
Creating Type Library...&lt;BR /&gt;
Processing C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
Documents\CADTechnologiesInc\SmartSandw\SmartSandw.idl&lt;BR /&gt;
SmartSandw.idl&lt;BR /&gt;
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\oaidl.idl&lt;BR /&gt;
oaidl.idl&lt;BR /&gt;
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\objidl.idl&lt;BR /&gt;
objidl.idl&lt;BR /&gt;
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\unknwn.idl&lt;BR /&gt;
unknwn.idl&lt;BR /&gt;
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\wtypes.idl&lt;BR /&gt;
wtypes.idl&lt;BR /&gt;
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\ocidl.idl&lt;BR /&gt;
ocidl.idl&lt;BR /&gt;
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\oleidl.idl&lt;BR /&gt;
oleidl.idl&lt;BR /&gt;
Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\servprov.idl&lt;BR /&gt;
servprov.idl&lt;BR /&gt;
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\urlmon.idl&lt;BR /&gt;
urlmon.idl&lt;BR /&gt;
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\msxml.idl&lt;BR /&gt;
msxml.idl&lt;BR /&gt;
C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
Documents\CADTechnologiesInc\SmartSandw\SmartSandw.idl(25) : warning&lt;BR /&gt;
MIDL2015 : importlib not found : axdb15.tlb&lt;BR /&gt;
Compiling resources...&lt;BR /&gt;
Compiling...&lt;BR /&gt;
StdAfx.cpp&lt;BR /&gt;
     Compiling MFC header files in release mode.&lt;BR /&gt;
Compiling...&lt;BR /&gt;
rxdebug.cpp&lt;BR /&gt;
SmartSandw.cpp&lt;BR /&gt;
C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
Documents\CADTechnologiesInc\SmartSandw\SmartSandw.cpp(141) : error C2065:&lt;BR /&gt;
'acutPrintf' : undeclared identifier&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Has anyone gotton this error and warning?  If so, how do I fix them?&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much,&lt;BR /&gt;
Eric Sepich</description>
      <pubDate>Mon, 25 Mar 2002 13:35:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/problems-with-objectarx-wizard/m-p/329637#M41672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-25T13:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ObjectARX wizard.</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/problems-with-objectarx-wizard/m-p/329638#M41673</link>
      <description>To solve the first error, copy AxDb15.tlb to your project's&lt;BR /&gt;
folder, or just edit the .idl file, and change the import&lt;BR /&gt;
directive to include the path to the AutoCAD directory:&lt;BR /&gt;
&lt;BR /&gt;
  importlib("d:/path/AxDb15.tlb");&lt;BR /&gt;
&lt;BR /&gt;
When you open the IDL file, you'll see a wizard generated&lt;BR /&gt;
comment above the importlib() directive, explaining this.&lt;BR /&gt;
&lt;BR /&gt;
The second problem results from a call to acutPrintf() that&lt;BR /&gt;
is inserted by the wizard, in your project's main .cpp file,&lt;BR /&gt;
in the implementation of the wizard generated InitApplication()&lt;BR /&gt;
function. Remove it and do not call acutPrintf() or #include&lt;BR /&gt;
acutads.h in your project.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Eric Sepich" &lt;ESEPICH&gt; wrote in message&lt;BR /&gt;
news:2E03360C27FB9AA70383226AA7FAAFA7@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt;     I am using the ObjectARX wizard in combination with VisualC++ 6 to&lt;BR /&gt;
&amp;gt; create my applications.  I took the following steps to create my DBX&lt;BR /&gt;
&amp;gt; application.  I selected the radio button that identifies my application&lt;BR /&gt;
as&lt;BR /&gt;
&amp;gt; "DBX".  I selected the check box that allows me to use MFC and left the&lt;BR /&gt;
type&lt;BR /&gt;
&amp;gt; of library as the default.  I selected the check box that allows me to use&lt;BR /&gt;
&amp;gt; ATL (Which should allow me to implement custom proporties).  After I&lt;BR /&gt;
select&lt;BR /&gt;
&amp;gt; the finish button the wizard generates my source files.  Immediatly when I&lt;BR /&gt;
&amp;gt; compile the application, with absolutley no modifications I get one error&lt;BR /&gt;
&amp;gt; and one warning.  Here they are:&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Deleting intermediate files and output files for project 'SmartSandw -&lt;BR /&gt;
Win32&lt;BR /&gt;
&amp;gt; Debug'.&lt;BR /&gt;
&amp;gt; --------------------Configuration: SmartSandw - Win32&lt;BR /&gt;
&amp;gt; Debug--------------------&lt;BR /&gt;
&amp;gt; Creating Type Library...&lt;BR /&gt;
&amp;gt; Processing C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
&amp;gt; Documents\CADTechnologiesInc\SmartSandw\SmartSandw.idl&lt;BR /&gt;
&amp;gt; SmartSandw.idl&lt;BR /&gt;
&amp;gt; Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\oaidl.idl&lt;BR /&gt;
&amp;gt; oaidl.idl&lt;BR /&gt;
&amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\objidl.idl&lt;BR /&gt;
&amp;gt; objidl.idl&lt;BR /&gt;
&amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\unknwn.idl&lt;BR /&gt;
&amp;gt; unknwn.idl&lt;BR /&gt;
&amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\wtypes.idl&lt;BR /&gt;
&amp;gt; wtypes.idl&lt;BR /&gt;
&amp;gt; Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\ocidl.idl&lt;BR /&gt;
&amp;gt; ocidl.idl&lt;BR /&gt;
&amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\oleidl.idl&lt;BR /&gt;
&amp;gt; oleidl.idl&lt;BR /&gt;
&amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\servprov.idl&lt;BR /&gt;
&amp;gt; servprov.idl&lt;BR /&gt;
&amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\urlmon.idl&lt;BR /&gt;
&amp;gt; urlmon.idl&lt;BR /&gt;
&amp;gt; Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\msxml.idl&lt;BR /&gt;
&amp;gt; msxml.idl&lt;BR /&gt;
&amp;gt; C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
&amp;gt; Documents\CADTechnologiesInc\SmartSandw\SmartSandw.idl(25) : warning&lt;BR /&gt;
&amp;gt; MIDL2015 : importlib not found : axdb15.tlb&lt;BR /&gt;
&amp;gt; Compiling resources...&lt;BR /&gt;
&amp;gt; Compiling...&lt;BR /&gt;
&amp;gt; StdAfx.cpp&lt;BR /&gt;
&amp;gt;      Compiling MFC header files in release mode.&lt;BR /&gt;
&amp;gt; Compiling...&lt;BR /&gt;
&amp;gt; rxdebug.cpp&lt;BR /&gt;
&amp;gt; SmartSandw.cpp&lt;BR /&gt;
&amp;gt; C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
&amp;gt; Documents\CADTechnologiesInc\SmartSandw\SmartSandw.cpp(141) : error C2065:&lt;BR /&gt;
&amp;gt; 'acutPrintf' : undeclared identifier&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Has anyone gotton this error and warning?  If so, how do I fix them?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thank you very much,&lt;BR /&gt;
&amp;gt; Eric Sepich&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ESEPICH&gt;</description>
      <pubDate>Mon, 25 Mar 2002 14:53:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/problems-with-objectarx-wizard/m-p/329638#M41673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-25T14:53:07Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/problems-with-objectarx-wizard/m-p/329639#M41674</link>
      <description>Hi!!&lt;BR /&gt;
&lt;BR /&gt;
just a quick one...&lt;BR /&gt;
&lt;BR /&gt;
I always add the TLB path in my&lt;BR /&gt;
"VisualStudio::Tools-&amp;gt;Options-&amp;gt;Directories-&amp;gt;Exe files" - makes life easier&lt;BR /&gt;
for those teams who work on the same project, but have their own custom&lt;BR /&gt;
install dirs.&lt;BR /&gt;
&lt;BR /&gt;
CHeers&lt;BR /&gt;
Fenton Webb&lt;BR /&gt;
Developer Technical Services&lt;BR /&gt;
autodesk&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO at="" caddzone="" dot="" com=""&gt; wrote in message&lt;BR /&gt;
news:9EA96F1651F72E5CFECDCB74AC3E963D@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; To solve the first error, copy AxDb15.tlb to your project's&lt;BR /&gt;
&amp;gt; folder, or just edit the .idl file, and change the import&lt;BR /&gt;
&amp;gt; directive to include the path to the AutoCAD directory:&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;   importlib("d:/path/AxDb15.tlb");&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; When you open the IDL file, you'll see a wizard generated&lt;BR /&gt;
&amp;gt; comment above the importlib() directive, explaining this.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; The second problem results from a call to acutPrintf() that&lt;BR /&gt;
&amp;gt; is inserted by the wizard, in your project's main .cpp file,&lt;BR /&gt;
&amp;gt; in the implementation of the wizard generated InitApplication()&lt;BR /&gt;
&amp;gt; function. Remove it and do not call acutPrintf() or #include&lt;BR /&gt;
&amp;gt; acutads.h in your project.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Eric Sepich" &lt;ESEPICH&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:2E03360C27FB9AA70383226AA7FAAFA7@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt;     I am using the ObjectARX wizard in combination with VisualC++ 6 to&lt;BR /&gt;
&amp;gt; &amp;gt; create my applications.  I took the following steps to create my DBX&lt;BR /&gt;
&amp;gt; &amp;gt; application.  I selected the radio button that identifies my application&lt;BR /&gt;
&amp;gt; as&lt;BR /&gt;
&amp;gt; &amp;gt; "DBX".  I selected the check box that allows me to use MFC and left the&lt;BR /&gt;
&amp;gt; type&lt;BR /&gt;
&amp;gt; &amp;gt; of library as the default.  I selected the check box that allows me to&lt;BR /&gt;
use&lt;BR /&gt;
&amp;gt; &amp;gt; ATL (Which should allow me to implement custom proporties).  After I&lt;BR /&gt;
&amp;gt; select&lt;BR /&gt;
&amp;gt; &amp;gt; the finish button the wizard generates my source files.  Immediatly when&lt;BR /&gt;
I&lt;BR /&gt;
&amp;gt; &amp;gt; compile the application, with absolutley no modifications I get one&lt;BR /&gt;
error&lt;BR /&gt;
&amp;gt; &amp;gt; and one warning.  Here they are:&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Deleting intermediate files and output files for project 'SmartSandw -&lt;BR /&gt;
&amp;gt; Win32&lt;BR /&gt;
&amp;gt; &amp;gt; Debug'.&lt;BR /&gt;
&amp;gt; &amp;gt; --------------------Configuration: SmartSandw - Win32&lt;BR /&gt;
&amp;gt; &amp;gt; Debug--------------------&lt;BR /&gt;
&amp;gt; &amp;gt; Creating Type Library...&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
&amp;gt; &amp;gt; Documents\CADTechnologiesInc\SmartSandw\SmartSandw.idl&lt;BR /&gt;
&amp;gt; &amp;gt; SmartSandw.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\oaidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; oaidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\objidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; objidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\unknwn.idl&lt;BR /&gt;
&amp;gt; &amp;gt; unknwn.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\wtypes.idl&lt;BR /&gt;
&amp;gt; &amp;gt; wtypes.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\ocidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; ocidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\oleidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; oleidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; &amp;gt; Studio\VC98\INCLUDE\servprov.idl&lt;BR /&gt;
&amp;gt; &amp;gt; servprov.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\urlmon.idl&lt;BR /&gt;
&amp;gt; &amp;gt; urlmon.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\msxml.idl&lt;BR /&gt;
&amp;gt; &amp;gt; msxml.idl&lt;BR /&gt;
&amp;gt; &amp;gt; C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
&amp;gt; &amp;gt; Documents\CADTechnologiesInc\SmartSandw\SmartSandw.idl(25) : warning&lt;BR /&gt;
&amp;gt; &amp;gt; MIDL2015 : importlib not found : axdb15.tlb&lt;BR /&gt;
&amp;gt; &amp;gt; Compiling resources...&lt;BR /&gt;
&amp;gt; &amp;gt; Compiling...&lt;BR /&gt;
&amp;gt; &amp;gt; StdAfx.cpp&lt;BR /&gt;
&amp;gt; &amp;gt;      Compiling MFC header files in release mode.&lt;BR /&gt;
&amp;gt; &amp;gt; Compiling...&lt;BR /&gt;
&amp;gt; &amp;gt; rxdebug.cpp&lt;BR /&gt;
&amp;gt; &amp;gt; SmartSandw.cpp&lt;BR /&gt;
&amp;gt; &amp;gt; C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
&amp;gt; &amp;gt; Documents\CADTechnologiesInc\SmartSandw\SmartSandw.cpp(141) : error&lt;BR /&gt;
C2065:&lt;BR /&gt;
&amp;gt; &amp;gt; 'acutPrintf' : undeclared identifier&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Has anyone gotton this error and warning?  If so, how do I fix them?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Thank you very much,&lt;BR /&gt;
&amp;gt; &amp;gt; Eric Sepich&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ESEPICH&gt;&lt;/TONY.TANZILLO&gt;</description>
      <pubDate>Wed, 27 Mar 2002 04:16:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/problems-with-objectarx-wizard/m-p/329639#M41674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-27T04:16:20Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/problems-with-objectarx-wizard/m-p/329640#M41675</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
FYI: we tend to set the path in our MSDev Directories rather than in the idl&lt;BR /&gt;
file... set Tools-&amp;gt;Options-&amp;gt;Directories-&amp;gt;Executable Files, simply add&lt;BR /&gt;
C:\PROGRAM FILES\AUTOCAD 2002 (the path to your AutoCAD install)&lt;BR /&gt;
&lt;BR /&gt;
CHeers&lt;BR /&gt;
Fenton Webb&lt;BR /&gt;
DevTech&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO at="" caddzone="" dot="" com=""&gt; wrote in message&lt;BR /&gt;
news:9EA96F1651F72E5CFECDCB74AC3E963D@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; To solve the first error, copy AxDb15.tlb to your project's&lt;BR /&gt;
&amp;gt; folder, or just edit the .idl file, and change the import&lt;BR /&gt;
&amp;gt; directive to include the path to the AutoCAD directory:&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;   importlib("d:/path/AxDb15.tlb");&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; When you open the IDL file, you'll see a wizard generated&lt;BR /&gt;
&amp;gt; comment above the importlib() directive, explaining this.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; The second problem results from a call to acutPrintf() that&lt;BR /&gt;
&amp;gt; is inserted by the wizard, in your project's main .cpp file,&lt;BR /&gt;
&amp;gt; in the implementation of the wizard generated InitApplication()&lt;BR /&gt;
&amp;gt; function. Remove it and do not call acutPrintf() or #include&lt;BR /&gt;
&amp;gt; acutads.h in your project.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Eric Sepich" &lt;ESEPICH&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:2E03360C27FB9AA70383226AA7FAAFA7@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt;     I am using the ObjectARX wizard in combination with VisualC++ 6 to&lt;BR /&gt;
&amp;gt; &amp;gt; create my applications.  I took the following steps to create my DBX&lt;BR /&gt;
&amp;gt; &amp;gt; application.  I selected the radio button that identifies my application&lt;BR /&gt;
&amp;gt; as&lt;BR /&gt;
&amp;gt; &amp;gt; "DBX".  I selected the check box that allows me to use MFC and left the&lt;BR /&gt;
&amp;gt; type&lt;BR /&gt;
&amp;gt; &amp;gt; of library as the default.  I selected the check box that allows me to&lt;BR /&gt;
use&lt;BR /&gt;
&amp;gt; &amp;gt; ATL (Which should allow me to implement custom proporties).  After I&lt;BR /&gt;
&amp;gt; select&lt;BR /&gt;
&amp;gt; &amp;gt; the finish button the wizard generates my source files.  Immediatly when&lt;BR /&gt;
I&lt;BR /&gt;
&amp;gt; &amp;gt; compile the application, with absolutley no modifications I get one&lt;BR /&gt;
error&lt;BR /&gt;
&amp;gt; &amp;gt; and one warning.  Here they are:&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Deleting intermediate files and output files for project 'SmartSandw -&lt;BR /&gt;
&amp;gt; Win32&lt;BR /&gt;
&amp;gt; &amp;gt; Debug'.&lt;BR /&gt;
&amp;gt; &amp;gt; --------------------Configuration: SmartSandw - Win32&lt;BR /&gt;
&amp;gt; &amp;gt; Debug--------------------&lt;BR /&gt;
&amp;gt; &amp;gt; Creating Type Library...&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
&amp;gt; &amp;gt; Documents\CADTechnologiesInc\SmartSandw\SmartSandw.idl&lt;BR /&gt;
&amp;gt; &amp;gt; SmartSandw.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\oaidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; oaidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\objidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; objidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\unknwn.idl&lt;BR /&gt;
&amp;gt; &amp;gt; unknwn.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\wtypes.idl&lt;BR /&gt;
&amp;gt; &amp;gt; wtypes.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\ocidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; ocidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\oleidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; oleidl.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; &amp;gt; Studio\VC98\INCLUDE\servprov.idl&lt;BR /&gt;
&amp;gt; &amp;gt; servprov.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
&amp;gt; Studio\VC98\INCLUDE\urlmon.idl&lt;BR /&gt;
&amp;gt; &amp;gt; urlmon.idl&lt;BR /&gt;
&amp;gt; &amp;gt; Processing C:\Program Files\Microsoft Visual&lt;BR /&gt;
Studio\VC98\INCLUDE\msxml.idl&lt;BR /&gt;
&amp;gt; &amp;gt; msxml.idl&lt;BR /&gt;
&amp;gt; &amp;gt; C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
&amp;gt; &amp;gt; Documents\CADTechnologiesInc\SmartSandw\SmartSandw.idl(25) : warning&lt;BR /&gt;
&amp;gt; &amp;gt; MIDL2015 : importlib not found : axdb15.tlb&lt;BR /&gt;
&amp;gt; &amp;gt; Compiling resources...&lt;BR /&gt;
&amp;gt; &amp;gt; Compiling...&lt;BR /&gt;
&amp;gt; &amp;gt; StdAfx.cpp&lt;BR /&gt;
&amp;gt; &amp;gt;      Compiling MFC header files in release mode.&lt;BR /&gt;
&amp;gt; &amp;gt; Compiling...&lt;BR /&gt;
&amp;gt; &amp;gt; rxdebug.cpp&lt;BR /&gt;
&amp;gt; &amp;gt; SmartSandw.cpp&lt;BR /&gt;
&amp;gt; &amp;gt; C:\Documents and Settings\Eric Sepich\My&lt;BR /&gt;
&amp;gt; &amp;gt; Documents\CADTechnologiesInc\SmartSandw\SmartSandw.cpp(141) : error&lt;BR /&gt;
C2065:&lt;BR /&gt;
&amp;gt; &amp;gt; 'acutPrintf' : undeclared identifier&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Has anyone gotton this error and warning?  If so, how do I fix them?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Thank you very much,&lt;BR /&gt;
&amp;gt; &amp;gt; Eric Sepich&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ESEPICH&gt;&lt;/TONY.TANZILLO&gt;</description>
      <pubDate>Fri, 06 Sep 2002 01:02:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/problems-with-objectarx-wizard/m-p/329640#M41675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-09-06T01:02:57Z</dc:date>
    </item>
  </channel>
</rss>

