Search found 9 matches: mgetcrea

Return to advanced search

recompiling C sources

I need to recompile some sources (like mgetcrea.c) in sources\winapi folder of fw 2.6. I use a batch file for compiling: @ ECHO OFF echo ------------------------------------------------- echo MODIFICA SORGENTI NELLE LIBRERIE XHARBOUR echo sintassi: ...
by Maverich
Tue Sep 12, 2006 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: recompiling C sources
Replies: 4
Views: 1147

... se ti rispondo solo adesso, sono ancora a metà servizio. Forse non mi sono spiegato. Io devo ricompilare dei sorgenti C (nell’esempio sotto mgetcrea.c) della cartella sources\winapi. La compilazione e il successivo reinserimento in libreria fivehc.lib non danno errori, uso il seguente file ...
by Maverich
Sun Aug 27, 2006 9:20 pm
 
Forum: All products support
Topic: compilazione C dei sorgenti FWH
Replies: 6
Views: 2250

... unresolved external symbol hb_stackReturnItem FiveCEC.lib(HARBOURC.obj) : error LNK2001: unresolved external symbol hb_stackReturnItem FiveCEC.lib(MGETCREA.obj) : error LNK2001: unresolved external symbol hb_stackReturnItem FiveCEC.lib(NOTIFY.obj) : error LNK2001: unresolved external symbol hb_stackReturnItem ...
by Otto
Thu Mar 30, 2006 5:21 am
 
Forum: FiveWin for Pocket PC
Topic: errsysw
Replies: 6
Views: 2438

Hello!

When I want to compile new mgetcrea.c,

cl.exe -TP -W3 -c /GA mgetcrea.c


I receive following error:

mgetcrea.c(23) : error C3861: 'LocalInit': identifier not found, even with argument-dependent lookup


Roman
by modicr
Mon Jan 16, 2006 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get without border
Replies: 9
Views: 2434

a clear patch!

Sorry Antonio, I continue not to understand.
In your Nov,7 message you said to update winapi\mgetcrea.c and classes\tget.prg.
Now you add another correction to mgetcrea.c and another to tget.prg.
How is the definitive patch?
could you please send me the 2 files by email?

regards
by Maverich
Wed Dec 07, 2005 5:26 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Themed TGet on windows (fixed)
Replies: 14
Views: 8846

Riccardo,

WS_BORDER has to be removed and in source\winapi\mgetcrea.c:

BOOL lIsAppThemed = FALSE;

...

BOOL _IsAppThemed( void );

lIsAppThemed = _IsAppThemed();

_retnl( ( LONG ) CreateWindowEx( lIsAppThemed ? WS_EX_CLIENTEDGE: 0,
...
by Antonio Linares
Mon Dec 05, 2005 12:06 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Themed TGet on windows (fixed)
Replies: 14
Views: 8846

Roberto,

You may not have properly modified winapi\mgetcrea.c. Or maybe did not linked in properly or replaced it in the lib.

Please check it. Its working fine and confirmed by some users.
by Antonio Linares
Mon Nov 07, 2005 12:26 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Themed TGet on windows (fixed)
Replies: 14
Views: 8846

Roberto,

Its fixed! :) Thanks to Master Hernan Diego!

Just changes these lines,

winapi\mgetcrea.c:

#ifndef UNICODE
_retnl( ( LONG ) CreateWindowEx( WS_EX_CLIENTEDGE,
_parc( 1 ), ...

classes\tget.prg:

remove WS_BORDER style.
by Antonio Linares
Mon Nov 07, 2005 5:20 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Themed TGet on windows (fixed)
Replies: 14
Views: 8846

Error de Proteccion General.

Una aplicacion me da aleatoriamente error de proteccion general en la direccion 001A:5EDE. Antonio me dijo que generara el fichero MAP para revisarlo y ver el posible fallo, asi lo he hecho pero no entiendo su significado, si alguien pudiera ayudarme se lo agradeceria mucho. Gracias. Saludos. Nota.-...
by Garbi
Wed Nov 02, 2005 3:38 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error de Proteccion General.
Replies: 5
Views: 4147

Return to advanced search