Database ManagersDataFlex and C++ programming tips. Information about DataFlex Decompilers is also provided.Create a Custom Icon for a Console Mode Application- (Found June 24, 2008 ) Modify the default icon for a console-mode application. The modified resource can have both a 16-bit and a 32-bit icon. Each console-mode application can have a unqiue customized icon. Step-by-step instructions for modifying the icon are provided.http://www.decompile.com/cpp/faq/console_icon.htm FindFirst and FindNext Directory Listing Example- (Found June 24, 2008 ) An example program shows how to use findfirst and findnext to drill into directories using user-specified attribute filters.http://www.decompile.com/cpp/faq/findfirst_findnext.htm Append or Create a Log File Using fopen()- (Found June 24, 2008 ) Use fopen to create a file if it doesn't exist and to append to a file if it does exist.http://www.decompile.com/cpp/faq/fopen_write_append.htm DataFlex File Extensions- (Found June 24, 2008 ) Even though DataFlex has been around for over 25 years, all of the file extensions used in the first versions of DataFlex are still used and mean the same thing. This article provides a list of the file extensions used in DataFlex.http://www.decompile.com/dataflex/file_extensions.htm |