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.