473,396 Members | 1,785 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How to engage other package with my project?

5
I am working with a project using c++ under Unix, I am trying to merege other package that built by c but I have a problem, that is when call a specific function fatal error appears and there is include file called config.h this file is one of many preprocessing files that is not exist.
Jul 23 '07 #1
1 1040
weaknessforcats
9,208 Expert Mod 8TB
1)You need to have the function prototytpes in the files where you call the C functions.
2) Usually, there are header files for these prototypes.
3) You need to turn off the name mangler in C++ or you will never find the C file name. Be sure you have:

extern "C"
{
#include <C Package Header File Name>
}

in your C++ source files.
Jul 23 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: flupke | last post by:
Hi, I developed a package with a structure like this src/ tesfile.py dir1/ __init__.py file1.py dir2/ __init__.py
1
by: Tom | last post by:
Hi I built a C# web application and need to package it to an exe file. I selected dll and content files. It shows an error when I build the deployment project Error: Cannot build project...
5
by: kevin bailey | last post by:
how do i call, run or execute a DTS package from an APS (aspx) page? platform win2k iis (the one that comes with win2k) sql server 2000 - with a test dts package ready to be called ..NET...
6
by: jt | last post by:
Using VB.NET 2003 and wanting to make a setup for my program. In VB6 there is package wizard but being a newbie can't seem to find the package wizard in VB.NET. Any help is surely appreciated. ...
1
by: muthukumaran.1982 | last post by:
I have developed a vb.net project. Everything went smooth. but matter comes when creating a package. I have created as setup project for my project. When I try to install it to a system that has no...
14
by: ToddLMorgan | last post by:
Summary: How should multiple (related) projects be arranged (structured) and configured so that the following is possible: o Sharing common code (one of the projects would be a "common" project...
0
by: krishnakant Mane | last post by:
hello all, I am struggling a bit in making python packages. when I am doing a project I want to create all my python modules inside a single package. I want to know when I make a package, what...
0
by: adeebraza | last post by:
My Dear, Salman1karim As you have finished your first project in vb6, MS Access 2003 and crystal reports 11 and you want to create setup file. You need Pdcmdln.EXE file to create setup program of...
0
by: =?Utf-8?B?TW9uaWNh?= | last post by:
Hi, Does someone know the answer? You are building a setup for your application. The application contains a custom control developed by you, which will be shared across multiple applications....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.