Search found 45 matches: maindllp

Return to advanced search

Re: Ayuda DLL

... Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Kept5.c: [1]:Bcc32.Exe -IP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE -M -c -v maindllp.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland maindllp.c: [1]:iLink32.Exe -Tpd @Kept5.bcl Turbo Incremental Link 5.69 Copyright ...
by ricardog
Fri Sep 01, 2017 3:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Re: Ayuda DLL

... Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Kept5.c: [1]:Bcc32.Exe -IP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE -M -c -v maindllp.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland maindllp.c: [1]:iLink32.Exe -Tpd @Kept5.bcl Turbo Incremental Link 5.69 Copyright ...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Re: Ayuda DLL

... Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Kept5.c: [1]:Bcc32.Exe -IP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE -M -c -v maindllp.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland maindllp.c: [1]:iLink32.Exe -Tpd @Kept5.bcl Turbo Incremental Link 5.69 Copyright ...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Re: Ayuda DLL

... (c) 1993, 2005 Borland Kept5.c: [1]:Bcc32.Exe -IP:\32bits\harbour\include;P:\32bits\FWH\INCLUDE;P:\Fuentes\xharbour\Comun\include -M -c -v Maindllp.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Maindllp.c: [1]:iLink32.Exe -Tpd @Kept5.bcl Turbo Incremental Link 5.69 Copyright ...
by ricardog
Tue Aug 29, 2017 7:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Re: Ayuda DLL

Antonio, Gracias Esta es la funcion en el MAINDLLP.C unsigned long hb_snprintf( char * buffer, size_t nSize, const char * format, ... ) { va_list arglist; ULONG result; va_start( arglist, format ); #if defined( __DJGPP__ ) && ( __DJGPP__ ...
by ricardog
Thu Aug 24, 2017 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Re: Ayuda DLL

... nSize, const char * format, ... ) [1]:Bcc32.Exe -IP:\32bits\harbour\include;P:\32bits\FWH\INCLUDE;P:\Fuentes\xharbour\Comun\include -M -c -v Maindllp.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Maindllp.c: Error E2141 Maindllp.c 1518: Declaration syntax error *** 1 errors ...
by ricardog
Thu Aug 24, 2017 2:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Re: Error al crear una dll propia

Este error me lo da al compilar MAINDLLP.C

Alguien puede ayudarme ?

Gracias
by ricardog
Fri Aug 18, 2017 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al crear una dll propia
Replies: 2
Views: 411

Re: Error al cargar PCode DLL

... szFuncName ) por HB_EXPORT PHB_FUNC dll_hb_vmProcAddress( const char * szFuncName ) El problema es con xHarbour . En Harbour existe la libreria: hbmaindllp.lib, en xHarbour NO . Así que sigo usando maindllp.obj compilado por mi. Al parecer _hb_vmProcAddress esta en la libreria hbvm.lib , que xHarbour ...
by RSalazarU
Fri May 26, 2017 7:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al cargar PCode DLL
Replies: 9
Views: 1343

Re: Error al cargar PCode DLL

Y en samples/buildhdp.bat tienes que modificar:

echo %hdir%\lib\maindllp.obj + >> b32.bc

así:

echo %hdir%\lib\hbmaindllp.lib + >> b32.bc
by Antonio Linares
Fri May 26, 2017 4:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al cargar PCode DLL
Replies: 9
Views: 1343

Re: Error al cargar PCode DLL

Si, claro que si. Primero reconstruí maindllp.obj y después la misma DLL que enlaza a maindllp.obj. El problema creo que esta en maindllp.c que es donde esta la referencia a esta función. Sin embargo en ningún momento de la compilación y "link" ...
by RSalazarU
Thu May 25, 2017 1:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al cargar PCode DLL
Replies: 9
Views: 1343

Re: Error al cargar PCode DLL

... pantalla indica que el programa continua ejecutándose (no termina). El siguiente error aparece cuando utilizo pcodedll.dll recompilado (con maindllp.obj tb recompilado). http://www.sauro-sys.com/Source/tmp/Error%20testdllp%202.jpg En este caso el programa termina después ...
by RSalazarU
Wed May 24, 2017 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al cargar PCode DLL
Replies: 9
Views: 1343

Re: Low level debug using MSVC debugger

We remove these Harbour libs files: harbour-32.dll, harbour-32.def, harbour-32.dif, maindllp.lib, hbnortl.lib, hbnullrdd.lib

We add the FWH libs: fiveh32.lib fivehc32.lib
by Antonio Linares
Fri Jun 07, 2013 4:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Low level debug using MSVC debugger
Replies: 19
Views: 2675

Re: Creation of xHarbour PCODE DLL succeeded

Hi,
I'm using borland 582 and FWH 10.11,
I'm build babudll with your buildxd.bat and the maindllp.c provided in this thread (I hadn't a maindll.c in my xharbour\obj\bc32 folder) .
by Marco Turco
Mon Nov 14, 2011 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation of xHarbour PCODE DLL succeeded
Replies: 25
Views: 10182

Re: how to compile the file maindllp.c

change maindllp.c nos fontes dos xharbour cvs segue abaixo as alterações ja propostas pelo usuario Roberto Parisi antônio poderia reportar ao pessoal do projeto esse codigo fonte não é mais compilado no xharbour por isso esses ...
by zazibr
Mon Mar 22, 2010 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to compile the file maindllp.c
Replies: 17
Views: 3569
Next

Return to advanced search