2009-06-08 08:10:31 UTC
Andy,
I added codes such as ipmi_cmdraw() to ipmi_sample.c and compiling(nmake -f ipmiutil.mak ipmi_sample.exe) completed successfully. But my c++ project which including ipmi_sample.cpp still failed to link. One problem is that external symbol such as gnode is unresolved and another is matching C++ references to external C routines as you mentioned.
I could confirm C program can utilize ipmutil.lib. so I will try further in order to utilize ipmiutil.lib also in C++ program.
thanks and regard,
Shigemi