Page 1 of 1

Unresolved external 'Demoform::DemoForm'

Posted: Tue 10 Aug 2010 20:48
by jjeffman
Hello.

I am trying to compile the ODAC Demo project. There is no any CBuilder "bpr" file, though. :(
I have made one by myself and I have included all the units the original "dpr" file does.
I have been getting the error bellow, but I did not find any correspondent text in the project. :?
Can you help me on this task ?

Code: Select all

"Linker Error" Unresolved external 'Demoform::DemoForm' referenced from C:\ARQUIVOS DE PROGRAMAS\BORLAND\CBUILDER6\COMPONENTS\ODAC\DEMOS\ODACDEMO\ODACDEMO.OBJ

Posted: Wed 11 Aug 2010 13:13
by bork
Hello

There are two demos for CBuilder in the folder where ODAC was installed:
C:\Program Files\Devart\Odac for CBuilder 6\Demos\Miscellaneous\CBuilder\
C:\Program Files\Devart\Odac for CBuilder 6\Demos\Miscellaneous\VirtualTableCB\

Unfortunately, the main demo was developed for Delphi. If you have Delphi 6 also, then you can run this demo. All classes, methods, properties, functions, etc. have the same names in CBuilder and Delphi, so this demo will be useful for you.