header files wanted

header files wanted

Anonymous
Not applicable
489 Views
4 Replies
Message 1 of 5

header files wanted

Anonymous
Not applicable
i am trying to convert vc++ file to c# .using some converter. i am using objectarx2005 and objectarx2009

1.acmemdebug.h
2.gemetatp.h
3.gegtmti.h
4.dbidinln.h

where can i get this header files?
0 Likes
490 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable

These header files are not available to the public
(they are internal to Autodesk only).  You shouldn't need
them.


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
i
am trying to convert vc++ file to c# .using some converter. i am using
objectarx2005 and objectarx2009 1.acmemdebug.h 2.gemetatp.h 3.gegtmti.h
4.dbidinln.h where can i get this header files?
0 Likes
Message 3 of 5

Anonymous
Not applicable
You can't really convert native C++ to C#.

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2009
Supporting AutoCAD 2000 through 2009

http://www.acadxtabs.com

Introducing AcadXTabs 2010:
http://www.caddzone.com/acadxtabs/AcadXTabs2010.htm


wrote in message news:[email protected]...
i am trying to convert vc++ file to c# .using some converter. i am using
objectarx2005 and objectarx2009 1.acmemdebug.h 2.gemetatp.h 3.gegtmti.h
4.dbidinln.h where can i get this header files?
0 Likes
Message 4 of 5

Anonymous
Not applicable
can i get a sample file in c# where we compiling dll file ( in vc++ we will use .hfile and .cpp file) which is files used in C# donet 2005.

sample example will be helpful
0 Likes
Message 5 of 5

Anonymous
Not applicable
Take a look at the following C# sample projects, included in latest and previous ObjectARX releases:
- ObjectARX 2010: EventsWatcher sample
- ObjectARX 2006, 2007, 2008 & 2009: DockingPalette and EventsWatcher samples
0 Likes