Page 2 of 3

Re: IDE UPDATE (XIIc)

Posted: Sat Nov 21, 2009 12:30 am
by Roberto Lopez
sudip wrote: I was a fan of AVIRA and AVAST, but my Hardware professional insisted me to purchase Norton ;)
:) :)

Re: IDE UPDATE (XIIc)

Posted: Sat Nov 21, 2009 10:03 am
by mol
I'm using avira, and now, avira detects virus:
Image


I'm very interesting what's going on?

Re: IDE UPDATE (XIIc)

Posted: Sat Nov 21, 2009 11:49 am
by Roberto Lopez
mol wrote:I'm using avira, and now, avira detects virus:
I'm using Avira in my Win7 system and Avast in XP and Vista, without false alarms.

Re: IDE UPDATE (XIIc)

Posted: Sat Nov 21, 2009 11:55 am
by mol
I can't see anything wrong in this .c file.

It began to appear when I've added DownloadFromWWW function to this file...

Re: IDE UPDATE (XIIc)

Posted: Sat Nov 21, 2009 3:50 pm
by sudip
Hello Marek,
May be (yes may be ;) ) it's due to Proactive Scan of Avira ;)
With best regards.
Sudip

Re: IDE UPDATE (XIIc)

Posted: Sat Nov 21, 2009 4:46 pm
by nassausky
Is there any update as to why the IDE is looking for a build.bat file?

Re: IDE UPDATE (XIIc)

Posted: Sat Nov 21, 2009 6:27 pm
by mol
sudip wrote:Hello Marek,
May be (yes may be ;) ) it's due to Proactive Scan of Avira ;)
With best regards.
Sudip

But, it didn't write a virus!
I even didn't thought about it :lol:

Re: IDE UPDATE (XIIc)

Posted: Sat Nov 21, 2009 6:43 pm
by nassausky
OK found the solution to the error about build.bat I was getting. I didn't realize this IDE 3.0 could only run with the latest HMG 3.

Thanks everyone and sorry for the confusion :(

Re: IDE UPDATE (XIIc)

Posted: Sun Nov 22, 2009 3:14 pm
by sudip
Hello Roberto,
I found run time error in a report with group (using array).

Code: Select all

Date:22/11/2009 Time: 19:52:26
Error BASE/1068 Argument error: array access

Called from _PRINTTEXT(1018)
Called from _PRINTOBJECT(956)
Called from _PROCESSBAND(943)
Called from EXECUTEREPORT(698)
Called from CALCULATESTOCK(156)
Called from (b)MAIN(164)
Called from _DOCONTROLEVENTPROCEDURE(4749)
Called from EVENTS(1364)
Called from _DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(4391)
Called from DOMETHOD(7260)
Called from MAIN(20) 
It runs fine when compiled with HMG 2.9.5 :)

I am sending some part of source code
FCRXtra.zip
(4.82 KiB) Downloaded 289 times
(But, may be I need to create a sample to show the error)

With best regards.

Sudip

Re: IDE UPDATE (XIIc)

Posted: Sun Nov 22, 2009 7:02 pm
by Roberto Lopez
sudip wrote:I am sending some part of source code
(But, may be I need to create a sample to show the error)

With best regards.

Sudip
Please, send me a full sample showing the problem.

TIA.