Discussion:
Link errors: IW9.0.42 with C++Builder2007
(too old to reply)
Tomohiro Takahashi
2008-07-09 03:33:16 UTC
Permalink
Hi, Chad-san
Im testing IW9.0.42 with C++Builder2007.

But, we got link errors when building standalone server.
1. ILINK32 Error Fatal: InCustomTCPServer.obj is not found
2. ILINK32 Error Fatal: IWLicenseKey.obj is not found

How can we use IW9.0.42 with C++Builder2007?
--
KEN <TAKAHASHI, Tomohiro>
Chad Z. Hower aka Kudzu
2008-07-11 16:46:54 UTC
Permalink
Post by Tomohiro Takahashi
Im testing IW9.0.42 with C++Builder2007.
But, we got link errors when building standalone server.
1. ILINK32 Error Fatal: InCustomTCPServer.obj is not found
2. ILINK32 Error Fatal: IWLicenseKey.obj is not found
I'm getting lots of reports from C+ builder users about missing files like
this. Ive added it to the list and we are investigating it.

Regarding license key not found, did you enter your key?
--
Keep up to date - read the IntraWeb blog!
http://www.atozed.com/intraweb/blog/
TAKAHASHI, Tomohiro
2008-07-11 23:38:07 UTC
Permalink
Hi

We can generate IWLicenseKey.obj by compiling IWLicenseKey.pas.
But, InCustomTCPServer.pas is not found.

Regards,
TAKAHASHI, Tomohiro
Post by Chad Z. Hower aka Kudzu
Post by Tomohiro Takahashi
Im testing IW9.0.42 with C++Builder2007.
But, we got link errors when building standalone server.
1. ILINK32 Error Fatal: InCustomTCPServer.obj is not found
2. ILINK32 Error Fatal: IWLicenseKey.obj is not found
I'm getting lots of reports from C+ builder users about missing files like
this. Ive added it to the list and we are investigating it.
Regarding license key not found, did you enter your key?
Chad Z. Hower aka Kudzu
2008-07-13 03:12:41 UTC
Permalink
Please see my post here:
http://www.atozed.com/intraweb/blog/20080713.aspx
--
Keep up to date - read the IntraWeb blog!
http://www.atozed.com/intraweb/blog/
Post by TAKAHASHI, Tomohiro
Hi
We can generate IWLicenseKey.obj by compiling IWLicenseKey.pas.
But, InCustomTCPServer.pas is not found.
Regards,
TAKAHASHI, Tomohiro
Post by Chad Z. Hower aka Kudzu
Post by Tomohiro Takahashi
Im testing IW9.0.42 with C++Builder2007.
But, we got link errors when building standalone server.
1. ILINK32 Error Fatal: InCustomTCPServer.obj is not found
2. ILINK32 Error Fatal: IWLicenseKey.obj is not found
I'm getting lots of reports from C+ builder users about missing files like
this. Ive added it to the list and we are investigating it.
Regarding license key not found, did you enter your key?
Chad Z. Hower aka Kudzu
2008-07-14 22:19:18 UTC
Permalink
Post by TAKAHASHI, Tomohiro
We can generate IWLicenseKey.obj by compiling IWLicenseKey.pas.
But, InCustomTCPServer.pas is not found.
I'm currently trying to install 2007 now but its stupid web installer is
fighting me. Hopefully I'll have good news soon and will check the problem
with the install.
--
Keep up to date - read the IntraWeb blog!
http://www.atozed.com/intraweb/blog/
Chad Z. Hower aka Kudzu
2008-07-19 00:37:28 UTC
Permalink
I've setup a clean 2007 install and am checking this now.
--
Keep up to date - read the IntraWeb blog!
http://www.atozed.com/intraweb/blog/
Post by TAKAHASHI, Tomohiro
Hi
We can generate IWLicenseKey.obj by compiling IWLicenseKey.pas.
But, InCustomTCPServer.pas is not found.
Regards,
TAKAHASHI, Tomohiro
Post by Chad Z. Hower aka Kudzu
Post by Tomohiro Takahashi
Im testing IW9.0.42 with C++Builder2007.
But, we got link errors when building standalone server.
1. ILINK32 Error Fatal: InCustomTCPServer.obj is not found
2. ILINK32 Error Fatal: IWLicenseKey.obj is not found
I'm getting lots of reports from C+ builder users about missing files like
this. Ive added it to the list and we are investigating it.
Regarding license key not found, did you enter your key?
Chad Z. Hower aka Kudzu
2008-07-19 02:09:43 UTC
Permalink
Ive just installed into a clean C++ 2007. There are some issues, but I found
easy work arounds for now.

I'll blog and post it back here. I think though you have already passed to
where I have, and you may need to do a reinstall of IW then perform the
steps in the blog.
--
Keep up to date - read the IntraWeb blog!
http://www.atozed.com/intraweb/blog/
Post by TAKAHASHI, Tomohiro
Hi
We can generate IWLicenseKey.obj by compiling IWLicenseKey.pas.
But, InCustomTCPServer.pas is not found.
Regards,
TAKAHASHI, Tomohiro
Post by Chad Z. Hower aka Kudzu
Post by Tomohiro Takahashi
Im testing IW9.0.42 with C++Builder2007.
But, we got link errors when building standalone server.
1. ILINK32 Error Fatal: InCustomTCPServer.obj is not found
2. ILINK32 Error Fatal: IWLicenseKey.obj is not found
I'm getting lots of reports from C+ builder users about missing files like
this. Ive added it to the list and we are investigating it.
Regarding license key not found, did you enter your key?
Chad Z. Hower aka Kudzu
2008-07-19 02:30:25 UTC
Permalink
Please review this:
http://www.atozed.com/intraweb/blog/20080719A.aspx
--
Keep up to date - read the IntraWeb blog!
http://www.atozed.com/intraweb/blog/
Post by TAKAHASHI, Tomohiro
Hi
We can generate IWLicenseKey.obj by compiling IWLicenseKey.pas.
But, InCustomTCPServer.pas is not found.
Regards,
TAKAHASHI, Tomohiro
Post by Chad Z. Hower aka Kudzu
Post by Tomohiro Takahashi
Im testing IW9.0.42 with C++Builder2007.
But, we got link errors when building standalone server.
1. ILINK32 Error Fatal: InCustomTCPServer.obj is not found
2. ILINK32 Error Fatal: IWLicenseKey.obj is not found
I'm getting lots of reports from C+ builder users about missing files like
this. Ive added it to the list and we are investigating it.
Regarding license key not found, did you enter your key?
Tomohiro Takahashi
2008-07-19 13:08:17 UTC
Permalink
Hi,
Thanks for workaround.
I will check it out.

Regards,
TAKAHASHI, Tomohiro
Post by Chad Z. Hower aka Kudzu
http://www.atozed.com/intraweb/blog/20080719A.aspx
Chad Z. Hower aka Kudzu
2008-07-22 17:25:45 UTC
Permalink
Ive updated the page with further information.
--
Keep up to date - read the IntraWeb blog!
http://www.atozed.com/intraweb/blog/
Post by Tomohiro Takahashi
Hi,
Thanks for workaround.
I will check it out.
Regards,
TAKAHASHI, Tomohiro
Post by Chad Z. Hower aka Kudzu
http://www.atozed.com/intraweb/blog/20080719A.aspx
Tomohiro Takahashi
2008-07-23 04:11:53 UTC
Permalink
Many thanks.

I hope new revision will be released in the near future.
--
Embarcadero
KEN <TAKAHASHI, Tomohiro>
http://www.embarcadero.com/
http://www.codegear.com/jp
Post by Chad Z. Hower aka Kudzu
Ive updated the page with further information.
--
Keep up to date - read the IntraWeb blog!
http://www.atozed.com/intraweb/blog/
Post by Tomohiro Takahashi
Hi,
Thanks for workaround.
I will check it out.
Regards,
TAKAHASHI, Tomohiro
Post by Chad Z. Hower aka Kudzu
http://www.atozed.com/intraweb/blog/20080719A.aspx
Chad Z. Hower aka Kudzu
2008-07-23 23:04:31 UTC
Permalink
Post by Tomohiro Takahashi
I hope new revision will be released in the near future.
We are working on a new build, but because the version number changed it has
a lot of impacts on the build process. I hope in the next few weeks at most
we'll have a test release available.
--
Keep up to date - read the IntraWeb blog!
http://www.atozed.com/intraweb/blog/
Loading...