Search found 17 matches: cmdarg

Return to advanced search

Re: Introducing FiveTech's fivedit

... Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_hb_getenv' referenced from D:\FWHDEV\XHARBOUR_BCC7\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_strnicmp' referenced from D:\FWHDEV\XHARBOUR_BCC7\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_timeStampDecode' ...
by ryugarai27
Sat Sep 01, 2018 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107325

Re: Compilar código Harbour con gcc en 64 BITS

... at end of def file Warning: corrupt .drectve at end of def file ... Warning: corrupt .drectve at end of def file C:\harbour64\lib/hbvm.lib(cmdarg.obj):(.text$mn+0x19a): undefined reference to `__security_check_cookie' C:\harbour64\lib/hbvm.lib(cmdarg.obj):(.xdata[$unwind$hb_cmdargProcess]+0xc): ...
by Verhoven
Sat May 26, 2018 11:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 2006

Re: Ayuda DLL

... referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_getenv' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_strnicmp' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_verHarbour' referenced ...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6332

Re: Ayuda DLL

... referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_getenv' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_strnicmp' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_verHarbour' referenced ...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6332

Re: Error: Unresolved external '_hb_wctomblen

Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_hb_wctomblen' referenced from Z:\XH\HARBOUR\LIB\HBVM.LIB|cmdarg Error: Unresolved external '_hb_wcntombcpy' referenced from Z:\XH\HARBOUR\LIB\HBVM.LIB|cmdarg Error: Unresolved external '_hb_stricmp' referenced ...
by goosfancito
Mon Aug 22, 2016 1:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: Unresolved external '_hb_wctomblen
Replies: 9
Views: 780

Re: Error: Unresolved external '_hb_wctomblen

https://github.com/harbour/core/blob/master/src/vm/cmdarg.c https://github.com/harbour/core/blob/master/src/common/hbwin.c https://groups.google.com/forum/#!topic/harbour-devel/dz0qmdbVYl4 https://raw.githubusercontent.com/harbour/core/master/ChangeLog.txt ...
by karinha
Mon Jul 11, 2016 3:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: Unresolved external '_hb_wctomblen
Replies: 9
Views: 780

Re: fwh 10.09 link error ?

... LNK2001: unresolved external symbol ___security_cookie hbvm.lib(proc.obj) : error LNK2001: unresolved external symbol ___security_cookie hbvm.lib(cmdarg.obj) : error LNK2001: unresolved external symbol ___security_cookie hbrtl.lib(spfiles.obj) : error LNK2001: unresolved external symbol ___security_cookie ...
by yunbg1
Tue Oct 26, 2010 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 10.09 link error ?
Replies: 19
Views: 7075

Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib

... '_hb_langSelectID' referenced from C:\HARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_conNewLine' referenced from C:\HARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_conOutErr' referenced from C:\HARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_inkeySetCancelKeys' referenced ...
by Coiote
Wed Oct 21, 2009 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
Replies: 15
Views: 3292

Erro na GTWIN.LIB ao compilar programas

... '_hb_langSelectID' referenced from C:\HARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_conNewLine' referenced from C:\HARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_conOutErr' referenced from C:\HARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_inkeySetCancelKeys' referenced ...
by Coiote
Tue Oct 20, 2009 10:32 pm
 
Forum: All products support
Topic: Erro na GTWIN.LIB ao compilar programas
Replies: 1
Views: 1072

Re: Creating a LIB or DLL

The Harbour bug comes from here:

In harbour\source\vm\cmdarg.c function hb_cmdargUpdate() s_argv[ 0 ] is used:
s_argv[ 0 ] = s_szAppName;
but it is not initialized for a DLL.

We are going to report it to the Harbour devel mailing list.
by Antonio Linares
Sat Mar 28, 2009 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 34895

Re: Creating a LIB or DLL

... not found in library Warning: 'asort' not found in library Warning: 'break' not found in library Warning: 'classes' not found in library Warning: 'cmdarg' not found in library Warning: 'debug' not found in library Warning: 'dynlibhb' not found in library Warning: 'dynsym' not found in library Warning: ...
by Dave Zowasky
Thu Mar 26, 2009 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 34895

ERROR en la generacion de HARBOUR - checkbox.prg(132)

... Copyright (c) 1997, 2000 Borland source\vm\arrays.c: source\vm\arrayshb.c: source\vm\asort.c: source\vm\break.c: source\vm\classes.c: source\vm\cmdarg.c: source\vm\codebloc.c: source\vm\debug.c: source\vm\debugold.c: source\vm\dynlibhb.c: source\vm\dynsym.c: source\vm\estack.c: source\vm\eval.c: ...
by jmansur
Wed Mar 25, 2009 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR en la generacion de HARBOUR - checkbox.prg(132)
Replies: 1
Views: 749

Re: Migracion a HB: HB_SYMBOL_NAME_LEN

... Copyright (c) 1997, 2000 Borland source\vm\arrays.c: source\vm\arrayshb.c: source\vm\asort.c: source\vm\break.c: source\vm\classes.c: source\vm\cmdarg.c: source\vm\codebloc.c: source\vm\debug.c: source\vm\debugold.c: source\vm\dynlibhb.c: source\vm\dynsym.c: source\vm\estack.c: source\vm\eval.c: ...
by jmansur
Wed Mar 25, 2009 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migracion a HB: HB_SYMBOL_NAME_LEN
Replies: 5
Views: 1190

... '_hb_langSelectID' referenced from C:\HARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_strnicmp' referenced from C:\HARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_inkeySetCancelKeys' referenced from C:\HARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_idleShutDown' referenced ...
by cyberkily
Thu Dec 18, 2008 5:45 pm
 
Forum: FiveWin para CA-Clipper
Topic: compilar con buildh el sample tutor01
Replies: 4
Views: 1416

new fivewin unresolved externals MSVC

... : error LNK2001: unresolved external symbol _strchr common.lib(hbfsapi.obj) : error LNK2001: unresolved external symbol _strchr vm.lib(cmdarg.obj) : error LNK2001: unresolved external symbol _strchr macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol _strchr macro.lib(macroc.obj) ...
by don lowenstein
Wed Aug 15, 2007 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: new fivewin unresolved externals MSVC
Replies: 5
Views: 4064
Next

Return to advanced search