I'm using C::B 1.0RC2 the newst nightly build and using MinGW 3.4.4 integrated within C::B.
I created a DLL named bcdll.dll by Borland C++ Builder 6. And I use followed command to generate a import library used by C::B :
pexports bcdll.dll > bcdll.def
dlltool -d bcdll.def -l bcdll.a
and dlltool tell that "dlltool: Syntax error in def file bcdll.dll:0".
How can I do to resolve this problem ?
The content of bcdll.def is:
LIBRARY bcDll.dll
EXPORTS
@@Bcdllfunc@Finalize
@@Bcdllfunc@Initialize
@showMessageBox$qpxc
___CPPdebugHook DATA