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: | 98 |
Nodes: | 16 (1 / 15) |
Uptime: | 00:16:57 |
Calls: | 6,176 |
Calls today: | 4 |
Files: | 8,459 |
D/L today: |
379 files (252M bytes) |
Messages: | 348,779 |
Posted today: | 3 |