Click here to Skip to main content
15,913,090 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help pls! Pin
tongc12-Oct-02 17:10
tongc12-Oct-02 17:10 
GeneralRe: Help pls! Pin
oly200212-Oct-02 20:03
oly200212-Oct-02 20:03 
GeneralRe: Help pls! Pin
Gary R. Wheeler13-Oct-02 4:43
Gary R. Wheeler13-Oct-02 4:43 
GeneralIdentify blank line with gets() function!! Pin
tongc12-Oct-02 15:17
tongc12-Oct-02 15:17 
GeneralRe: Identify blank line with gets() function!! Pin
Roger Stewart12-Oct-02 15:29
professionalRoger Stewart12-Oct-02 15:29 
GeneralRe: Identify blank line with gets() function!! Pin
Gary R. Wheeler13-Oct-02 4:48
Gary R. Wheeler13-Oct-02 4:48 
GeneralRe: Identify blank line with gets() function!! Pin
Ravi Bhavnani13-Oct-02 5:39
professionalRavi Bhavnani13-Oct-02 5:39 
GeneralADOX Console Application Linker Problem Pin
perlmunger12-Oct-02 14:52
perlmunger12-Oct-02 14:52 
I created a Win32 Console Application with MFC support. Everything was working fine until I decided to add ADOX. I have the code for access database interaction in a separate static library from the console application itself. I can build the library fine, but when I try to link it in with the console app, I get several linker errors that look something like this:

\PATH_TO_VC98\comutil.h(562) : error C2668 : 'memcpy' : ambiguous call to overloaded function

From what I understand, when you get this kind of error, it is from a naming collision of some sort. The only problem is that I haven't written my own 'memcpy'. I can only assume that the compiler sees two different versions on the system somewhere. The really strange part about the whole things is that the application builds fine when I am using the exact same code on a button handler in a GUI. I do have the Platform SDK installed (not sure if that matters). Anyone heard of this kind of thing? Please help!!!

-Matt

------------------------------------------

The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall
GeneralFast selecting from a ListBox Pin
Darroll Walsh12-Oct-02 14:36
Darroll Walsh12-Oct-02 14:36 
QuestionIs this (sort of) normal? Pin
WREY12-Oct-02 14:10
WREY12-Oct-02 14:10 
AnswerRe: Is this (sort of) normal? Pin
Chris Losinger12-Oct-02 14:25
professionalChris Losinger12-Oct-02 14:25 
GeneralRe: Is this (sort of) normal? Pin
WREY12-Oct-02 14:49
WREY12-Oct-02 14:49 
GeneralTransparentBlit and win 95 Pin
RobertC12-Oct-02 11:33
RobertC12-Oct-02 11:33 
GeneralRe: TransparentBlit and win 95 Pin
Paul M Watt12-Oct-02 15:41
mentorPaul M Watt12-Oct-02 15:41 
GeneralRe: TransparentBlit and win 95 Pin
RobertC12-Oct-02 16:18
RobertC12-Oct-02 16:18 
GeneralCWinThread and m_bAutoDelete Pin
Braulio Dez17-Oct-02 7:28
Braulio Dez17-Oct-02 7:28 
GeneralRe: CWinThread and m_bAutoDelete Pin
Joaquín M López Muñoz17-Oct-02 7:43
Joaquín M López Muñoz17-Oct-02 7:43 
GeneralRe: CWinThread and m_bAutoDelete Pin
Braulio Dez17-Oct-02 7:55
Braulio Dez17-Oct-02 7:55 
GeneralRe: CWinThread and m_bAutoDelete Pin
Joaquín M López Muñoz17-Oct-02 8:01
Joaquín M López Muñoz17-Oct-02 8:01 
Generalnsigned to char * Pin
Anonymous12-Oct-02 10:49
Anonymous12-Oct-02 10:49 
GeneralRe: nsigned to char * Pin
John Clayton12-Oct-02 10:53
John Clayton12-Oct-02 10:53 
GeneralRe: nsigned to char * Pin
Michael Dunn12-Oct-02 12:07
sitebuilderMichael Dunn12-Oct-02 12:07 
GeneralHooking CWnd::OnIdle() without subclassing Pin
John Clayton12-Oct-02 9:07
John Clayton12-Oct-02 9:07 
GeneralPrinting Debug Without Printer :: MFC Pin
valikac12-Oct-02 6:08
valikac12-Oct-02 6:08 
GeneralRe: Printing Debug Without Printer :: MFC Pin
Joaquín M López Muñoz12-Oct-02 6:16
Joaquín M López Muñoz12-Oct-02 6:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.