Ansys Learning Forum › Forums › Discuss Simulation › Fluids › VOF to DPM: A question about head file of “lump_detect.h” › Reply To: VOF to DPM: A question about head file of “lump_detect.h”
January 6, 2024 at 3:44 pm
kuibo wu
Subscriber
Thank you for your reply!The error code is as follows:
D:\Program Files (x86)\ANSYS Inc\v212\fluent\ntbin\clang\10\Include\10.0.18362.0\shared\basetsd.h(322,11) : warning: cast to 'void * __ptr32' from smaller integer type 'unsigned long' [-Wint-to-void-pointer-cast]
return((void * POINTER_32) (unsigned long) (ULONG_PTR) p);
^
lump.c(2,9) : fatal error: 'lump_detect.h' file not found
#include "lump_detect.h"
^~~~~~~~~~~~~~~
1 warning and 4 errors generated.
scons: *** [lump.obj] Error 1
scons: building terminated because of errors.
Done.