Sorry for this if you think the similar questions I've asked several time here.
This is a DispHelper library on the net http://sourceforge.net/projects/disphelper/which try to manipulate COM (Excel,Word,Email,etc) under windows.It was written in pure C+win32 API.I tried the sample with pure C (mingw),it compiles;but when I try to include the source file in eC project,'can't find blabla and bla blar ' error message appeared everywhere.Although I've already added ole32.a oleaut32.a and uuid.a to the project,and also I tried to add
Code: Select all
//#define UNICODE
#ifdef __WIN32__
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif
import "ecere"
I've attached the questioned project with the disphelper library source.Could you please provide a simple guidance on how to make it work under eC.Any special concerns one should pay when encounters the same/similar issues next time?
Thanks for your help in advance.
Regards,
Sam