PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → OT memory error?
OT memory error?
Débuté par Teun van Unen, 08 fév. 2005 23:04 - 5 réponses
Posté le 08 février 2005 - 23:04
Hello,
I get the following error (sorry it's Dutch) :

I thought RAM error. I have 2 x 512kb call them A and B. I have removed B so only A present : same error. I have replaced A by B : same error. So I think it's not RAM or A+B both must be damaged.
Have somebody (another) idea what this could be?
TIA, Teun.
Posté le 09 février 2005 - 03:22
G'day Teun
Try this
http://www.pchelper.nl/forum/index.php… and
http://www.pchelper.nl/forum/index.php…
no idea what it is - all double dutch to me :)
Regards
Al
Posté le 09 février 2005 - 16:30
G'day Teun
Try this
http://www.pchelper.nl/forum/index.php… and
http://www.pchelper.nl/forum/index.php…
no idea what it is - all double dutch to me :)
Regards
Al

Hi Al,
Thanks, I have checked and taken some concerning actions, but that don't solve my problems. I have got now another message similar to the first one at the same point : after copying the CRM example and changed fieldnames WinDev ask for changing a lot of things and at least also file converting : after asking for some OK's and before the real conversion take place I get this error :

English translation : 'The command at ..... refers to memory at ......... The read- or write-operation ("read") in memory has failed. Click OK to abort the program.'
Now my WinDev apps is wrong because off wrong references/dependensies : links gone, code with 'old' fieldnames a.s.o.
Now I go for a walk in fresh air.
Teun.
Posté le 09 février 2005 - 17:13
G'day Teun
If these problems are occurring as you save the changed analysis or during the file convert then I would try deleting the fics, ndx and mmo files so the analysis is saving structures only and not running the conversion. If you check the original CRM project you will find hard coded directory and filename reference to images in the products and the employee files. It shouldn't matter but these references and there may be others, could be causing problems as you are now running in different directories. The files are easily created again either manually in WDMap or with HcreationIfNotFound().
Regards
Al
Posté le 09 février 2005 - 17:24
G'day Teun
If these problems are occurring as you save the changed analysis or during the file convert then I would try deleting the fics, ndx and mmo files so the analysis is saving structures only and not running the conversion. If you check the original CRM project you will find hard coded directory and filename reference to images in the products and the employee files. It shouldn't matter but these references and there may be others, could be causing problems as you are now running in different directories. The files are easily created again either manually in WDMap or with HcreationIfNotFound().
Regards
Al

Al, Thanks. Maybe that's it. I'll give it a try.
Teun.
Posté le 09 février 2005 - 20:36
G'day Teun
If these problems are occurring as you save the changed analysis or during the file convert then I would try deleting the fics, ndx and mmo files so the analysis is saving structures only and not running the conversion. If you check the original CRM project you will find hard coded directory and filename reference to images in the products and the employee files. It shouldn't matter but these references and there may be others, could be causing problems as you are now running in different directories. The files are easily created again either manually in WDMap or with HcreationIfNotFound().
Regards
Al

I have done what you wrote and after that I have changed all field- and file-names I wanted and I got no problems at all.
Thanks again, Teun.