6
votes
7answers
832 views
Best Place to Store Config Files and Log Files on Windows for My Program?
I need to store log files and config files for my application. Where is the best place to store them?
Right now I'm just using the current directory, which ends up putting them in the Prog …
3
votes
6answers
290 views
Delphi App Communicates with Program That Ends Up Crashing Occasionally - Vendor Blames My Delphi App
I've written a Delphi DLL that communicates with a third party program via COM. Some users report that the third party program crashes occasionally. Others using the software in an identical fash …
2
votes
2answers
83 views
Location Coordinates On Computer Showing X=-32000, Y=-32000
I have a C# application that saves its state when it is closed and then reads in the saved state when it starts up. One item that is saved is the location of the main form. Normally this works gr …
