Tuesday, March 28, 2006

Query Example

This example details various types of query dialogs. I will do following assignments on basis of this example.

1. Single view with a list control which is populated from file on the FS
2. Multiple view app from the scratch. Will keep adding views until it resemples the actual app.

The second part is in progress. I have an app with 2 views. The second view has a data query and the filled data appears on a label on 2nd view. It isn't the most optimized thingy but it works.

Here are some of the observations..

1. iCoeEnv->ReadResource() isn't working but I know how to make it.
2. If a .rsg file cannot be opened, it may be because the file has not been created in the first place because of errors in the file.
3. Compile error incase header uses a component without including the component's header. Error shows in corresponding .cpp file though.
4. "Illegal use of incomplete struct/union/class" error occurs if corresponding header isn't included.
5. "Undefined Symbol" error of some old function can be resolved by cleaning and rebuilding.
6. Buffers are used as literals. They are interchangeable.

0 Comments:

Post a Comment

<< Home