No luck - .NET app w/ native C DLL
Our app is a .NET UI running a native C backend. The backend is in a DLL statically linked with Lua 5.1 in a .lib. The Lua code is included in the backend via bin2c.lua.
Set up the project prefs to point at the app and the .pdb for the backend. Included the Lua source file. Fired up the app via the debugger and... nothing. The app runs, the debugger hangs - no screen updates or anything. I can use the app, but when I exit, the debugger says 'The process has terminated unexpectedly.'
Thoughts?
Set up the project prefs to point at the app and the .pdb for the backend. Included the Lua source file. Fired up the app via the debugger and... nothing. The app runs, the debugger hangs - no screen updates or anything. I can use the app, but when I exit, the debugger says 'The process has terminated unexpectedly.'
Thoughts?
Comments
Set up the project prefs to point at the app and the .pdb for the backend. Included the Lua source file. Fired up the app via the debugger and... nothing. The app runs, the debugger hangs - no screen updates or anything. I can use the app, but when I exit, the debugger says 'The process has terminated unexpectedly.'
Thoughts?<!--QuoteEnd--></div><!--QuoteEEnd-->
Thanks for reporting this, we'll look into it.