Ron:

Thanks for the info.  It was quite a hassle to get BCC 5.8 installed.
Even though I already had .net 1.1 installed, I had go fine the
.net 1.1 sdk, .net redist 1.1 and the j# redist 1.1 installers from
MS site before the Turbo C++ installer would install.

Now I have to understand how the rest works, but as soon as I have
some info I'll post it here.

Regards,

Ron Pinkas wrote:
> Luis, Toninho
>
> For MSVC I use:
>
> SET CFLAGS=/Od /EHsc /RTC1 /MTd /Gs /GS /Gy /GR /Zi /DHB_FM_STATISTICS 
> /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
> SET LFLAGS=-DEBUG -DEBUGTYPE:CV
>
> For BCC 5.8 (Free and includes CodeGuard):
>
> SET CFLAGS=-M -Od -R -RT -fp -g0 -r- -vi- -v -vG -w -y 
> -Dhb_xgrab=malloc -Dhb_xfree=free -Dhb_xrealloc=realloc 
> -Dhb_xalloc=malloc -DFORCE_MEM_STD -D_DEBUG
> SET ARFLAGS=/P128
> SET LFLAGS=-v -L"%BCCDIR%\Lib"
>
> SET HB_CG32=Yes
>
> Ron
>
> On Jun 10, 2008, at 9:57 PM, Luis Krause Mantilla wrote:
>
>> Ron:
>>
>> How do I build with full C debug code?
>>
>> Regards,
>>
>> Ron Pinkas wrote:
>>> Luis,
>>>
>>> If you can consistently recreate this, then I need either the FWH  
>>> code so I can build it, or you need to build with full C debug and  
>>> post the stack trace of the GPF.
>>>
>>> Ron
>>>
>>> On Jun 10, 2008, at 4:15 PM, Luis Krause Mantilla wrote:
>>>
>>>
>>>> Ron:
>>>>
>>>> Maybe the gpf we experience when passing a param to the exe
>>>>
>>>> lawwin SHUTDOWN
>>>>
>>>> Is similar or related to Tonhino's.  When called as per above line,
>>>> we get:
>>>>
>>>> vmQuit()
>>>> After Idle
>>>> After Background
>>>> After ExitFunctions
>>>> After ModuleFunctions
>>>> After setkey
>>>> After Debugger
>>>> After RDD
>>>> After i18n
>>>> After Stack
>>>> After FOREACH
>>>> After WITHOBJECT
>>>> After Globals
>>>> After memvarsClear
>>>> After reset Statics
>>>> After Return
>>>> After CollectAll
>>>> After DisableDestructors
>>>> After stackRemove
>>>> After clsClear
>>>> CollectAll after clsClear
>>>> After Statics
>>>> CollectAll after Statics
>>>> After BreakBlock
>>>> CollectAll after BreakBlock
>>>> After Err
>>>> CollectAll after Err
>>>>
>>>>
>>>> Regards,
>>>>
>>>> Ron Pinkas wrote:
>>>>
>>>>> Toninho,
>>>>>
>>>>> Please UN-comment also line 1058, and post new trace.log.
>>>>>
>>>>> Ron
>>>>>
>>>>>
>>>>> On Jun 10, 2008, at 10:00 AM, [EMAIL PROTECTED] wrote:
>>>>>
>>>>>
>>>>>
>>>>>>> Toninho,
>>>>>>>
>>>>>>> Please recompile hvm.c with -DTRACE_QUIT compiler switch, *or* un-
>>>>>>> comment line 848. Then please post content of trace.log when a GPF
>>>>>>> occurs.
>>>>>>>
>>>>>>>
>>>>>> Ron,
>>>>>>
>>>>>> Here it is:
>>>>>>
>>>>>> vmQuit()
>>>>>> After Idle
>>>>>> After Background
>>>>>> After ExitFunctions
>>>>>> After ModuleFunctions
>>>>>> After setkey
>>>>>> After Debugger
>>>>>> After RDD
>>>>>> After i18n
>>>>>> After Stack
>>>>>> After FOREACH
>>>>>> After WITHOBJECT
>>>>>> After Globals
>>>>>> After memvarsClear
>>>>>> After reset Statics
>>>>>> After Return
>>>>>> After CollectAll
>>>>>> After DisableDestructors
>>>>>> After stackRemove
>>>>>> After clsClear
>>>>>> After Statics
>>>>>> After BreakBlock
>>>>>> After Err
>>>>>>
>>>>>>
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> Toninho.
>>>>>>
>>>>>>
>>>>>> -------------------------------------------------------------------- 
>>>>>> -- 
>>>>>> ---
>>>>>> Check out the new SourceForge.net Marketplace.
>>>>>> It's the best place to buy or sell services for
>>>>>> just about anything Open Source.
>>>>>> http://sourceforge.net/services/buy/index.php
>>>>>> _______________________________________________
>>>>>> xHarbour-developers mailing list
>>>>>> xHarbour-developers@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> --------------------------------------------------------------------- 
>>>>> ----
>>>>> Check out the new SourceForge.net Marketplace.
>>>>> It's the best place to buy or sell services for
>>>>> just about anything Open Source.
>>>>> http://sourceforge.net/services/buy/index.php
>>>>> _______________________________________________
>>>>> xHarbour-developers mailing list
>>>>> xHarbour-developers@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
>>>>>
>>>>>
>>>>>
>>>> -- 
>>>> Luis Krause Mantilla
>>>> lkrausem at shaw dot ca
>>>> luis_krause at hotmail dot com
>>>> "May the Source be with GNU"
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------- 
>>>> ---
>>>> Check out the new SourceForge.net Marketplace.
>>>> It's the best place to buy or sell services for
>>>> just about anything Open Source.
>>>> http://sourceforge.net/services/buy/index.php
>>>> _______________________________________________
>>>> xHarbour-developers mailing list
>>>> xHarbour-developers@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
>>>>
>>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------- 
>>>
>>> Check out the new SourceForge.net Marketplace.
>>> It's the best place to buy or sell services for
>>> just about anything Open Source.
>>> http://sourceforge.net/services/buy/index.php
>>> _______________________________________________
>>> xHarbour-developers mailing list
>>> xHarbour-developers@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
>>>
>>>
>>
>> -- 
>> Luis Krause Mantilla
>> lkrausem at shaw dot ca
>> luis_krause at hotmail dot com
>> "May the Source be with GNU"
>>
>>
>>
>
>
>

-- 
Luis Krause Mantilla
lkrausem at shaw dot ca
luis_krause at hotmail dot com
"May the Source be with GNU"



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to