Program doesn't run

Issue #66 resolved
Benjamin Hoffmann created an issue

Can you, please, create a new bug report for your code quitting inmediately? Also, please include the output of running pxtp with the "-d" flag in two cases: After compiling your code without debugging information (pxtb main.prg && pxtp -d main.dcb) After compiling your code with debugging information (pxtp -g main.prg && pxtp -d main.dcb)

There is no changes with -g nor -b (I've tried like you said). But there is this message :

lib.jpg

libtheoradec-1 is missing, indeed, I don't have libtheoradec-1.dll.

Given that, can you explain where to download all the library files ? I'm using the DLLs from the PIXTUDIO PACK. But when I compile PixTudio from the sources, the compilator only generate pxtb.exe and pxtp.exe. Where can we found the extra libraries (DLLs) ?

Comments (4)

  1. Joseba Echevarria García repo owner

    Please, compile with "./build.sh Release" so that DLLs get copied into the bin/win32 dir.

  2. Log in to comment