Search found 63 matches: undeclared

Return to advanced search

Re: TO DANIEL FOLDEREX + CHECKBOX ERROR

I have also tested the exes only. They are working fine for me. I am using Windows 7 professional 32bit version.

I tried to compile the sources and gave up, because the source contain many undeclared symbols.
by nageswaragunupudi
Tue Jan 25, 2011 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO DANIEL FOLDEREX + CHECKBOX ERROR
Replies: 12
Views: 3278

Re: he conseguido un iphone

... -Wall -c -o objc/views.o source/sdkapi/views.m source/sdkapi/views.m: In function ‘-[View drawRect:]’: source/sdkapi/views.m:74: error: ‘symFPH’ undeclared (first use in this function) source/sdkapi/views.m:74: error: (Each undeclared identifier is reported only once source/sdkapi/views.m:74: ...
by pgfdz
Mon Dec 27, 2010 5:59 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 131520

Re: he conseguido un iphone

... /Volumes/Repositorio/Projects xCode/Test3/Untitled/Classes/UntitledAppDelegate.m:33: error: 'PHB_SYMB' undeclared (first use in this function) /Volumes/Repositorio/Projects xCode/Test3/Untitled/Classes/UntitledAppDelegate.m:33: error: (Each undeclared ...
by softruz
Mon Dec 13, 2010 10:58 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 131520

Error al crear Gcc

... ' /usr/include/libkern/arm/OSByteOrder.h:138: error: expected ')' before 'uintptr_ t' /usr/include/libkern/arm/OSByteOrder.h:138: error: 'offset' undeclared (first us e in this function) /usr/include/libkern/arm/OSByteOrder.h:138: error: (Each undeclared identifier i s reported only once /usr/include/libkern/arm/OSByteOrder.h:138: ...
by softruz
Thu Nov 04, 2010 4:44 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 131520

Error

... /usr/include/libkern/arm/OSByteOrder.h:138: error: expected ')' before 'uintptr_t' /usr/include/libkern/arm/OSByteOrder.h:138: error: 'offset' undeclared (first use in this function) /usr/include/libkern/arm/OSByteOrder.h:138: error: (Each undeclared identifier is reported only once /usr/include/libkern/arm/OSByteOrder.h:138: ...
by softruz
Thu Nov 04, 2010 3:26 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 131520

Re: he conseguido un iphone

... ../../../blocksor.c:230: warning: incompatible implicit declaration of built-in function 'fprintf' ../../../blocksor.c:230: error: 'stderr' undeclared (first use in this function) ../../../blocksor.c:230: error: (Each undeclared identifier is reported only once ../../../blocksor.c:230: error: ...
by mastintin
Mon Oct 18, 2010 9:08 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 131520

Re: parameter function as structure

... (Rev. 6633) Copyright 1999-2009, http://www.xharbour.org http://www.harbour-project.org/ Generating object output to 't.obj'... t.prg(20): error: Undeclared identifier 'tLBTRSLN_PARAMS'. t.prg(20): error: Syntax error; found 'aLBTRSLN_Params' expecting ';'. t.prg(20): error: Undeclared identifier ...
by kajot
Sun Aug 29, 2010 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: parameter function as structure
Replies: 8
Views: 1777

Problem with FWPPC

... Version 12.20.9615 for ARM Copyright (C) Microsoft Corp 1984-2002. All rights reserved. newsock.c newsock.prg(103) : error C2065: 'HB_ITEM' : undeclared identifier newsock.prg(103) : error C2146: syntax error : missing ';' before identifier 'aHosts' newsock.prg(103) : error C2065: 'aHosts' ...
by Maurizio
Thu Jun 17, 2010 1:35 pm
 
Forum: FiveWin for Pocket PC
Topic: Problem with FWPPC
Replies: 10
Views: 4784

Ubuntu compile error.

... Generating C source output to 'sample.c'... Done. compiling C module... sample.c: In function ‘HB_FUN_MAIN’: sample.c:57: error: ‘HB_P_BASELINE’ undeclared (first use in this function) sample.c:57: error: (Each undeclared identifier is reported only once sample.c:57: error: for each function ...
by yunbg1
Thu Feb 04, 2010 1:20 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Ubuntu compile error.
Replies: 2
Views: 768

Re: FiveLinux on Ubuntu

... In function ‘HB_FUN_MAIN’: testbrow.c:48: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pcode’ testbrow.c:48: error: ‘pcode’ undeclared (first use in this function) testbrow.c:48: error: (Each undeclared identifier is reported only once testbrow.c:48: error: for each function ...
by miragerr
Sun Jan 31, 2010 3:39 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Ubuntu
Replies: 24
Views: 17269

Re: RELEASE ALL LIKE Does not work !!!

... completely vanishes if you use /w compiler switch and proper declare the variables (what I always do): Yes. I did mention the problem was with undeclared variables (and I have seen lots of applications without a single declared variable). Still, as you stated, privates are visible everywhere ...
by James Bott
Wed Jan 27, 2010 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RELEASE ALL LIKE Does not work !!!
Replies: 13
Views: 2482

Re: RELEASE ALL LIKE Does not work !!!

The worst problems come from code where variables are undeclared as was the typical practice with Clipper. This problem completely vanishes if you use /w compiler switch and proper declare the variables (what I always do): PRIVATE test...M -> test ...
by Enrico Maria Giordano
Wed Jan 27, 2010 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RELEASE ALL LIKE Does not work !!!
Replies: 13
Views: 2482

Re: RELEASE ALL LIKE Does not work !!!

Michel, >What do you use instead of private variables ? The worst problems come from code where variables are undeclared as was the typical practice with Clipper. Here is an example. function main()   use invoice  // contains field named "TOTAL"  ...
by James Bott
Wed Jan 27, 2010 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RELEASE ALL LIKE Does not work !!!
Replies: 13
Views: 2482

Re: Socket conectar con nombre del host.

Tu código me genera estos errores: error C2065: 'strcpy_instead_use_StringCbCopyA_or_StringCchCopyA' : undeclared identifier error C2065: 'sprintf_instead_use_StringCbPrintfA_or_StringCchPrintfA' : undeclared identifier Estas funciones estan declaradas en "stdlib.h" ...
by Salvador
Mon Aug 03, 2009 5:55 pm
 
Forum: FiveWin para Pocket PC
Topic: Socket conectar con nombre del host.
Replies: 8
Views: 1504

Re: imprimir en una pidion BIP-1300

... declaration of 'DWORD' pidion.prg(71) : error C2146: syntax error : missing ';' before identifier 'dwRet' pidion.prg(71) : error C2065: 'dwRet' : undeclared identifier LINK : fatal error LNK1181: cannot open input file 'Jose_Pok.obj' * Application successfully built por ejemplo este error c:\wilson\cybercel\cypocket\bbappapi.h(247) ...
by wilsongamboa
Fri Jun 19, 2009 6:35 pm
 
Forum: FiveWin para Pocket PC
Topic: imprimir en una pidion BIP-1300
Replies: 38
Views: 26098
PreviousNext

Return to advanced search