Is your 64bit program really solid ?
Posted: Thu Feb 14, 2013 2:45 pm
Is your 64bit program really solid ?
For sure, the project i'm working on is not
My project was running well in both x86-x64 mode until i was reading your issue Freak about 64 bit program on PB blog.
(http://www.purebasic.fr/blog/?cat=8 August 16, 2009).
So, i change registry key as you explain, restarted my computer and result was as it has to be with your example (000007FFFXXXXXXX).
But now, my project on x64 crash at compilation, PB debugger tells nothing, it crash with or without debugger.
I spent many hours to try to find the problem(s?) but without succes.
My project has about 55000 lines (a lot of comments
) and the debugger freeze on line 22003 but i find nothing.
French message is this :
Le compilateur ne reponds plus. Il va être redemarre.
Envoyez-nous si vous le pouvez etc...
How could i isolate the problem ?
May i have to send the code to you Fred ?
compiler has purifier checked, is in unicode compilation and thread safe.
Tks
For sure, the project i'm working on is not
My project was running well in both x86-x64 mode until i was reading your issue Freak about 64 bit program on PB blog.
(http://www.purebasic.fr/blog/?cat=8 August 16, 2009).
So, i change registry key as you explain, restarted my computer and result was as it has to be with your example (000007FFFXXXXXXX).
But now, my project on x64 crash at compilation, PB debugger tells nothing, it crash with or without debugger.
I spent many hours to try to find the problem(s?) but without succes.
My project has about 55000 lines (a lot of comments
French message is this :
Le compilateur ne reponds plus. Il va être redemarre.
Envoyez-nous si vous le pouvez etc...
How could i isolate the problem ?
May i have to send the code to you Fred ?
compiler has purifier checked, is in unicode compilation and thread safe.
Tks