Re: strncpy not that easy to use
- From: Keith Thompson <kst-u@xxxxxxx>
- Date: Wed, 30 Aug 2006 19:27:45 GMT
"smnoff" <343rhinosourueus@xxxxxxxxxxx> writes:
This code is part of a DLL that was created in Visual Studio and hence VS
doesn't always give me the error message. This DLL is being called by an
external program totally outside of Visual Studio.
Actually, I really want to know how to make this dll code run entirely in
Visual Studio so I can get the debugger to work fully as this is Visual
Studio DLL project.
Would I have to create a totally separate project to get all this debugging
to work OR would I just get same unknown error messages I have been getting
when I use the external program?
Please don't top-post. See <http://www.caliburn.nl/topposting.html>.
If your IDE is hiding error messages from you, either find a way to
get it to show them to you or get a better IDE. (I don't use IDEs
myself, so perhaps I'm misunderstanding your situation.)
We can help you with C programming language issues here. We can't
help you with any problems you might be having with your IDE; you'll
have to find a different forum for that.
--
Keith Thompson (The_Other_Keith) kst-u@xxxxxxx <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
.
- References:
- Re: strncpy not that easy to use
- From: Keith Thompson
- Re: strncpy not that easy to use
- Prev by Date: Re: help with changing C light bulb (regulars please read)
- Next by Date: Re: c99/c89
- Previous by thread: Re: strncpy not that easy to use
- Next by thread: Re: strncpy not that easy to use
- Index(es):
Relevant Pages
|