Re: [Harbour] BUG (1.0.0 and current): Leak with /w3 and duplicate method declaration

2008-08-28 Thread Szakáts Viktor
Hi Przemek, Well, I see. Can you just remove it completely? (when you get to it, that is) Ppl are running into these from time to time, and it's difficult to remember that this is again the same issue. It's even more confusing, since I've seen this kind of error message also without leak reports

Re: [Harbour] BUG (1.0.0 and current): Leak with /w3 and duplicate method declaration

2008-08-28 Thread Przemyslaw Czerpak
On Thu, 28 Aug 2008, Szakáts Viktor wrote: Hi Viktor, > --- leak.prg > #include "hbclass.ch" > CLASS test >DATA var1 >DATA var1 > ENDCLASS It's a known issue. Look at harbour.h[1332] If it's necessary I can try to fix it though as I said few time in the past whole strong typing code have

[Harbour] BUG (1.0.0 and current): Leak with /w3 and duplicate method declaration

2008-08-28 Thread Szakáts Viktor
Hi all, --- leak.prg #include "hbclass.ch" CLASS test DATA var1 DATA var1 ENDCLASS --- --- screen C:\harbour\bin>harbour leak /n /i..\include /w3 Harbour 1.0.0 Intl. (Rev. 9175) Copyright (c) 1999-2008, http://www.harbour-project.org/ Compiling 'leak.prg'... leak.prg(5) Warning W0019 Dup

[Harbour] Re: Building libs Wince Evc4 latest svn

2008-08-28 Thread Szakáts Viktor
Hi Jose, Thanks for your tests. This is the only problem present when linking hbtest-dll against harbour-10-vcce.dll: --- corelibc.lib(pegwmain.obj) : error LNK2019: unresolved external symbol WinMain referenced in function WinMainCRTStartup bin\vcce\hbtest-dll.exe : fatal error LNK1120: 1 un

[Harbour] Building libs Wince Evc4 latest svn

2008-08-28 Thread José Luis Capel -
Viktor, With latest snv finally I could build correctly libs for Wince Evc4 using new bat/mak. Many thanks. I also tried to build dll. I had some problems (see attached file). These are my sets: P:\Programacion\harbour>SET HB_BUILD_WINCE=yes P:\Programacion\harbour>SET HB_CC_NAME=vcce P:\P

[Harbour] 2008-08-28 20:17 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-28 Thread Szakáts Viktor
2008-08-28 20:17 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vc.bat - make_vcce.bat + Added some additional information how to create WinCE builds using make_vc.bat. - Deleted make_vcce.bat -- Brgds, Viktor ___ Harbour m

[Harbour] 2008-08-28 20:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-28 Thread Szakáts Viktor
2008-08-28 20:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtchrmap.c * source/rtl/hbgtcore.c * source/vm/hvm.c + Added three TOFIXes regarding namespace violations. s_pszLinkedMain-> hb_vm_pszLinkedMain s_defaultGT-> hb_gt_szNameDef

R: [Harbour] 2008-08-28 18:31 UTC+0200 Viktor Szakats (harbour.01syenar hu)

2008-08-28 Thread Massimo Belgrano
Tank . Now compile without error -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Szakáts Viktor Inviato: giovedì 28 agosto 2008 18.33 A: harbour@harbour-project.org Oggetto: [Harbour] 2008-08-28 18:31 UTC+0200 Viktor Szakats (harbour.01syenar hu) 2008-0

[Harbour] 2008-08-28 18:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-28 Thread Szakáts Viktor
2008-08-28 18:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/gtwvg/wvgutils.c ! Fixed to use documented Harbour API hb_winmainArgGet() instead of the (since cleaned away) undocumented Harbour global variable hb_hInstance. -- Brgds, Viktor __

RE: [Harbour] 2008-08-25 14:46 UTC+0200 Viktor Szakats (harbour.01syenar hu)

2008-08-28 Thread Massimo Belgrano
Recompiling an application with gtwvg now I receive this: Error: Unresolved external '_hb_hInstance' referenced from C:\HARBOUR\LIB\GTWVG. LIB|wvgutils -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szakáts Viktor Sent: Monday, August 25, 2008 2:47 PM T

[Harbour] 2008-08-28 12:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-28 Thread Szakáts Viktor
2008-08-28 12:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbfimage/fi_winfu.c ! Added CBM_INIT definition for Pellec C in WinCE mode. [UNDONE. CreateDIBitmap() also doesn't exist in WinCE. ] -- Brgds, Viktor ___ Harbour mai

[Harbour] 2008-08-28 12:20 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-28 Thread Szakáts Viktor
2008-08-28 12:20 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vc.bat * Updated usage text. * include/hbwince.h ! Fix for Pelles C 5.0 in WinCE/ARM mode. * include/hbsetup.h + Detecting Pelles C 5.0 in ARM mode as HB_WINCE. * ChangeLog - Removed some advic

RE: [Harbour] 2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-28 Thread J. Lefebvre
Thanks for the info. JF -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Alex Strickland Envoyé : jeudi 28 août 2008 11:00 À : Harbour Project Main Developer List. Objet : Re: [Harbour] 2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu) J.

Re: [Harbour] 2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-28 Thread Alex Strickland
J. Lefebvre wrote: PS:Just a question ? Is there any 'plus' using MinGW make in place of Microsoft one nMake ? Well I thought there was a plus. I did not know how to get nmake to infer the rules the way I like, so : easipos_objs = \ $(OBJ_DIR)/ecr.obj \ $(OBJ_DIR)/ecrapp.obj easipos.exe :

RE: [Harbour] 2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-28 Thread J. Lefebvre
Thanks Alex, I finally found the problem. Just the fact that cl.exe do not allow a final "\" when include string is surrounded by double quotes. Thanks, PS:Just a question ? Is there any 'plus' using MinGW make in place of Microsoft one nMake ? JF, -Message d'origine- De : [EMAIL PRO

Re: [Harbour] 2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-28 Thread Alex Strickland
J. Lefebvre wrote: Hummm, was not very well awake :-( Do not work as the problem is not nmake.exe, but cl.exe as expected :-( I also use MSVC 6 and I use quotes around the /i parameters: MSVC_DIR = "\program files\microsoft visual studio\vc98" MSVCSDK_DIR = "\program files\microsoft SDK" and

RE: [Harbour] 2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-28 Thread J. Lefebvre
Hi Viktor, I finally got it working (VC98, Visual2005 Visual2008) :-) Very simple in fact. It was just a problem of terminating "\" As this one is working with the include string : E:\ads81\api\acesdk\ cl.exe -c -MT -I"..\..\include" -Ot2b1 -FD -Gs -D_CRT_SECURE_NO_DEPRECATE -W3 -nologo -TC -