devxlogo

Tip Bank

DevX - Software Development Resource

MFC applications

Question: I have no experience with MFC applications, and I am wondering if there is a URL that gives very basic samples of code for applications. I can’t even figure

DevX - Software Development Resource

Java numerical performance

Question: I’m thinking of reimplementing a computationally intensive scientific app in Java. What fraction of native C speed do people usually see with current Java compilers? Answer: This is not

DevX - Software Development Resource

Watching Index Use

Question: The goal is to watch queries for their use, nonuse, or abuse of indices (using SQL Server 6.5). One of the problems is to be sure that a given

DevX - Software Development Resource

SysTray Popup Menu

Question: I’ve used your technique for getting the icon in the tray and for being notified when the user has clicked on it, but I’m having a problem getting a

DevX - Software Development Resource

Testing String Equality

Question: This is a section from a program I am writing. It goes through the first if statement fine, but when it gets to the second if statement it doesn’t

DevX - Software Development Resource

security – object permissions

Question: Why can’t I revoke the “update” permission from four tables in a database in the object permissions GUI? I have successfully revoked “update” from all other tables in the

DevX - Software Development Resource

Global Fucntion in Datawindow fails in exe

Question: I’m working on PowerBuilder 6 under a Windows environment. I’m calling a global function in a datawindow object. This function gets called perfectly in the development environment, but it

DevX - Software Development Resource

Function Pointers

Question: I’m converting an fsm from C to Java. The C code has a struct and one of the members contains a pointer that contains the address of a function.