These are not build time errors but debug time messages.
..dbg files are files with debug symbols. They are used by the debugger to
provide better information at debug-time. If you don't debug too deep into
the system it is likely ok for you to live without debug symbols for the
system DLLs. If you really need them, you can install them explicitly or on
demand from a so called symbol server.
Marcus Heege
"Z.K." <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I am new to the Visual Studio.net platform and I was trying to compile a
> program that I downloaded from the net and keep getting a ton of errors.
> It
> looks like it can't find some of the libraries: The list of errors is
> below:
>
> 'Accelerometer.exe': Loaded
> 'C:\Downloads\Phidgets\Accelerometer\Accelerometer\Debug\Accelerometer.exe',
> Symbols loaded.
>
> 'Accelerometer.exe': Loaded 'C:\WINNT\system32\NTDLL.DLL', Cannot find or
> open a required DBG file.
>
> 'Accelerometer.exe': Loaded 'C:\WINNT\system32\phidget20.dll', No symbols
> loaded.
>
> 'Accelerometer.exe': Loaded 'C:\WINNT\system32\KERNEL32.DLL', Cannot find
> or
> open a required DBG file.
>
> 'Accelerometer.exe': Loaded 'C:\WINNT\system32\hid.dll', Cannot find or
> open
> a required DBG file.
>
> 'Accelerometer.exe': Loaded 'C:\WINNT\system32\ADVAPI32.DLL', Cannot find
> or
> open a required DBG file.
>
> 'Accelerometer.exe': Loaded 'C:\WINNT\system32\rpcrt4.dll', Cannot find or
> open a required DBG file.
>
> 'Accelerometer.exe': Loaded 'C:\WINNT\system32\SETUPAPI.DLL', Cannot find
> or
> open a required DBG file.
>
> 'Accelerometer.exe': Loaded 'C:\WINNT\system32\msvcrt.dll', No symbols
> loaded.
>
> 'Accelerometer.exe': Loaded 'C:\WINNT\system32\GDI32.DLL', Cannot find or
> open a required DBG file.
>
> 'Accelerometer.exe': Loaded 'C:\WINNT\system32\USER32.DLL', Cannot find or
> open a required DBG file.
>
> 'Accelerometer.exe': Loaded 'C:\WINNT\system32\USERENV.DLL', Cannot find
> or
> open a required DBG file.
>
> 'Accelerometer.exe': Loaded 'C:\WINNT\system32\ws2_32.dll', Cannot find or
> open a required DBG file.
>
> 'Accelerometer.exe': Loaded 'C:\WINNT\system32\ws2help.dll', Cannot find
> or
> open a required DBG file.
>
> Debugger:: An unhandled non-continuable exception was thrown during
> process
> load
>
> The program '[320] Accelerometer.e: Native' has exited with code 128
> (0x80).
>
>
> What is a DBG File and how do I set up the compiler to so I won't get
> these
> errors?
>
> Thanks,
>
> Z.K.
>
>
|