Error E2238 InterBBS.h 35: Multiple declaration for 'WORD'
Error E2344 c:\Borland\Bcc55\include\windef.h 145: Earlier declaration of 'WORD'
Error E2034 interbbs.c 236: Cannot convert 'void *' to 'char *' in function IBSend(tIBInfo *,char *,void *,int)
Nightfox scribbed to Jon Justvig <=-
Re: OpenDoors & InterBBS Toolkits
By: Jon Justvig to All on Fri Mar 05 2010 18:19:44
It sounds like WORD is declared in both InterBBS.h and windef.h, and
thus, they're clashing (C/C++ compilers usually like things declared
only once).
Error E2034 interbbs.c 236: Cannot convert 'void *' to 'char *' in function IBSend(tIBInfo *,char *,void *,int)
That's a littleworrisome. Usually, if programmers really know what they're doing, an explicit cast should solve those problems, and it
looks like the InterBBS library has a bunch of those problems. It
would probably take quite a bit of time to go through and fix the library..
Nightfox scribbed to Jon Justvig <=-
Re: OpenDoors & InterBBS Toolkits
By: Jon Justvig to All on Fri Mar 05 2010 18:19:44
It sounds like WORD is declared in both InterBBS.h and windef.h, and
thus, they're clashing (C/C++ compilers usually like things declared
only once).
Error E2034 interbbs.c 236: Cannot convert 'void *' to 'char *' in function IBSend(tIBInfo *,char *,void *,int)
That's a littleworrisome. Usually, if programmers really know what they're doing, an explicit cast should solve those problems, and it
looks like the InterBBS library has a bunch of those problems. It
would probably take quite a bit of time to go through and fix the library..
| Sysop: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 133 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 05:37:27 |
| Calls: | 8,226 |
| Calls today: | 6 |
| Files: | 9,483 |
| U/L today: |
31 files (26,537K bytes) |
| D/L today: |
386 files (446M bytes) |
| Messages: | 407,145 |
| Posted today: | 3 |