IT Community - Software Programming, Web Development and Technical Support

How to Compile ipl98 in Borland C++???

This is a discussion on How to Compile ipl98 in Borland C++??? within the C and C++ Programming forums, part of the Software Development category; Hi all, I am using ipl98, but i cannot compile it in Borland C ++. I want to use .lib file ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > C and C++ Programming

Register FAQ Members List Calendar Mark Forums Read
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 09-20-2007, 03:56 AM
kukuta kukuta is offline
D-Web Trainee
 
Join Date: Sep 2007
Posts: 5
kukuta is on a distinguished road
Default How to Compile ipl98 in Borland C++???

Hi all,

I am using ipl98, but i cannot compile it in Borland C ++. I want to use .lib file by the way: compile these files(ipl98_borland.bpr and ipl98_borland_d.bpr) into ipl98_borland.lib and ipl98_borland_d.lib. If everybody know ipl98, please show me!!!

Best Regards

Have a nice day!!!
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-20-2007, 06:40 AM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 299
Karpagarajan is on a distinguished road
Thumbs up Re: How to Compile ipl98 in Borland C++???

Hi Kukuta,
Actually the IPL98(Image Processing Library 98) is not supporting for VC++ 6.0 or Borland C++. But it can support for VC++.NET. So you can use your IPL98 files to be combiled in the VC++.NET and get the lib file and use it in your vc++ 6.0 or borland c++. The thing you needs to do is create the vc++.net project and combile your source as a (dll) ActiveX Library component. This dll you can use it in anyware.

Hope this will help you. If anything else let me know.

thanks
__________________
Karpagarajan. R
Necessity is the mother of invention
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-20-2007, 07:47 PM
kukuta kukuta is offline
D-Web Trainee
 
Join Date: Sep 2007
Posts: 5
kukuta is on a distinguished road
Default Re: How to Compile ipl98 in Borland C++???

Hi Karpagarajan. R

Thanks for your instructions. However, how about ipl98 version 2.18? Has it support for VC++ 6.0 or Borland C++? If it can support for them, can you show me the way to compile ipl98 in borland C++?

Thanks alot

good luck!
kukuta.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-21-2007, 01:03 AM
kukuta kukuta is offline
D-Web Trainee
 
Join Date: Sep 2007
Posts: 5
kukuta is on a distinguished road
Default Re: How to Compile ipl98 in Borland C++???

Hi Karpagarajan. R

You show me using VC++.Net to compile ipl98 version 2.20. And I do that, but the result I get the error. The error is "fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory". but the stdafx.h existed in the project. if i close the stdafx.h, when i compile, it will get the next include to show the error.... If you know the error please help me!!

Once thing, to be exactly: VC++.Net means Visual studio 2005(choosing VC++/Win32 console application/dll)??????

thanks so much!
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-21-2007, 02:17 AM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 299
Karpagarajan is on a distinguished road
Thumbs up Re: How to Compile ipl98 in Borland C++???

Hi Kukuta,

The VC++.Net means you can use any lower version of Visual studio 2005. That is the ipl98 has the dependecy files from .Net framework. thats why it can be built through the VC++.net environment. But I have work with the ipl98 library files. It is working for me. Here I gave the instruction to make the files reachable by VC++
  • choose Tools | Options.
  • In the dialog box choose the tab Directories, select the Include files area in the drop down menu named Show Directories for and add the path "ip98 file path" (Downloaded the IPL98 library and extract the file to a common place)
  • To include the main header file in IPL98 into your project insert this line in top of your file:
#include <ipl98/ipl98_cplusplus.h>
It will be worked in VC++ 6.0. I will check with borland c++ and let u know.

thanks
__________________
Karpagarajan. R
Necessity is the mother of invention
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 09-21-2007, 02:37 AM
kukuta kukuta is offline
D-Web Trainee
 
Join Date: Sep 2007
Posts: 5
kukuta is on a distinguished road
Default Re: How to Compile ipl98 in Borland C++???

Hi Karpagarajan. R

I am sorry you, I am using VC++ 2005 to compile ipl98. and i use it to compile ipl98 to get dll. However, get alot of errors look like:

Error 1 fatal error C1083: Cannot open source file: '..\ipl98\cpp\byte_image.cpp': No such file or directory c1xx
Error 2 fatal error C1083: Cannot open source file: '..\ipl98\cpp\complex_image.cpp': No such file or directory c1xx
Error 3 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\coordinate_transform.cpp' : No such file or directory c1xx
Error 4 fatal error C1083: Cannot open source file: '..\ipl98\cpp\corresponding_3d2d_points.cpp': No such file or directory c1xx
Error 5 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\equation_solver.cpp': No such file or directory c1xx
Error 6 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\feature_extraction.cpp': No such file or directory c1xx
Error 7 fatal error C1083: Cannot open source file: '..\ipl98\cpp\float_image.cpp': No such file or directory c1xx
Error 8 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\graph_plot2d.cpp': No such file or directory c1xx
Error 9 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\graphics.cpp': No such file or directory c1xx
Error 10 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\hough_transform\hough_bas e.cpp': No such file or directory c1xx
Error 11 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\hough_transform\hough_pro brht_line.cpp': No such file or directory c1xx
Error 12 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\hough_transform\hough_rht _circle.cpp': No such file or directory c1xx
Error 13 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\hough_transform\hough_rht _line.cpp': No such file or directory c1xx
Error 14 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\hough_transform\hough_sht _line.cpp': No such file or directory c1xx
Error 15 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\hough_transform\hough_spa ce2d.cpp': No such file or directory c1xx
Error 16 fatal error C1083: Cannot open source file: '..\ipl98\cpp\image.cpp': No such file or directory c1xx
Error 17 fatal error C1083: Cannot open source file: '..\ipl98\cpp\int_image.cpp': No such file or directory c1xx
Error 18 fatal error C1083: Cannot open source file: '..\ipl98\cpp\ipl98_general_functions.cpp': No such file or directory c1xx
Error 19 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\local_operation.cpp': No such file or directory c1xx
Error 20 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\mask_operation.cpp': No such file or directory c1xx
Error 21 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\morphology.cpp': No such file or directory c1xx
Error 22 fatal error C1083: Cannot open source file: '..\ipl98\cpp\palette.cpp': No such file or directory c1xx
Error 23 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\perspective.cpp': No such file or directory c1xx
Error 24 fatal error C1083: Cannot open source file: '..\ipl98\cpp\pixelgroup.cpp': No such file or directory c1xx
Error 25 fatal error C1083: Cannot open source file: '..\ipl98\cpp\pixelgroups.cpp': No such file or directory c1xx
Error 26 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\segmentate.cpp': No such file or directory c1xx
Error 27 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\hough_transform\sparse_ho ugh_space2d.cpp': No such file or directory c1xx
Error 28 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\hough_transform\sparse_ho ugh_space3d.cpp': No such file or directory c1xx
Error 29 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\spectral.cpp': No such file or directory c1xx
Error 30 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\statistic.cpp': No such file or directory c1xx
Error 31 fatal error C1083: Cannot open source file: '..\ipl98\cpp\std_image.cpp': No such file or directory c1xx
Error 32 fatal error C1083: Cannot open source file: '..\ipl98\cpp\text.cpp': No such file or directory c1xx
Error 33 fatal error C1083: Cannot open source file: '..\time\time_date.cpp': No such file or directory c1xx
Error 34 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\topography.cpp': No such file or directory c1xx
Error 35 fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory

I set properties: (Right click project, click properties, choose configuration properties, choose general: in the general ...............)

If you have used it in the VC++2005, can you show me

thanks alot
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-21-2007, 03:32 AM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 299
Karpagarajan is on a distinguished road
Thumbs up Re: How to Compile ipl98 in Borland C++???

Hi Kukuta,
The given error shows that the vc++.net couldnot open the source file.
Error 1 fatal error C1083: Cannot open source file: '..\ipl98\cpp\byte_image.cpp': No such file or directory c1xx
Error 2 fatal error C1083: Cannot open source file: '..\ipl98\cpp\complex_image.cpp': No such file or directory c1xx
Error 3 fatal error C1083: Cannot open source file: '..\ipl98\cpp\algorithms\coordinate_transform.cpp' : No such file or directory c1xx
Can you check whether the source path has been linked properly or the source code folder is correct path in your vc++.net file? Just link the source file path correctly in the tools->option->Directories.

I will check the same thing in my VC++.net and get the answer for you...

thanks
__________________
Karpagarajan. R
Necessity is the mother of invention
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

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

LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/c-c-programming/3868-how-compile-ipl98-borland-c.html
Posted By For Type Date
DiscussWeb IT Community - Technical Support and Technology Discussions This thread Refback 09-25-2007 02:32 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Please help me using ipl98library version 2.20 in Borland C++!!! kukuta C and C++ Programming 0 10-01-2007 08:08 PM
Does somebody compile SharpMap for CF2 ? theone Mobile Software Development 1 07-27-2007 05:56 AM
Write any small program that will compile in "C" but not in "C++" Sabari C and C++ Programming 1 07-24-2007 04:48 AM


All times are GMT -7. The time now is 04:22 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0