Thread: porting application from 32 bit to 64 bit error

  1. #1
    Registered User gandalf_bar's Avatar
    Join Date
    Oct 2003
    Posts
    92

    porting application from 32 bit to 64 bit error

    Hi,

    I made application using C++ in Linux in my computer ( 32 bit ). Once upon a time, a user installed it in 64 bit system. He tried to run it. Segmentation fault. No error message. No warning message. But he told me that my application runs fine in his 32 bit system.

    I don't have 64 bit system. So maybe you all who has experience porting c++ application from 32 bit to 64 bit could give me a hint where do I start to solve this problem.... I use thread anyway.

    Thank you.
    A man asked, "Who are you?"
    Buddha answered, "I am awaked."

  2. #2

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. failure to import external C libraries in C++ project
    By nocturna_gr in forum C++ Programming
    Replies: 3
    Last Post: 12-02-2007, 03:49 PM
  2. error: template with C linkage
    By michaels-r in forum C++ Programming
    Replies: 3
    Last Post: 05-17-2006, 08:11 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. ras.h errors
    By Trent_Easton in forum Windows Programming
    Replies: 8
    Last Post: 07-15-2005, 10:52 PM
  5. Linking error
    By DockyD in forum C++ Programming
    Replies: 10
    Last Post: 01-20-2003, 05:27 AM