1 Dec 2005 06:17
Re: Proposed: Insight/gdb
Wells, Roger K. wrote: > FWIW I tried this and when I try to step into the main procedure it crashes. > I built several small programs, both C & C++ and it always terminates with > an offer to notify MS. There is mention of a patch (seems to be a text file > containing a change history?) but not what to do with it. Am I missing > something here? > > My system is WinXP, SP2 > MinGW GCC: gcc.exe (GCC) 3.4.4 (mingw special Can you supply a small example of code you've tried to debug, including the command line used to build the application. The exact error message would be appreciated too, if possible. Thanks Dave ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ MinGW-users mailing list MinGW-users@... You may change your MinGW Account Options or unsubscribe at: https://lists.sourceforge.net/lists/listinfo/mingw-users(Continue reading)
I'm trying to build audiere-1.9.3 from source and I get this error when
running 'make':
device.cpp:43: error: function `const char*
audiere::AdrGetSupportedAudioDevices()' definition is marked dllimport.
The function definition is:
ADR_EXPORT(const char*) AdrGetSupportedAudioDevices()
Running through the #define statements in various header files it looks like
ADR_EXPORT (ret) is being defined as:
extern "C" __declspec(dllimport) ret __stdcall
Anyway .... this '__declspec(dllimport)' and '__declspec(dllexport)' stuff
confuses me. Does anyone have some advice on what this error means and how
one should deal with it ? A link to a good, basic, treatment/explanation of
those terms would be helpful - as I'm sure it's gunna take a while to sink
in. I did find
RSS Feed