Pelles C forum

C language => Beginner questions => Topic started by: Fuzzlix on November 06, 2013, 12:55:36 PM

Title: Debugging a dll
Post by: Fuzzlix on November 06, 2013, 12:55:36 PM
Hi all.
i finally sucessfully compiled my Lua stand alone interpreter into a exe and many lua modules into dll's.
All fine ... all great. (i like Pelles C! :) )

Now i try to get a multi threading module running. The sources compile fine into a dll. When this dll becomes loaded into lua.exe, lua.exe hangs and become killed by windows.

I want to debug the dll using PellesC.
I have the sources for the compiled lua.exe
i have the sources for the dll.

Question: How to set up a debugging session for dll debugging?

Greetings.
Fuzzlix.
Title: Re: Debugging a dll
Post by: Fuzzlix on November 06, 2013, 02:42:09 PM
Hey!
RTFM
use serch in forum!
read the forum posts!
Title: Re: Debugging a dll
Post by: Fuzzlix on November 06, 2013, 02:43:09 PM
Ok Ok.
found what i am was looking for. :)

Fuzzlix. .....
Title: Re: Debugging a dll
Post by: Bitbeisser on November 06, 2013, 10:05:12 PM
Quote from: Fuzzlix on November 06, 2013, 02:43:09 PM
Ok Ok.
found what i am was looking for. :)

Fuzzlix. .....
Good for you...

Ralf