CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    May 2012
    Posts
    1

    Build COM library for AutoCAD(AutoLisp)

    I try to build a COM library for AutoCAD(autolisp) using VS 2008 ATL Project. But if the library return type is 'unsigned', then the autoCAD will show as 'variant' type. For example, if return unsigned long 12345, then the autoCAD will show #<variant 19 12345>.

    Can anyone help me to solve this issue?

    I attach the sample testing project file and sample AutoLisp script.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured