Search found 115 matches: prsht

Return to advanced search

Re: Bcc72 Prsht.h resource compile error

Enrico I have been searching for another Resource Editor other than Resedit that has no Include dependencies .. On a side note .. the ResEdit.net website has been hacked and has been blacklisted. I downloaded a new verson of Resedit last week and I ended up getting a terrible virus that wrecked my ...
by Enrico Maria Giordano
Sat Nov 12, 2016 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Enrico I have been searching for another Resource Editor other than Resedit that has no Include dependencies .. On a side note .. the ResEdit.net website has been hacked and has been blacklisted. I downloaded a new verson of Resedit last week and I ended up getting a terrible virus that wrecked my l...
by Rick Lipkin
Sat Nov 12, 2016 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Rick Lipkin wrote:To fix in line 283 of Combaseapi.h rem out the entire line
// #define PURE


Severe warning! With this change BCC no longer compiles C modules! So, never ever modify the include files of your C compiler! :-)

EMG
by Enrico Maria Giordano
Sat Nov 12, 2016 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Ok, understood.

EMG
by Enrico Maria Giordano
Mon Oct 31, 2016 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Enrico I realize that you can take out the include files and I wish I had a 32\64 bit resource editor like Resource Workshop .. but unfortunately, for Resedit to work properly, Resedit needs to see those include files in the .rc. I have hundreds of .rc's configured to open under Resedit .. I wish I ...
by Rick Lipkin
Mon Oct 31, 2016 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

I simply commented out these lines from the .RC:

Code: Select all  Expand view
//#include <windows.h>
//#include <commctrl.h>
//#include <richedit.h>
//#include "resource.h"


And now your sample compiles and runs fine here.

EMG
by Enrico Maria Giordano
Mon Oct 31, 2016 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Enrico I have sent you my contribution sample AdoRick.prg and AdoRick.rc and have added the Resedit include files to the .rc .. see below. Rick Lipkin // Generated by ResEdit 1.6.6// Copyright (C) 2006-2015// http://www.resedit.net#include <windows.h>#include <commctrl.h>#include <ric...
by Rick Lipkin
Mon Oct 31, 2016 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Sorry Rick, I need the .RC file not the .H files (that I already have in my BCC72, of course).

EMG
by Enrico Maria Giordano
Mon Oct 31, 2016 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Enrico

The e-mail is on its way to you .. I included both header files and have marked the locations I rem'd out.

Rick Lipkin
by Rick Lipkin
Mon Oct 31, 2016 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Can I have the RC file to test here?

EMG
by Enrico Maria Giordano
Mon Oct 31, 2016 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Antonio This is the only error I get when I compile my .rc files WORKORD.RCWORKRPT.RCWORKTECH.RCWORKVEH.RCWOTIRE.RCWRKADD.RCxplook.rc        1 file(s) copied.Borland Resource Compiler  Version 5.40Copyright (c) 1990, 1999 Inprise Corporation.  All rights...
by Rick Lipkin
Mon Oct 31, 2016 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Rick,

Please post here the error output
by Antonio Linares
Mon Oct 31, 2016 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Antonio

I removed the #include <commctrl.h> from all my resources and that fixed the call to Prsht.h but the .rc compile still apparently is looking at combaseapi.h and errors out on line 283 with the symbol PURE already defined.

Rick Lipkin
by Rick Lipkin
Mon Oct 31, 2016 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Rick,

Try removing this line:

#include <commctrl.h>

if that solves the problem, then you can modify the resource script template from Resedit preferences
by Antonio Linares
Mon Oct 31, 2016 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Antonio Using Resedit the following Include lines are embedded .. probably those are evoking the additional C++ header errors: // Generated by ResEdit 1.6.6// Copyright (C) 2006-2015// http://www.resedit.net#include <windows.h>#include <commctrl.h>#include <richedit.h>#include &quo...
by Rick Lipkin
Sat Oct 29, 2016 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355
PreviousNext

Return to advanced search