CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: hrdksanghavi

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    6,114

    Problem in Threads in C++.

    Hello, I m facing problem while adding thread in my class. But if I add thread to my main function than it's working fine.

    Code that is working fine is

    Code:

    #include <cstdlib>
    #include...
  2. Re: undefined reference to `lzo1z_decompress'

    Thanks

    Hardik.
  3. Re: undefined reference to `lzo1z_decompress'

    My header file lzo1z.h contains following code:




    /* lzo1z.h -- public interface of the LZO1Z compression algorithm

    This file is part of the LZO real-time data compression library.
    */
  4. Re: undefined reference to `lzo1z_decompress'

    Hello,

    lzo1z_decompress is defined in the header file lzo1z.h

    My complete code is:



    /*
    * File: main.c
  5. undefined reference to `lzo1z_decompress'

    Hello,

    I am trying to decompress a data buffer through LZO decompression algorithm.
    But it throws an error while building the code.

    "/usr/bin/gmake" -f nbproject/Makefile-Debug.mk QMAKE=...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured