| View previous topic :: View next topic |
| Author |
Message |
Phil_Trade
Joined: 31 Jan 2012 Posts: 74
|
Posted: Thu Jul 26, 2012 8:44 am Post subject: acces violation at adress 0000000 when indicator load |
|
|
Hi support
I have an indicator which work well at home. My friend can't test it on his FT2 cause error when loaded (see picture joined). We try to re generate ticks, to delete all DATA ans copy mine DATA... same bugs. We try to recompile source code on his PC...same error.
what can we look at to resolve this strange error. Both PC are quite similar with Windows seven 64 bits
regards
Philippe _________________ Philippe |
|
| Back to top |
|
 |
FT Support
Joined: 11 Jul 2009 Posts: 902
|
Posted: Fri Jul 27, 2012 7:31 am Post subject: |
|
|
Hello Philippe,
Do you use any dates conversions in your indicator? do you have similar localization settings on both computers?
Please try removing some parts of code until the error is gone, in this way you can find a block which causes an error. also you can write a log file from your indicator's code. this log file will tell you the last code line which caused an error. also consider using try...catch blocks, this can also help you in your investigations. _________________ Check our other products here:
www.fx-metropolis.com
www.forexcopier.com |
|
| Back to top |
|
 |
Phil_Trade
Joined: 31 Jan 2012 Posts: 74
|
Posted: Fri Jul 27, 2012 9:11 am Post subject: |
|
|
| FT Support wrote: | Hello Philippe,
Do you use any dates conversions in your indicator? do you have similar localization settings on both computers?
Please try removing some parts of code until the error is gone, in this way you can find a block which causes an error. also you can write a log file from your indicator's code. this log file will tell you the last code line which caused an error. also consider using try...catch blocks, this can also help you in your investigations. |
I was more radical and do a complete copy of my FT folder on his PC, register his licence...and that's ok !
Mysterious isnt' it ! _________________ Philippe |
|
| Back to top |
|
 |
|