Autocad 2015 Vba Module 64-bit -

This is a direct message from the VBA compiler. You have a Declare statement without PtrSafe . Review the Microsoft "64-Bit Visual Basic for Applications Overview" and add PtrSafe and LongPtr where appropriate.

| Legacy 32-bit | 64-bit Replacement | | :--- | :--- | | Declare Function FindWindow | Add PtrSafe , change Long to LongPtr | | Declare Sub CopyMemory (RtlMoveMemory) | Use LongPtr for source/dest pointers | | Declare Function SendMessage | wParam and lParam become LongPtr | autocad 2015 vba module 64-bit

: Ensure AutoCAD 2015 and all other Autodesk products are closed. Extract Files This is a direct message from the VBA compiler