C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 10-21-2009, 04:06 PM   #1
Registered User
 
Join Date: Oct 2009
Posts: 7
ibraries in C++

Hi all,

I have a library in C++ which is targeted for linux platform. Although, it's author say that with some modifications, it can be built in windows.
Now, this library needs another C++ library which does support windows, and i hav also successfully built it using VC++.

Now, how do I use the linux based library in windows?

Including the source code files directly into VC++ is not working. It's not recognizing the header files present and throwing syntax errors as if it's not C++ at all..


Regards,

Abhijit
abhipro is offline   Reply With Quote
Old 10-21-2009, 04:48 PM   #2
Registered User
 
Join Date: Sep 2004
Location: California
Posts: 2,845
Quote:
Originally Posted by abhipro View Post
Hi all,

I have a library in C++ which is targeted for linux platform. Although, it's author say that with some modifications, it can be built in windows.
Now, this library needs another C++ library which does support windows, and i hav also successfully built it using VC++.

Now, how do I use the linux based library in windows?

Including the source code files directly into VC++ is not working. It's not recognizing the header files present and throwing syntax errors as if it's not C++ at all..


Regards,

Abhijit
The library is probably including headers which only exist on Linux -- not Windows. It's hard to give more info without seeing the code or the errors though.
__________________
bit∙hub [bit-huhb] n. A source and destination for information.
bithub is offline   Reply With Quote
Reply

Tags
c++, library, linux, windows

Thread Tools
Display Modes

Forum Jump


All times are GMT -6. The time now is 08:56 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22