Question: openmaple for c++ builder

HI2all! I use c++ builder 5.0 to create interface for maple code.At first I tried to start example from openmaple help topics. I have copied example and have inserted it to console wizard of c++ builder. Copy header files to work directory... At first i received(for strings of .h files: INTEGER64 int64;): [C++ Error] mpltable.h(239): E2176 Too many types in declaration [C++ Error] mplshlib.h(148): E2176 Too many types in declaration [C++ Error] mplshlib.h(210): E2176 Too many types in declaration [C++ Error] maplec.h(266): E2176 Too many types in declaration [C++ Error] maplec.h(396): E2176 Too many types in declaration but I have solved this problem, added in code // INTEGER64 int64; )))) Anв my main problem is: When i have add to project maplec.lib received link error: [Linker Error] MAPLEC.LIB' contains invalid OMF record, type 0x21 (possibly COFF) // i know that c++ builder 5.0 use omf type lib files How do I...? p.s: My english is poor Please excuse for my language miastakes)
Please Wait...