error C3861: 'ACAPI_GetMainWindow': identifier not found, ev
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-06-24
06:04 PM
- last edited on
‎2023-08-04
03:14 PM
by
Doreena Deng
‎2008-06-24
06:04 PM
Hello!
I want to receive HWND.
I cause ACAPI_GetMainWindow. For its use I write
"D:\Program Files\Graphisoft\API Development Kit 11.21\Support\Inc".
Why he does not find her?
Thanks.
I want to receive HWND.
I cause ACAPI_GetMainWindow. For its use I write
#include "ACAPinc.h"VS 2003 writes:
error C3861: 'ACAPI_GetMainWindow': identifier not found, even with argument-dependent lookupIn properties of the project:
"D:\Program Files\Graphisoft\API Development Kit 11.21\Support\Inc".
Why he does not find her?
Thanks.
Labels:
- Labels:
-
Add-On (C++)
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-07-16 06:20 PM
‎2008-07-16
06:20 PM
You'll have to do a
HTH,
Akos
#define ACExtensionbefore the #include statement.
HTH,
Akos