IonicWind Software

Aurora Compiler => Software Projects => Topic started by: Bruce Peaslee on August 09, 2006, 10:26:07 PM

Title: List view and database
Post by: Bruce Peaslee on August 09, 2006, 10:26:07 PM
Here is something I've started to practice with the database code. It also has a list view that works pretty well.

It's all in a zip file. Be sure to put the include files in the right folder.

I've had problems with uploading projects before - so let me know if it works.

Edit: upload fixed.
Title: Re: List view and database
Post by: kryton9 on August 09, 2006, 10:56:03 PM
I downloaded the zip. Cleared out Aurora, by closing open projects and all open files. I loaded up your project file and when it asked to update the files, I said yes. When I go to run, it can't find stuff. Here is what I get.

Compiling...
HoodMap2.src
Unable to Open - cds_WinAPI.inc
Unable to Open - StaticLink.inc
File: QuickDialog.inc (60) unknown type
File: QuickDialog.inc (131) undefined variable - pStatic
File: QuickDialog.inc (131) illegal parameter to DELETE
File: QuickDialog.inc (155) undefined variable - pStatic
File: QuickDialog.inc (156) undefined variable - pStatic
File: QuickDialog.inc (156) unsupported use of *
File: QuickDialog.inc (156) Typecast must be specified
File: QuickDialog.inc (156) invalid use of dot operator, unknown type
File: QuickDialog.inc (157) Warning: undeclared function 'SetPropA'
File: QuickDialog.inc (157) undefined variable - pStatic
File: QuickDialog.inc (157) illegal operand
File: QuickDialog.inc (157) undefined variable - pStatic
File: QuickDialog.inc (157) unsupported use of *
File: QuickDialog.inc (157) Typecast must be specified
File: QuickDialog.inc (157) invalid use of dot operator, unknown type
File: QuickDialog.inc (158) undefined variable - pStatic
File: QuickDialog.inc (158) unsupported use of *
File: QuickDialog.inc (158) Typecast must be specified
File: QuickDialog.inc (158) unknown class
File: QuickDialog.inc (159) undefined variable - pStatic
File: QuickDialog.inc (159) unsupported use of *
File: QuickDialog.inc (159) Typecast must be specified
File: QuickDialog.inc (159) unknown class
File: QuickDialog.inc (183) Warning: undeclared function 'LoadImageA'
File: QuickDialog.inc (183) Warning: undeclared function 'GetModuleHandleA'
File: C:\Documents and Settings\HP_Administrator\My Documents\My Programming\Aurora\examples\forums\Database\HoodMap2.src (471) Warning: undeclared function 'GetSysColor'
Error(s) in compiling "C:\Documents and Settings\HP_Administrator\My Documents\My Programming\Aurora\examples\forums\Database\HoodMap2.src"
Title: Re: List view and database
Post by: kryton9 on August 09, 2006, 10:57:18 PM
I see that cds_winapi is not included in the zip, so that could be it as the static link one.
Title: Re: List view and database
Post by: Bruce Peaslee on August 10, 2006, 09:20:20 AM
I have to go to a meeting right now, but I'll fix the download later this AM.

Sorry...
Title: Re: List view and database
Post by: kryton9 on August 10, 2006, 09:30:55 AM
No problem, will test it out tonight, I need to run errands this afternoon with my Dad and do some work at an office.
Title: Re: List view and database
Post by: Bruce Peaslee on August 10, 2006, 12:19:03 PM
Well, I've learned my lesson. I can't seem to keep all the various include files straight when I try to upload an example.ÂÃ,  :P

I think what I will do is go back and put all the stuff into one include file. The upload is now hopefully fixed. Again, sorry to all those who downloaded already.
Title: Re: List view and database
Post by: kryton9 on August 10, 2006, 05:56:53 PM
It is working nicely now. Thanks, will be a good one to study when I need to put together a database and listviews!!
Title: Re: List view and database
Post by: Rock Ridge Farm (Larry) on August 11, 2006, 06:27:04 AM
You could also look at the stock quote program I posted in examples - it uses listview and database. You could use it for
a second one to compare with.
Title: Re: List view and database
Post by: kryton9 on August 11, 2006, 10:11:20 AM
THanks Larry too, I get into databases and things often, right now in a 3d mode, but I got a project for a friend sort of in the makes and will be looking at both fine examples in detail. Great to have these nice examples!!