 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
DougJones Guest
|
Posted: Tue Dec 16, 2003 1:21 pm Post subject: New user needs help |
|
|
I just installed bcc55 the command line compiler and my first try at
compiling goes like this.
//Create a treeview.
#include <windows.h>
#include <commctrl.h>
.....snip
void StartTheDriveNodes(HWND hwndTV)
{
TV_INSERTSTRUCT tvins;
TV_ITEM tvi;
....snip
tvins.item = tvi;
....snip
C:borlandbcc55ppx>bcc32 -c -W imx.c
Its a big program and the only error is:
Error E2451 imx.c 301: Undefined symbol 'item' in function
StartTheDriveNodes
This programm compiles and runs just fine with LCCWin32.
Can anyone tell me if there's a little trick or option that I'm missing?
Any help at all is greatly appreciated.
Thanks
Doug Jones
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|