by Ollie » Mon Oct 08, 2007 9:23 pm
Thanks Maurizio,
But I have encountered a problem with the files you sent me.
I use xMate.
So I loaded the files : label.prg, LLX.PRG, CALLDLL.lib, _wincall.c and _windll.c into xMate
When I build, I get an error:
Line 112 Warning W8002 “Restarting compile using assembly in function DynaCall”
Error: E2133 “execute command ‘tasm32.exe’
This line is in _wincall.c :
Line 111 // Reserve 256 bytes of stack space for our arguments
Line 112 _asm mov pStack, esp
Line 113 _asm sub esp, 0x100
It may have something to do with me not knowing how to link libraries and .c files. I just added them in xMate where I put my .PRGs normally. ?!
Many thanks
Ollie.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)