|
From: Hehl, T. <Tho...@ac...> - 2010-11-12 15:03:33
|
I have set up the new project in my workspace. I cannot seem to find where I need to point this new project to the other project's dll? Sigh...I thought IDEs were supposed to be helpful. I searched the docs and it doesn't tell me how to do this. C'mon!!! -----Original Message----- From: Hehl, Thomas [mailto:Tho...@ac...] Sent: Friday, November 12, 2010 9:38 AM To: MinGW Users List Subject: Re: [Mingw-users] debug error I have written the driver program. Can I compile the driver to an exe in the same project as the one building my dll or do I need to have a separate project? -----Original Message----- From: Keith Marshall [mailto:kei...@us...] Sent: Friday, November 12, 2010 8:44 AM To: MinGW Users List Subject: Re: [Mingw-users] debug error On 12 November 2010 12:56, Hehl, Thomas <Tho...@ac...> wrote: > I found a gdb tutorial, but when I started going through it with the > .o file that was created by eclipse, I got error 193. This appears to > be because I'm trying to run gdb with something that's not an > executable. > > Since my project builds a dll, I'm not exactly sure what to do next. Same as you would to test any other form of library code; write a driver program, which WILL become an executable, linked with your library, and designed to test the library functionality. Run that under gdb, and you can step into the library code. -- Regards, Keith. ------------------------------------------------------------------------ ------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ MinGW-users mailing list Min...@li... This list observes the Etiquette found at http://www.mingw.org/Mailing_Lists. We ask that you be polite and do the same. Disregard for the list etiquette may cause your account to be moderated. _______________________________________________ You may change your MinGW Account Options or unsubscribe at: https://lists.sourceforge.net/lists/listinfo/mingw-users ------------------------------------------------------------------------ ------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ MinGW-users mailing list Min...@li... This list observes the Etiquette found at http://www.mingw.org/Mailing_Lists. We ask that you be polite and do the same. Disregard for the list etiquette may cause your account to be moderated. _______________________________________________ You may change your MinGW Account Options or unsubscribe at: https://lists.sourceforge.net/lists/listinfo/mingw-users |