New FWH 10.4

Re: New FWH 10.4

Postby fraxzi » Fri Apr 30, 2010 11:29 pm

Dear All,

I also using PellesC PorC for .RC.. I have no problem changing from 55 to 582 although my FWH is v9.11..
Application (seems) running faster and more responsive.. maybe just me. :lol:


Regards,
Frances
Kind Regards,
Frances

Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
User avatar
fraxzi
 
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines

Re: New FWH 10.4

Postby Richard Chidiak » Sat May 01, 2010 4:53 am

Bayron

I have the same header files

Stefan , thanks for your help , i added the pelles c include to the brc32.exe line command and copied your prsth.h

But unfortunately i am still at the same point with prsht.h

whether I comment the last line or not, i get an error

Error E2187 c:\bcc582\include\prsht.h 1084: Unexpected end of file in conditional started on line 12

besides i get otehr errors that need to be fixed, one of them is easy (zlib) i guess Antonio will publish a fix for that, and i use hbcomm.lib for comm functions and it seems to be a problem also

Error: Unresolved external '__rwstd::__rw_stdexcept_NoNamedException' referenced from C:\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external 'std::basic_string<char, std::char_traits<char>, std::allocator<char> >::__nullref' referenced from C:\CBATI32\BORLANDXHB\HBCOMM.LIB|comm
Error: Unresolved external 'std::basic_string<char, std::char_traits<char>, std::allocator<char> >::__getRep(unsigned int, unsigned int)' referenced from C:\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '__rwstd::__rw_stdexcept_BadAllocException' referenced from C:\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '__rwstd::ref_counted::~ref_counted()' referenced from C:\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external 'std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string<char, std::char_traits<char>, std::allocator<char> >(const char *, const std::allocator<char>&)' referenced from C:\CBATI32\BORLANDXHB\HBCOMM.LIB|comm
Error: Unresolved external 'std::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator =(const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' referenced from C:\CBATI32\BORLANDXHB\HBCOMM.LIB|comm
PROCOIFF.EXE - 8 erreur(s), 0 avertissement(s)


So i will revert to my old bcc 5.5.1 that is working without problems (unfortunately)


Thanks for all your help
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Re: New FWH 10.4

Postby Antonio Linares » Sat May 01, 2010 5:49 am

Richard,

Please try this zlib:
http://www.mediafire.com/?j3azffojymm

I don't find hbcomm in the xharbour repository, where have you download it from ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41852
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 10.4

Postby Richard Chidiak » Sat May 01, 2010 6:23 am

Antonio

I have sent hbcomm.lib to your email, was downloaded from harbour several years ago.. don't remember when

The link for zlib is not working at the moment, i will try later

Thanks for the concern

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Re: New FWH 10.4

Postby driessen » Sat May 01, 2010 7:56 am

Antonio,

I tried out your suggestion and I removed the "1_".

But I still got the same problem with BCC582.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.07 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
User avatar
driessen
 
Posts: 1417
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: New FWH 10.4

Postby Antonio Linares » Sat May 01, 2010 8:53 am

Richard,

I have sent zlib.lib to your email.

I have not received your file. Please rename yours as mine, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41852
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 10.4

Postby Antonio Linares » Sat May 01, 2010 8:55 am

Michel,

Please email me your juda.rc, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41852
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 10.4

Postby StefanHaupt » Sat May 01, 2010 10:43 am

Richard,

Richard Chidiak wrote:Stefan , thanks for your help , i added the pelles c include to the brc32.exe line command and copied your prsth.h

But unfortunately i am still at the same point with prsht.h

whether I comment the last line or not, i get an error

Error E2187 c:\bcc582\include\prsht.h 1084: Unexpected end of file in conditional started on line 12


I saw, you still have the borland includes in you path, the error message says "c:\bcc582\include\prsht.h 1084", that means, the include files of pelle are not used, because you have the wrong order in your path definition.

Please try to remove the path to the borland includes and use only the inlcudes of pelle for compiling your resource file.
kind regards
Stefan
StefanHaupt
 
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Re: New FWH 10.4

Postby hag » Sat May 01, 2010 10:01 pm

I get the following errors with bcc582

f:\harbour\bin\harbour .\CASHVER3.PRG /b /N /W /Oobj\ /If:\fwh89\include
;f:\harbour\include > clip.log
Harbour 1.0.1dev Intl. (Rev. 9361)
Copyright (c) 1999-2008, http://www.harbour-project.org/
Compiling '.\CASHVER3.PRG'...
Lines 14136, Functions/Procedures 101
Generating C source output to 'obj\CASHVER3.c'... Done.
c:\borland\bcc582\bcc32 -c -tWM -If:\harbour\include -oobj\CASHVER3 obj\
CASHVER3.c
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
obj\CASHVER3.c:
Error E2209 f:\harbour\include\hbdefs.h 56: Unable to open include file 'stdarg.
h'
Error E2209 f:\harbour\include\hbdefs.h 57: Unable to open include file 'stdio.h
'
Error E2209 f:\harbour\include\hbdefs.h 58: Unable to open include file 'stdlib.
h'
Error E2209 f:\harbour\include\hbdefs.h 59: Unable to open include file 'string.
h'
Error E2209 f:\harbour\include\hbdefs.h 60: Unable to open include file 'limits.
h'
Error E2209 f:\harbour\include\hbsetup.h 56: Unable to open include file 'limits
.h'
Error E2209 f:\harbour\include\hbdefs.h 70: Unable to open include file 'stdint.
h'
Error E2141 f:\harbour\include\hbwince.h 184: Declaration syntax error
Error E2293 f:\harbour\include\hbwince.h 185: ) expected
Error E2141 f:\harbour\include\hbwince.h 186: Declaration syntax error
Error E2293 f:\harbour\include\hbwince.h 187: ) expected
Error E2147 f:\harbour\include\hbwince.h 188: 'wchar_t' cannot start a parameter
declaration
Error E2147 f:\harbour\include\hbwince.h 189: 'wchar_t' cannot start a parameter
declaration
Error E2293 f:\harbour\include\hbwince.h 190: ) expected
Warning W8017 f:\harbour\include\hbdefs.h 492: Redefinition of 'HB_LONG_LENGTH'
is not identical
Error E2257 f:\harbour\include\hbdefs.h 523: , expected
Error E2451 obj\CASHVER3.c 356: Undefined symbol 'NULL'
Error E2141 obj\CASHVER3.c 356: Declaration syntax error
Error E2190 obj\CASHVER3.c 356: Unexpected }
Error E2040 obj\CASHVER3.c 356: Declaration terminated incorrectly
Error E2190 obj\CASHVER3.c 1075: Unexpected }
Error E2109 obj\CASHVER3.c 1075: Not an allowed type in function hb_vm_SymbolIni
t_CASHVER3
*** 21 errors in Compile ***

** error 1 ** deleting .\obj\CASHVER3.OBJ


Any Ideas?
Thank you
Harvey
hag
 
Posts: 598
Joined: Tue Apr 15, 2008 4:51 pm
Location: LOs Angeles, California

Re: New FWH 10.4

Postby Antonio Linares » Sat May 01, 2010 10:42 pm

Harvey,

Please check that you have the right paths inside bcc582/bin/bcc32.cfg and ilink32.cfg:

viewtopic.php?f=17&t=13098

but this time pointing to bcc582 path
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41852
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 10.4

Postby driessen » Sat May 01, 2010 11:43 pm

Antonio,

As you asked me to, I just have send you an e-mail with my JUDA.RC.

Thank you very much in advance.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.07 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
User avatar
driessen
 
Posts: 1417
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: New FWH 10.4

Postby hag » Sun May 02, 2010 12:08 am

Antonio:

Please check that you have the right paths inside bcc582/bin/bcc32.cfg and ilink32.cfg:

Still having the problem.

Here is my rmk file witthout the prgs and objs
The paths seem correct and the files are in the paths.
What am I doing wrong?

Code: Select all  Expand view
HBDIR=f:\harbour
BCDIR=c:\borland\bcc582
FWDIR=f:\fwh89

#change these paths as needed

.path.OBJ = .\obj
.path.PRG = .\
.path.CH  = $(FWDIR)\include;$(HBDIR)\include
.path.C   = .\
.path.rc  = .\

#important: Use Uppercase for filenames extensions, in the next two rules!


# removed working problems

# WINGRAPH.PRG
# LOTTO.PRG (not in win.lnk)
# GLLR.PRG     
# NEWDRIVE.PRG
# BSAUDIT.PRG
# GL7.PRG       \
# msgDate.PRG   \

# set up fake.prg to handle missing functions

#C =      
#two.C            

PROJECT    : cashver3.exe


cashver3.exe  : $(PRG:.PRG=.OBJ) $(C:.C=.OBJ) cashver3.res
echo off
echo $(BCDIR)\c0w32.obj + > b32.bc
echo obj\CASHVER3.obj \
       
echo cashver3.exe, + >> b32.bc
echo cashver3.map, + >> b32.bc
       
echo $(FWDIR)\lib\FiveH.lib $(FWDIR)\lib\FiveHC.lib + >> b32.bc
echo $(HBDIR)\lib\hbrtl.lib + >> b32.bc
echo $(HBDIR)\lib\hbvm.lib + >> b32.bc
echo $(HBDIR)\lib\gtgui.lib + >> b32.bc
echo $(HBDIR)\lib\hblang.lib + >> b32.bc
echo $(HBDIR)\lib\hbmacro.lib + >> b32.bc
echo $(HBDIR)\lib\hbrdd.lib + >> b32.bc
echo $(HBDIR)\lib\rddntx.lib + >> b32.bc
echo $(HBDIR)\lib\rddcdx.lib + >> b32.bc
echo $(HBDIR)\lib\rddfpt.lib + >> b32.bc
echo $(HBDIR)\lib\hbsix.lib + >> b32.bc
echo $(HBDIR)\lib\hbdebug.lib + >> b32.bc
echo $(HBDIR)\lib\hbcommon.lib + >> b32.bc
echo $(HBDIR)\lib\hbpp.lib + >> b32.bc
echo $(HBDIR)\lib\hbcpage.lib + >> b32.bc
echo $(HBDIR)\lib\hbw32.lib + >> b32.bc
           
rem Uncomment these two lines to use Advantage RDD
rem echo $(HBDIR)\lib\rddads.lib + >> b32.bc
rem echo $(HBDIR)\lib\Ace32.lib + >> b32.bc

echo $(BCDIR)\lib\cw32.lib + >> b32.bc
echo $(BCDIR)\lib\import32.lib + >> b32.bc
echo $(BCDIR)\lib\odbc32.lib + >> b32.bc
echo $(BCDIR)\lib\nddeapi.lib + >> b32.bc
echo $(BCDIR)\lib\iphlpapi.lib + >> b32.bc
echo $(BCDIR)\lib\msimg32.lib + >> b32.bc
echo $(BCDIR)\lib\rasapi32.lib, >> b32.bc

IF EXIST cashver3.res echo cashver3.res >> b32.bc
$(BCDIR)\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
del b32.bc


.PRG.OBJ:
 $(HBDIR)\bin\harbour $< /b /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include > clip.log
 $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c   

.C.OBJ:
  echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp
  echo -I$(HBDIR)\include;$(FWDIR)\include >> tmp
   $(BCDIR)\bin\bcc32 -oobj\$& @tmp $&.c
  del tmp

 cashver3.res : cashver3.rc
  $(BCDIR)\bin\brc32.exe -r cashver3.rc



Thank you
Harvey
hag
 
Posts: 598
Joined: Tue Apr 15, 2008 4:51 pm
Location: LOs Angeles, California

Re: New FWH 10.4

Postby Antonio Linares » Sun May 02, 2010 12:17 am

Harvey,

Please post here the contents of your bcc32.cfg and ilink32.cfg, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41852
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 10.4

Postby hag » Sun May 02, 2010 12:21 am

Thanks They are pointing to incorrect palce. Wiil change and let you know if it works. Thanks for your help.
Thank you
Harvey
hag
 
Posts: 598
Joined: Tue Apr 15, 2008 4:51 pm
Location: LOs Angeles, California

Re: New FWH 10.4

Postby hag » Sun May 02, 2010 12:40 am

New errors
IF EXIST cashver3.res echo cashver3.res >> b32.bc
c:\bcc582\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '__rwstd::__rw_stdexcept_NoNamedException' referenced
from F:\FWH89\LIB\FIVEHC.LIB|ANIGIF
Error: Unresolved external 'std::basic_string<char, std::char_traits<char>, std:
:allocator<char> >::__nullref' referenced from F:\FWH89\LIB\FIVEHC.LIB|ANIGIF
Error: Unresolved external 'std::ios_base::failure::what() const' referenced fro
m F:\FWH89\LIB\FIVEHC.LIB|ANIGIF
Error: Unresolved external 'std::basic_string<char, std::char_traits<char>, std:
:allocator<char> >::__getRep(unsigned int, unsigned int)' referenced from F:\FWH
89\LIB\FIVEHC.LIB|ANIGIF
Error: Unresolved external '__rwstd::ref_counted::~ref_counted()' referenced fro
m F:\FWH89\LIB\FIVEHC.LIB|ANIGIF
Warning: Unable to load DLL LNKDFM50

** error 2 ** deleting cashver3.exe
Thank you
Harvey
hag
 
Posts: 598
Joined: Tue Apr 15, 2008 4:51 pm
Location: LOs Angeles, California

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 15 guests