xHarbour.org has been update with the new builds, sources and compilers!
Please visit:
Many thanks to Mel for all his hard work in creating the new builds!
EMG
xHarbour.org has been update with the new builds, sources and compilers!
Please visit:
Many thanks to Mel for all his hard work in creating the new builds!
EMG
Enrico, falta la versión del xHarbour para BCC7.0 gracias, saludos.
BCC 7.0 is not supported. Please use BCC 7.2.
EMG
Gracias Master. Usted é mui amable en me responder. Saludos.
// Generated by ResEdit 1.6.6
// Copyright (C) 2006-2015
// <!-- m --><a class="postlink" href="http://www.resedit.net">http://www.resedit.net</a><!-- m -->
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
#include "resource.h"Borland Resource Compiler / Binder
Version 5.40 Copyright (c) 1992, 1999 Inprise CorporationEnrico
Just sent you my monolithic .rc file .. Compile to .res with brc32 -r and you will see the problems associated with the ResEdit header files.
Thanks
Rick Lipkin
Error VehW32.RC 5 11: Cannot open file: windows.hSET INCLUDE=c:\bcc72\include\windows\sdkError guiddef.h 147 11: Cannot open file: string.hSET INCLUDE=c:\bcc72\include\windows\sdk;c:\bcc72\include\windows\crtlError combaseapi.h 283 9: Symbol PURE is already defined. Redefinition is not the same#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endifError VehW32.RC 2022 35: Cannot open file: .\\Add16.bmp// Generated by ResEdit 1.6.6
// Copyright (C) 2006-2015
// <!-- m --><a class="postlink" href="http://www.resedit.net">http://www.resedit.net</a><!-- m -->
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
CUSTOMER DIALOG 3, 13, 538, 356
STYLE WS_CHILD
FONT 8, "Arial"
{
CONTROL "", 109, "TFolderex", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 3, 4, 524, 308
}
CUSTVIEW DIALOG 12, 11, 513, 311
STYLE WS_CHILD
FONT 6, "MS Sans Serif"
{
LTEXT "Customer Type", 110, 8, 8, 37, 22, SS_NOPREFIX | WS_GROUP
CONTROL " Individual ", 150, "BUTTON", BS_AUTORADIOBUTTON, 46, 10, 63, 12
CONTROL " Commercial", 151, "BUTTON", BS_AUTORADIOBUTTON, 46, 24, 63, 12
CONTROL "Customer Id", 111, "STATIC", SS_CENTER | SS_NOPREFIX | WS_BORDER | WS_GROUP, 112, 11, 94, 10
EDITTEXT 152, 112, 23, 94, 12, ES_AUTOHSCROLL | NOT WS_TABSTOP | WS_BORDER
LTEXT "Company or Last Name", 112, 7, 39, 105, 10, SS_NOPREFIX | WS_GROUP
LTEXT "First Name", 113, 119, 39, 73, 10, SS_NOPREFIX | WS_GROUP
EDITTEXT 153, 7, 50, 105, 12, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT 154, 117, 50, 76, 12, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
GROUPBOX "", 196, 2, -2, 213, 304, BS_GROUPBOX
CONTROL "Customer Info", 172, "TXBrowse", 0 | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP, 221, 1, 290, 215
}
SERVVIEW DIALOG 12, 11, 436, 311
STYLE WS_CHILD
FONT 6, "MS Sans Serif"
{
LTEXT "Company or Last Name", -1, 24, 58, 105, 10, SS_NOPREFIX | WS_GROUP
EDITTEXT 120, 24, 70, 105, 12, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
}
//#include <winresrc.h>
#include <windows.h>
//#include <commctrl.h>
//#include <richedit.h>
#define WC_TABCONTROL "SysTabControl32"
#define MONTHCAL_CLASS "SysMonthCal32"
#include "resource.h"




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'