Search found 392 matches: undefined

Return to advanced search

Re: xImage doubt

hi,
alerchster wrote:in front of your rc-file
Code: Select all  Expand view
#include "..\include\WinApi.ch"

THX, that include i miss.

but still missing SS_CENTERIMAGE
XIMAGE.RC(11) : error RC2104 : undefined keyword or key name: SS_CENTERIMAGE

which i found in Winuser.H
by Jimmy
Mon Nov 18, 2024 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 540

Re: Startup function

... I am just showing you what I found. Look for HARBOUR_START_PROCEDURE * source/pp/ppcore.c + Added predefined macro __HB_MAIN__. The macro is undefined or holds the value of HARBOUR_START_PROCEDURE depending on the compiler. Use this code to make your Harbour startup procedure platform/compiler ...
by Lailton
Thu Oct 31, 2024 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 795

Re: Startup function

... I am just showing you what I found. Look for HARBOUR_START_PROCEDURE * source/pp/ppcore.c + Added predefined macro __HB_MAIN__. The macro is undefined or holds the value of HARBOUR_START_PROCEDURE depending on the compiler. Use this code to make your Harbour startup procedure platform/compiler ...
by Antonio Linares
Mon Oct 28, 2024 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 795

Error al abrir archivos .rc con Resedit en entorno MSVC 64

... cuales no tienen fichero .rc pero cuando intento construir un ejemplo con .rc (por ejemplo adorick.prg )me sale el siguiente error. error RC2104 : undefined keyword or key name: WS_CHILD Tambien cuando intento abrirlo con el Resedit, me da el mismo error y no me deja abrirlo. los includes del Resedit ...
by jvtecheto
Wed Sep 18, 2024 9:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al abrir archivos .rc con Resedit en entorno MSVC 64
Replies: 17
Views: 605

Re: Numeric Comparison

First nDec is undefined, but even if I give it a value ( ie. 2 ), it still does not do the replace. I think the issue is with the second method in my post which converts the number to a string, and I don't see how that can get a ...
by TimStone
Tue Jul 16, 2024 5:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Comparison
Replies: 6
Views: 699

Re: Color saturation

When compiling, I get the error: Undefined symbol 'NAN' in function rgb_to_hsv
by Natter
Sat Jul 13, 2024 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color saturation
Replies: 14
Views: 936

send an email using the Outlook object

... to open include file 'OATTACHMENT.xns' Error E2141 C:\FWH\samples\msendok.c 21: Declaration syntax error Error E2451 C:\FWH\samples\msendok.c 53: Undefined symbol 'OATTACHMENT' Error E2141 C:\FWH\samples\msendok.c 53: Declaration syntax error Error E2190 C:\FWH\samples\msendok.c 53: Unexpected ...
by Otto
Mon May 13, 2024 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 722

Re: Bug FWH2402 - Botones

raotest1.RC(2) : error RC2104 : undefined keyword or key name: DS_MODALFRAME Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 Copyright (C) Microsoft Corporation. All rights reserved. Please try including this line at ...
by nageswaragunupudi
Wed Mar 06, 2024 2:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 1529

Conectarse con mariaDB

Buen dia. Creo saber que esta pasando, no incluí la librería de Mariadb , por lo que tira este error al linkear. linking... ld: Undefined symbols: _HB_FUN_MARIA_CONNECT, referenced from: _symbols_table in testdlg.o clang: error: linker command failed with exit code 1 (use -v to see invocation) ...
by goosfancito
Mon Jan 01, 2024 9:22 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 11618

Re: Funciones Harbour -> XHarbour

... /nobj source\HbForce.c Borland C++ 5.5 for Win32 Copyright (c) 1993, 2000 Borland source\HBFORCE.C: Error E2451 source\HBFORCE.C 31: Undefined symbol 'hb_stackST' in function HB_FUN_DBFHDL Error E2451 source\HBFORCE.C 42: Undefined symbol 'hb_stackST' in function HB_FUN_ISSHARED Error ...
by FiveWiDi
Sat Jul 08, 2023 8:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones Harbour -> XHarbour
Replies: 2
Views: 240

Funciones Harbour -> XHarbour

... ); hb_retni( pArea->hTable ); Lo linco con Harbour y funciona pero si lo hago con xHarbour da este error: Error E2451 source\HBFORCE.C 31: Undefined symbol 'hb_stackST' in function HB_FUN_DBFHDL ¿Sabrían decirme su equivalencia en XHarbour? Muchas gracias
by FiveWiDi
Sat Jul 08, 2023 7:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones Harbour -> XHarbour
Replies: 2
Views: 240

Re: Protecting certain functions to be used

Simpler and Harbour generates an error as the functions becomes undefined, even if the functions are linked. Once Unprotect()ed they become available again :-) function Main()   Protect( { "FErase" } )   FErase()return ...
by Antonio Linares
Tue May 02, 2023 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protecting certain functions to be used
Replies: 6
Views: 498

Re: Harbour using phind.com AI undocumented API

hi, which Compiler is to use for these Sample ? i try buildh.bat MSVC and also BCC7 and got error RC2104 : undefined keyword or key name: DS_SETFONT error RC2104 : undefined keyword or key name: DS_ABSALIGN --- forgot to say : 64 Bit :!: now i switch to 32 Bit OS and it work ...
by Jimmy
Fri Apr 21, 2023 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour using phind.com AI undocumented API
Replies: 12
Views: 2132

Re: GDIP Application crash tBitmap

hi Silvio, Error E2451 ut_fonts.prg 10: Undefined symbol 'Bitmap' in function HB_FUN_GDIP_DELETEIMAGE Error E2451 ut_fonts.prg 10: Undefined symbol 'pImage' in function HB_FUN_GDIP_DELETEIMAGE Error E2188 ut_fonts.prg 14: Expression syntax in ...
by Jimmy
Tue Apr 11, 2023 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 1343

Re: GDIP Application crash tBitmap

... ) hb_parptr( 1 );        delete pImage;    }   hb_ret();}  how do i put it in the test? Error E2451 ut_fonts.prg 10: Undefined symbol 'Bitmap' in function HB_FUN_GDIP_DELETEIMAGE Error E2451 ut_fonts.prg 10: Undefined symbol 'pImage' in function HB_FUN_GDIP_DELETEIMAGE ...
by Silvio.Falconi
Tue Apr 11, 2023 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 1343
Next

Return to advanced search