Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > compiling zvnc from gcc to bcc32

Reply
Thread Tools

compiling zvnc from gcc to bcc32

 
 
joe
Guest
Posts: n/a
 
      12-27-2003
i am trying to compile a port with zebedee of vnc with bcc32
So far i am still trying to get the viewer running.
I am using the bcc32 compiler. and I get a couple of errors with the
zebedeelib.c. some gcc to bcc errors. I belive the main problem now is
the
extern void message(unsigned short, int, char *, ...);
i get a few in compatible pointer errors when compiling the zebedeelib


MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
zebedeelib.c:
Warning W8075 zebedeelib.c 853: Suspicious pointer conversion in function
readMessage
Warning W8066 zebedeelib.c 884: Unreachable code in function readMessage
Warning W8075 zebedeelib.c 966: Suspicious pointer conversion in function
writeMessage
Warning W8065 zebedeelib.c 1764: Call to function 'InitializeZeBeDeeLib'
with
no prototype in function InitializeClientParameters
Warning W8065 zebedeelib.c 2393: Call to function 'InitializeZeBeDeeLib'
with
no prototype in function InitializeServerParameters
Warning W8065 zebedeelib.c 2954: Call to function 'InitializeZeBeDeeLib'
with
no prototype in function DefaultEncryptionParameters
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation

but this are all warnings so it might still work. the error happens
when i compile vncviewer

MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
nt.cpp:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_message' referenced from
C:\VNC_WINSRC\VNCVIEWER\ZEELIB\ZEELIB.LIB|zebedeel ib
can anyone tell me what this error are from?
 
Reply With Quote
 
 
 
 
Jeff Schwab
Guest
Posts: n/a
 
      12-27-2003
joe wrote:
> i am trying to compile a port with zebedee of vnc with bcc32
> So far i am still trying to get the viewer running.
> I am using the bcc32 compiler. and I get a couple of errors with the
> zebedeelib.c. some gcc to bcc errors. I belive the main problem now is
> the
> extern void message(unsigned short, int, char *, ...);
> i get a few in compatible pointer errors when compiling the zebedeelib
>
>
> MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
> zebedeelib.c:
> Warning W8075 zebedeelib.c 853: Suspicious pointer conversion in function
> readMessage
> Warning W8066 zebedeelib.c 884: Unreachable code in function readMessage
> Warning W8075 zebedeelib.c 966: Suspicious pointer conversion in function
> writeMessage
> Warning W8065 zebedeelib.c 1764: Call to function 'InitializeZeBeDeeLib'
> with
> no prototype in function InitializeClientParameters
> Warning W8065 zebedeelib.c 2393: Call to function 'InitializeZeBeDeeLib'
> with
> no prototype in function InitializeServerParameters
> Warning W8065 zebedeelib.c 2954: Call to function 'InitializeZeBeDeeLib'
> with
> no prototype in function DefaultEncryptionParameters
> TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation
>
> but this are all warnings so it might still work. the error happens
> when i compile vncviewer
>
> MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
> nt.cpp:
> Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
> Error: Unresolved external '_message' referenced from
> C:\VNC_WINSRC\VNCVIEWER\ZEELIB\ZEELIB.LIB|zebedeel ib
> can anyone tell me what this error are from?


FYI, you posted to comp.lang.c++. This is a newsgroup where the C++
language is discussed; you are unlikely to get much help with a
particular compiler or non-standard library, like Zebedee.

Try contacting Zebedee about your error message. Alternatively, you
might try tracking down the problem in the code yourself, so you have a
better understanding of what has gone wrong. If you have trouble
understanding the code, you might ask for some guidance in comp.lang.c.

Good luck,
Jeff

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to compile and run program at the same time with BCC32 in SciTE? Billy C++ 4 02-10-2008 10:45 AM
Is it because of diffrence between bcc32 and gcc? jigsaw C Programming 4 05-08-2006 03:30 PM
How to disable preprocessor checks in BCC32 Nicola Mezzetti C++ 6 02-03-2006 04:24 AM
swig python-bcc32 problem ajikoe@gmail.com C++ 2 12-01-2005 03:07 PM
BCC32 under win environment Zach Dennis Ruby 1 11-14-2003 01:48 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57