I asked someone at work to let me have a copy of the source code for a software engine we use. The reason being I want to troubleshoot why some certain inputs to the engine are causing a crash. He responded with this weird email (I'm used to programming in C/C++/Java/C#, smaller type projects, mostly school projects so far so it seems weird to me), which doesn't really make much sense to me:
<he gave me a link to the .dll file for the engine>
> set binary compatibility, and just hit play.
> then any exe/project you run that references that dll will jump to the
> appropriate line number
> when an error occurs.
the software was written in vb (i am pretty sure in MS Vis studio)
THis response doesn't make sense to me, how is getting the .dll going to help me troubleshoot the codepath of certain inputs? What is binary compatibility? Wouldn't you have to compile the .dll with binary compatibility to begin with, or can I recompile a .dll? Is he assuming that I know the interfaces (function names, parameters and return types) in the .dll, and can reference them from some code I am supposedly writing? We work in different departments so there could be some assumptions of common knowledge going on here. He went on vacation and I really would like to get this done soon, can't wait for him to get back. Someone please give me a clue, this seems like a longshot.
<he gave me a link to the .dll file for the engine>
> set binary compatibility, and just hit play.
> then any exe/project you run that references that dll will jump to the
> appropriate line number
> when an error occurs.
the software was written in vb (i am pretty sure in MS Vis studio)
THis response doesn't make sense to me, how is getting the .dll going to help me troubleshoot the codepath of certain inputs? What is binary compatibility? Wouldn't you have to compile the .dll with binary compatibility to begin with, or can I recompile a .dll? Is he assuming that I know the interfaces (function names, parameters and return types) in the .dll, and can reference them from some code I am supposedly writing? We work in different departments so there could be some assumptions of common knowledge going on here. He went on vacation and I really would like to get this done soon, can't wait for him to get back. Someone please give me a clue, this seems like a longshot.