Click here to Skip to main content
15,909,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Shared Memory Pin
Paul M Watt17-Oct-02 12:38
mentorPaul M Watt17-Oct-02 12:38 
GeneralRe: Shared Memory Pin
Daniel Lohmann19-Oct-02 2:02
Daniel Lohmann19-Oct-02 2:02 
GeneralUNICODE MFC libraries in VC6 Pin
Todd Smith17-Oct-02 11:39
Todd Smith17-Oct-02 11:39 
GeneralRe: UNICODE MFC libraries in VC6 Pin
Anders Molin17-Oct-02 12:07
professionalAnders Molin17-Oct-02 12:07 
GeneralRe: UNICODE MFC libraries in VC6 Pin
Michael Dunn17-Oct-02 15:08
sitebuilderMichael Dunn17-Oct-02 15:08 
QuestionIs this a Bug In Microsoft Code? Pin
perlmunger17-Oct-02 11:24
perlmunger17-Oct-02 11:24 
AnswerRe: Is this a Bug In Microsoft Code? Pin
Joaquín M López Muñoz17-Oct-02 11:36
Joaquín M López Muñoz17-Oct-02 11:36 
GeneralRe: Is this a Bug In Microsoft Code? Pin
perlmunger17-Oct-02 11:51
perlmunger17-Oct-02 11:51 
That's the problem. The code that the compiler refers to in the error messages is in c:\program files\microsoft visual studio\vc98\include\comutil.h(562).

What I can tell you is this, I have a static library that has ADOX code in it. The application itself is a console application with MFC support. When I build the static library containing the ADOX code separate from the console app, it builds fine. When I put #include "MRDBInsert.h" (which references the ADOX code) in my console application, I get the error described. I'm not even using the code--just including it. That's why I thought it was a linker error--since it builds the .lib file fine. It just won't let the application build.

I know this sounds vague, but I really have very little to go on. If it's any help, I will note that the same static library containing ADOX code will build fine when linked in with an MFC Dialog based application.

Can you tell me what code you would like to see (e.g. the ADOX code, the console _tmain code, or the actual comutil.h file (which is located in c:\program files\microsoft visual studio\vc98\include\comutil.h in my installation))?

Thanks for your help.

-Matt

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

The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall
GeneralRe: Is this a Bug In Microsoft Code? Pin
Joaquín M López Muñoz17-Oct-02 12:00
Joaquín M López Muñoz17-Oct-02 12:00 
GeneralRe: Is this a Bug In Microsoft Code? Pin
perlmunger17-Oct-02 12:12
perlmunger17-Oct-02 12:12 
GeneralRe: Is this a Bug In Microsoft Code? Pin
Joaquín M López Muñoz17-Oct-02 12:18
Joaquín M López Muñoz17-Oct-02 12:18 
GeneralRe: Is this a Bug In Microsoft Code? Pin
perlmunger17-Oct-02 13:40
perlmunger17-Oct-02 13:40 
GeneralRe: Is this a Bug In Microsoft Code? Pin
Seefou17-Oct-02 11:53
Seefou17-Oct-02 11:53 
GeneralRe: Is this a Bug In Microsoft Code? Pin
perlmunger17-Oct-02 14:07
perlmunger17-Oct-02 14:07 
AnswerRe: Is this a Bug In Microsoft Code? Pin
perlmunger18-Oct-02 8:12
perlmunger18-Oct-02 8:12 
GeneralHandle double-click on an Edit box Pin
Karl17-Oct-02 10:55
Karl17-Oct-02 10:55 
GeneralRe: Handle double-click on an Edit box Pin
valikac17-Oct-02 12:43
valikac17-Oct-02 12:43 
GeneralPrinting contents of Dialog window Pin
AnanyasChintayantoyam17-Oct-02 9:46
sussAnanyasChintayantoyam17-Oct-02 9:46 
GeneralRe: Printing contents of Dialog window Pin
Chris Losinger17-Oct-02 11:46
professionalChris Losinger17-Oct-02 11:46 
GeneralRe: Printing contents of Dialog window Pin
Anonymous18-Oct-02 5:07
Anonymous18-Oct-02 5:07 
GeneralProblem converting Chinese characters to UTF8 Pin
Anonymous17-Oct-02 9:41
Anonymous17-Oct-02 9:41 
GeneralRe: Problem converting Chinese characters to UTF8 Pin
WWen17-Oct-02 10:32
WWen17-Oct-02 10:32 
GeneralRe: Problem converting Chinese characters to UTF8 Pin
Anonymous17-Oct-02 11:34
Anonymous17-Oct-02 11:34 
GeneralRe: Problem converting Chinese characters to UTF8 Pin
Michael Dunn17-Oct-02 15:09
sitebuilderMichael Dunn17-Oct-02 15:09 
Generalhaving a color show through another color Pin
Gilfrog17-Oct-02 9:10
Gilfrog17-Oct-02 9:10 

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.