April 29, 2024, 10:49:56 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


List view and database

Started by Bruce Peaslee, August 09, 2006, 10:26:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bruce Peaslee

August 09, 2006, 10:26:07 PM Last Edit: August 10, 2006, 12:16:43 PM by peaslee
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.
Bruce Peaslee
"Born too loose."
iTired (There's a nap for that.)
Well, I headed for Las Vegas
Only made it out to Needles

kryton9

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"

kryton9

August 09, 2006, 10:57:18 PM #2 Last Edit: August 09, 2006, 11:01:22 PM by kryton9
I see that cds_winapi is not included in the zip, so that could be it as the static link one.

Bruce Peaslee

I have to go to a meeting right now, but I'll fix the download later this AM.

Sorry...
Bruce Peaslee
"Born too loose."
iTired (There's a nap for that.)
Well, I headed for Las Vegas
Only made it out to Needles

kryton9

No problem, will test it out tonight, I need to run errands this afternoon with my Dad and do some work at an office.

Bruce Peaslee

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.
Bruce Peaslee
"Born too loose."
iTired (There's a nap for that.)
Well, I headed for Las Vegas
Only made it out to Needles

kryton9

It is working nicely now. Thanks, will be a good one to study when I need to put together a database and listviews!!

Rock Ridge Farm (Larry)

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.

kryton9

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!!