473,480 Members | 1,807 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

linker error fixup overflow at 'seg:xxxx' h,target = 'symbol' in module 'module'

What are the reasons of that message ?
linker error fixup overflow at 'seg:xxxx' h,target = 'symbol' in module 'module'
I am just compiling a small program under Borland C++ ver 3.

#include "iostream.h"
main()
{
cout << "hello world";
return 0;
}
Jul 22 '05 #1
4 4938
hp******@yahoo.com wrote:
What are the reasons of that message ?
linker error fixup overflow at 'seg:xxxx' h,target = 'symbol' in module 'module'
I am just compiling a small program under Borland C++ ver 3.

#include "iostream.h"
main()
{
cout << "hello world";
return 0;
}


The modern way to do that is:

#include <iostream>
int main()
{
std::cout <<"hello world";
return 0;
}

But I'm not sure about your compiler if it is modern enough to
understand namespaces. But at least your program should be:

#include <iostream.h>
int main()
{
cout << "hello world";
return 0;
}

And this might work for older compilers also, unless you want to upgrade
your compiler. ( Unless the ver 3 is the modern one, I really don't
know, it was just a guess from the code you provided. )
Jul 22 '05 #2
hp******@yahoo.com wrote:
What are the reasons of that message ?
linker error fixup overflow at 'seg:xxxx' h,target = 'symbol' in module 'module'
I am just compiling a small program under Borland C++ ver 3.

#include "iostream.h"
main()
{
cout << "hello world";
return 0;
}


The modern way to do that is:

#include <iostream>
int main()
{
std::cout <<"hello world";
return 0;
}

But I'm not sure about your compiler if it is modern enough to
understand namespaces. But at least your program should be:

#include <iostream.h>
int main()
{
cout << "hello world";
return 0;
}

And this might work for older compilers also, unless you want to upgrade
your compiler. ( Unless the ver 3 is the modern one, I really don't
know, it was just a guess from the code you provided. )
Jul 22 '05 #3
hp******@yahoo.com wrote:
#include "iostream.h"
main()
{
cout << "hello world";
return 0;
}


http://groups.google.com/groups?thre...jlob%404ax.com

--
Regards,
Buster.
Jul 22 '05 #4
hp******@yahoo.com wrote:
#include "iostream.h"
main()
{
cout << "hello world";
return 0;
}


http://groups.google.com/groups?thre...jlob%404ax.com

--
Regards,
Buster.
Jul 22 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
1887
by: Bob | last post by:
Declaring a module level form object in multiple froms within a project to show another project form causes a stack overflow and other assorted errors. Can anyone help?
0
1431
by: Neal | last post by:
Hi I am trying to use a 3rd party DLL in my app, (WebService and/or WebApp) I set the references to it, use its public functions and properties OK in Dev mode but when I run it, i get the...
4
484
by: hpy_awad | last post by:
What are the reasons of that message ? linker error fixup overflow at 'seg:xxxx' h,target = 'symbol' in module 'module' I am just compiling a small program under Borland C++ ver 3. #include...
3
36454
by: Ney André de Mello Zunino | last post by:
Hello. I would appreciate if somebody could assist me with an error message I am getting from the Microsoft WinDbg 6.3 debugging tool. I am not familiar with it, since I have just downloaded it....
5
3289
by: VanKha | last post by:
Hi everyone , I've just read a book on Computer Systems.(Computer Systems:A programmer's perspective ) . On the part of "Linking" , the author talks about strong/weak symbol and as an example for...
0
1973
by: Nilam2477 | last post by:
I have an application which is converted from VC6 to VC7.1 (.net 2003) I'm trying to debug in .net 2003 i need to check the return value HRESULT value. I have declared hr as HRESULT hr = S_OK;...
0
1337
by: John [H2O] | last post by:
Hello, I have a module created from a Fortran file to read in unformatted binary fortran output. It works fine for some datasets, but crashes with others. The strange thing is it will loop...
0
1091
by: John [H2O] | last post by:
I can try, would you mind giving very brief instructions on how to 'run it under gdb'... thanks! I'll post results over at numpy-discussions. Robert Kern-2 wrote: -- View this message in...
2
5246
by: whitechan | last post by:
Hi, I have been experiencing problems compiling my latest gnu compile code nested in c program, which runs on ARM7. the code : #if defined ARM_V6 __asm void RV_FASTCALL C_EdgeFilter4x4_RV8(...
0
7049
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7052
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
7092
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6744
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
6981
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
5348
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,...
1
4790
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3000
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
188
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.