|
Tom Miles wrote:
No debug symbol will not prevent it from loading. It looks more like a dependency of the profiler.dll was not found (I have no knowledge of profiler.dll, but I already saw that type of issues with Visual Studio).I get a lua error stating "error loading module 'profiler' from file 'profiler.dll': The specified module could not be found." This may have something to do with an error I get in Visual Studiosouput window stating:x.exe': Loaded 'c:\x\profiler.dll', Binary was not built with debug information. 'x.exe': Unloaded 'C:\x\profiler.dll' I'm trying to run the profiler in a debug build. Would I need to do adebug build of the profiler from source?
On another note, the "module not found" error is misleading, since it did find the module (as the trace shows).