No luck - .NET app w/ native C DLL

pmeehanpmeehan Join Date: 2008-03-18 Member: 63893Members
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?

Comments

  • MaxMax Technical Director, Unknown Worlds Entertainment Join Date: 2002-03-15 Member: 318Super Administrators, Retired Developer, NS1 Playtester, Forum Moderators, NS2 Developer, Constellation, Subnautica Developer, Pistachionauts, Future Perfect Developer
    <!--quoteo(post=1673533:date=Mar 18 2008, 12:09 PM:name=pmeehan)--><div class='quotetop'>QUOTE(pmeehan @ Mar 18 2008, 12:09 PM) <a href="index.php?act=findpost&pid=1673533"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->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?<!--QuoteEnd--></div><!--QuoteEEnd-->
    Thanks for reporting this, we'll look into it.
  • pmeehanpmeehan Join Date: 2008-03-18 Member: 63893Members
    Thanks, Max. Email me if there's anything I can do to help. <img src="style_emoticons/<#EMO_DIR#>/smile-fix.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile-fix.gif" />
Sign In or Register to comment.