Search:

Type: Posts; User: leonardoadoado

Search: Search took 0.00 seconds.

  1. Ok, everybody, I found out a solution to my...

    Ok, everybody, I found out a solution to my problem. Now, I can write one line in pdf, I can write two lines in pdf, I can convert txt to pdf using C++ with DEV-C++ and code:blocks.

    I was...
  2. I am using DEV-C ++ and code:blocks for windows....

    I am using DEV-C ++ and code:blocks for windows. they both set the same problem when I execute.

    I downloaded CAIRO. When I opened the downloaded object, there were the objects BIN, INCLUDE, LIB,...
  3. I exchanged the order of lines 19 and 21. The...

    I exchanged the order of lines 19 and 21. The error is still the same


    #include <cairo.h>
    #include <cairo-pdf.h>
    #include<conio.h>
    int main() {

    float position;
  4. Maybe #7 is correct. But, Donīt you think that if...

    Maybe #7 is correct. But, Donīt you think that if He is right, this code should work? Donīt you agree?



    #include <cairo.h>
    #include <cairo-pdf.h>

    int main() {

    float position;
  5. So, the problem is the library cairo?

    So, the problem is the library cairo?
  6. Look this code... #include ...

    Look this code...



    #include <cairo.h>
    #include <cairo-pdf.h>
    //#include<stdio.h>
    //#include<conio.h>
    //#include<conio2.h>
    //#include <stdlib.h>
  7. Thanks for the answer. I did what you told me....

    Thanks for the answer.
    I did what you told me. Look the code.


    #include <cairo.h>
    #include <cairo-pdf.h>
    //#include<stdio.h>
    //#include<conio.h>
    //#include<conio2.h>
    //#include <stdlib.h>
  8. CAIRO - error when converting txt to pdf

    I am trying to build a code that converts txt file to pdf file.

    I managed to create the pdf file. The problem is the pdf file is created corrupted. I would like to know whatīs wrong with the code....
Results 1 to 8 of 8