cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
leilei
Enthusiast

Archicad Dll_Test example crash

Hi,I compiled the Dll_Test example in Archicad.
When I start Archicad, it crashes every time in CheckEnvironment.How can I test this example?
1 Solution

Accepted Solutions
leilei
Enthusiast
Ralph wrote:
I notice a reference to (Win32) in your posted image. Are you possibly trying to build the add-on as 32-bit rather than 64?
Hi Ralph,
I used the Dependency Walker tool to view the DLL function, the GetProcAddress (gACAPIDLL, "ACAPI_GetOwnResModule") is null; it should be GetProcAddress (gACAPIDLL, "?ACAPI_GetOwnResModule@@YA_J_J@Z");
Now this plugin works fine.

Go to post

3 Replies 3
I notice a reference to (Win32) in your posted image. Are you possibly trying to build the add-on as 32-bit rather than 64?
Ralph Wessel BArch
Central Innovation
leilei
Enthusiast
Ralph wrote:
I notice a reference to (Win32) in your posted image. Are you possibly trying to build the add-on as 32-bit rather than 64?
Hi Ralph,
I used the Dependency Walker tool to view the DLL function, the GetProcAddress (gACAPIDLL, "ACAPI_GetOwnResModule") is null; it should be GetProcAddress (gACAPIDLL, "?ACAPI_GetOwnResModule@@YA_J_J@Z");
Now this plugin works fine.
leilei
Enthusiast
I compiled it all X64, start archicad don't know why it is win32 (exe)

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!