Ac Woo,
We have not received it yet.
Please send it renamed as *.zop so gmail accepts it, thanks ![]()
Ac Woo,
We have not received it yet.
Please send it renamed as *.zop so gmail accepts it, thanks ![]()
Sent again.
Thanks
Please help
Regards
AC Woo
using fwh9.10+harbour+bcc55
Ac Woo,
Got it. All you have to change is:
instead of dbfntx use rddntx:
!if $(LNK_RDDNTX) == YES
@echo $(RDDNTX_LIB) + >> make.tmp
!endif
Here ecs.exe got properly built ![]()
Thanks for your help
My exe still does not launch after I amended the make file as recommeded. Please could I have the changes.
Please help
Thanks
Regards
AC Woo
using fwh9.10+harbour+bcc55
AC Woo,
Already sent to your email ![]()
Thanks for your help
I tried to link a new prg (new1.prg) to the make file received from you. But the main prg (ecs.prg) does not call the function from this new1.prg. How do I solve the problem.
(Changes sent in .zop)
Please help
Thanks
Regards
AC Woo
using fwh9.10+harbour+bcc55
Ac Woo,
Please email me your modified ecs.prg and new1.prg, thanks ![]()
Thanks for your help
I could run the prgs attached using the make file for 7.11. I have a line in my old make file which will ignore
ambiguous reference.
I changed from:
// HARBOUR_FLAGS = -i$(APP_INCLUDE_DIR);$(FIVEWIN_INCLUDE_DIR);$(HARBOUR_INCLUDE_DIR) -n -m -w -es2 -gc0
to:
HARBOUR_FLAGS = -i$(APP_INCLUDE_DIR);$(FIVEWIN_INCLUDE_DIR);$(HARBOUR_INCLUDE_DIR) -n -m -w -es2 -gc0 -w0
and it will compile and run the exe ignoring ambiguous reference.
How do I modify the make file you send to ignore ambiguous reference.
(Please find new .zop file with prg and lib attached in your email)
Please help
Thanks
AC Woo
using fwh9.10+harbour+bcc55
Thanks for your help
I need help for this file. It compile and produces an exe but does not run
http://www.mediafire.com/?ynmjzjyrzdg
Please help
Thanks
AC Woo
Using fwh9.10+harbour=bcc55
Ac Woo,
You have to change your DOS style clipper source code..
Regards
Fafi
Thanks Fafi
I have other programs compiled using fwh 7.11 and 9.10 with no problem. They can be compiled and executed. I need help
for this because the exe produced does not start.
Thanks
Regards
AC Woo
using fwh9.10+harbour+bcc55
Ac Woo,
Maybe you are linking an old Harbour library, because the crash seems to happen on the startup of the EXE, even before Main() is called.
Please check that you are using updated versions of all the libraries that you are linking. If you build and link with xHarbour, it would help as xHarbour checks for different pcode versions in libraries.
Thanks for your help
I use the same lib for my other programs. They compile and run ok.
Thanks
Please help
Regards
AC Woo
using fwh9.10+harbour+bcc55
#pragma BEGINDUMP
#include <windows.h>
void hb_errInternalRaw( ULONG ulIntCode, const char * szText, const char * szPar1, const char * szPar2 )
{
MessageBox( 0, szText, szPar1, 0 );
}
#pragma ENDDUMP