paceholder / nodeeditor

Qt Node Editor. Dataflow programming framework
BSD 3-Clause "New" or "Revised" License
3.03k stars 814 forks source link

"The program has unexpectedly finished." #283

Closed cesarcherre848 closed 1 year ago

cesarcherre848 commented 3 years ago

Install the library using cmake, import my files to .pro but when running the program it appears "The program has unexpectedly finished."

Pd. Copy .dll and .a to the folder where the build debug will be done.

Could you help me with this?

Daguerreo commented 3 years ago

Without any information how we can possibly help? Have you at least tried to run it in debug mode? The samples run correctly?

paceholder commented 3 years ago

What do you mean with "import my files to .pro" ?

cesarcherre848 commented 3 years ago

This is a image of debug console :

image

paceholder commented 3 years ago

Looks like you did not link the nodes library to your executable

cesarcherre848 commented 3 years ago

Yes, you are right, just guide from @Daguerreo , thanks so much, node editor works perfectly now. Congrats for your qt project