... hb_vmSend(0);}hb_gcSetCollecting(bCollecting); // Ensure GC is reset even after errors ### 6. **Isolate Problematic Sections** If you know where the crash is likely happening (for example, around `hb_vmSend(0)`), isolate that code into a separate ...
... all of the files from the directory where the .exe resides, including .dll files, and suddenly it worked. So ... my first step is to see if I can isolate exactly what .dll file might have been different.
... of course it all works perfectly on my computers so I can't replicate a problem ... I'd appreciate any thoughts on where I should look to try and isolate this problem. Your input is appreciated.
... it, then SET DELETED OFF is still active, and every browse in the system will show the deleted records again. What would be helpful is if we could isolate the deleted to the tDatabase class. For now, I will play with this to see if I can better protect it.
... bring them back. I noticed this several years back, then it disappeared, and in recent versions it is back. What should I look for in my code to isolate and correct this behavior ? I'm using the latest build of FWH, with Microsoft Visual Studio Community. My resources are all in an .rc file. ...
To All I have been trying to isolate the "service" that causes Resedit to Start and then quit ... quite by accident I disabled the Networking services and Resedit is now working .. Connect the internet ( either wireless or ethernet ...
... lower level ORM that you refer to, we can accomplish the same objectives with our OOP (even if it may require slightly more code). And this does isolate our code from the relational database so it does accomplish abstraction. So we can either continue to write procedural code, or we can use the ...
I brought this issue up a long time ago. I never fixed it but I did just spend the last few minutes trying to isolate it to root cause. It appears to only happen with an MDI window, and can be reproduced by a simple edit of c:\fwh\samples\mdi.prg. This issue doesn't show up everywhere, ...
... also can compile projects without a call to nmake. Only our big project with a mak-file and call to nmake.exe has this issue. I'm still trying to isolate the problem and will respond once I have more details or when it is solved. Thanks for your help.
... database. Even simple bugs in any of these programs can play havoc to the entire database. Large organisations which adopt good practices isolate UI software from DataBase software, generally handled by different teams. UI programmer does not have to know anything about the backend database ...
OK ... I must admit this is a very strange, yet specific, problem. I've tried a lot of ways to isolate and resolve the problem but so far have not been successful PROBLEM When activating a xbrowse of a database, using no index, point to a record and click the left mouse ...
... If it does, then try searching your step 3 code, but it could be in Fivewin code, so you may need to comment out sections of Step 3 to try to isolate where it is happening. I always try to do a binary search thing, but commenting out half the code, then the other half. Then if you find which ...
... in my applications. This is a library that was provided along with some code for using SSL capabilities in programs, but I can't seem to isolate where / why. The libraries also have .lib files for use in xHarbour / Harbour applications. I'm trying to track back and see what they are used ...