I am kinda desperate please help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • padawanlinuxero
    New Member
    • Oct 2007
    • 5

    I am kinda desperate please help

    Hello !!!


    I am working on a proyect in Perl that requires a codebar pdf417 since Perl module dont have any I found myself looking for a solution in the web, and found a program in source code, call pdf417_enc version 4.4, one thing is that is made for linux using C, I try to run it using Visual C++, but cant run it, on e of the errors is this one:

    Linking...
    LIBCD.lib(crt0. obj) : error LNK2001: unresolved external symbol _main
    Debug/pdf417_enc.exe : fatal error LNK1120: 1 unresolved externals
    Error executing link.exe.

    pdf417_enc.exe - 2 error(s), 0 warning(s)

    How can I fix this error?

    and have someone try this program and have already built .EXE file for testing

    thanks
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    You need a main() function in your C program.

    Comment

    Working...