cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

error C3861: 'ACAPI_GetMainWindow': identifier not found, ev

Hello!

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 lookup
In properties of the project:
"D:\Program Files\Graphisoft\API Development Kit 11.21\Support\Inc".

Why he does not find her?

Thanks.
1 Reply 1
Akos Somorjai
Graphisoft
Graphisoft
You'll have to do a
#define ACExtension
before the #include statement.

HTH,

Akos

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!