Search found 115 matches: prsht

Return to advanced search

Re: prsht.h changes for Borland 64 bits

Can we see a sample of the problem, please?
by Enrico Maria Giordano
Wed Nov 09, 2022 6:38 pm
 
Forum: Utilities / Utilidades
Topic: prsht.h changes for Borland 64 bits
Replies: 17
Views: 9130

prsht.h changes for Borland 64 bits

same as in Borland 32 bits:

look for:

UINT *pcRefParent; \

and replace it with:

UINT *pcRefParent;
by Antonio Linares
Wed Nov 09, 2022 2:43 pm
 
Forum: Utilities / Utilidades
Topic: prsht.h changes for Borland 64 bits
Replies: 17
Views: 9130

Re: Problema en Compilacion de ejemplo EasyReport

Estimado Sergio,

Tienes que modificar el fichero de cabecera Prsht.h de Borland como aquí explica Rick:

viewtopic.php?p=201802
by Antonio Linares
Tue Oct 25, 2022 9:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema en Compilacion de ejemplo EasyReport
Replies: 12
Views: 806

Re: ResEdit y Borland 7.4

este es el que uso actualmente con bcc740. recuerden que se debe hacer un cambio en prsht.h http://forums.fivetechsupport.com/viewtopic.php?f=3&t=34083&p=201802&hilit=prsht.h#p201802 #include <winresrc.h> #include <windows.h> ...
by carlos vargas
Mon May 18, 2020 6:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit y Borland 7.4
Replies: 15
Views: 2264

Re: How To create a DashBoard

When i try to compile testdock01.prg, there is happening the error bellow: Error prsht.h 917 1: '#endif' before '#if' Do you know why ? It's a problem of version of Borland Compiler What version of Borland do you use? http://forums.fivetechsupport.com/viewtopic.php?f=3&t=34083&p=201802&hilit=prsht.h#p201802
by cnavarro
Mon Jul 01, 2019 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To create a DashBoard
Replies: 41
Views: 7081

Bcc73

... ) .. which only occurs if you Compile .rc's in your link script .. Like Bcc72 the same modification needs to be made to \bcc73\include\windows\sdk\Prsht.h by removing the trailing backslash on line 184. To fix in line 184 of Prsht.h remove the trailing / LPFNPSPCALLBACKW pfnCallback; \ UINT *pcRefParent; ...
by Rick Lipkin
Wed May 17, 2017 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc73
Replies: 18
Views: 5346

Re: Resedit and Bcc72

i comment the richedit.h include

Image

and use rc.exe for compile resource.

is not necesary mod the prsht.h

please test and comment.
by carlos vargas
Sun Jan 29, 2017 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit and Bcc72
Replies: 4
Views: 1051

Re: xHarbour.org updated!

Rick,

Were you able to fix this for BCC 7.1 64 ?

> I had to fix the header prsht.h :
> Error prsht.h 917 1: '#endif' before '#if'
by Antonio Linares
Sat Jan 28, 2017 10:45 am
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 38613

Re: xHarbour.org updated!

Carlos Thanks for your help .. I had to fix the header prsht.h : Error prsht.h 917 1: '#endif' before '#if' and Header combaseapi.h Error combaseapi.h 283 9: Symbol PURE is already defined. Redefinition is not the same For the above errors was the fix ...
by Rick Lipkin
Fri Jan 27, 2017 8:53 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 38613

Re: Bcc72 Prsht.h resource compile error

Can you send me the offending RC file? Keep in mind that my resource editor is currently compatible with CONTROL type statements only.

EMG
by Enrico Maria Giordano
Sun Nov 13, 2016 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Enrico, thanks
What do I do wrong?
I am not allowed to use it

Image
by cnavarro
Sun Nov 13, 2016 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Thank you. I'll think about it. :-)

EMG
by Enrico Maria Giordano
Sun Nov 13, 2016 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Enrico,

great work, congratulations :-)

An english version would be very useful
by Antonio Linares
Sun Nov 13, 2016 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Enrico

Thank you VERY much! I will check it out.

Rick Lipkin
by Rick Lipkin
Sat Nov 12, 2016 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355
PreviousNext

Return to advanced search