Click here to Skip to main content
15,887,985 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDEBUG to RELEASE Pin
eli150219793-Jun-09 4:35
eli150219793-Jun-09 4:35 
QuestionRe: DEBUG to RELEASE Pin
David Crow3-Jun-09 5:00
David Crow3-Jun-09 5:00 
AnswerRe: DEBUG to RELEASE Pin
eli150219793-Jun-09 18:25
eli150219793-Jun-09 18:25 
AnswerRe: DEBUG to RELEASE - SOLVED!!!! Pin
eli150219793-Jun-09 19:29
eli150219793-Jun-09 19:29 
GeneralRe: DEBUG to RELEASE - SOLVED!!!! Pin
hyperpontia14-Apr-11 2:01
hyperpontia14-Apr-11 2:01 
GeneralRe: DEBUG to RELEASE - SOLVED!!!! Pin
JackyGee24-Oct-11 23:12
JackyGee24-Oct-11 23:12 
GeneralRe: DEBUG to RELEASE Pin
norish3-Jun-09 16:11
norish3-Jun-09 16:11 
GeneralRe: DEBUG to RELEASE Pin
eli150219793-Jun-09 18:21
eli150219793-Jun-09 18:21 
Hi norish.

Thanks for your help.

I know that this is my problem...I just can't find the call for invalid_parameter_noinfo.
According to MSDN:

When compiling with /MD, a reference to "func" in your source becomes a reference "__imp__func" in the object since all the run-time is now held within a DLL. If you try to link with the static libraries LIBC.lib or LIBCMT.lib, you will get LNK2001 on __imp__func. If you try to link with MSVCxx.lib when compiling without /MD you will not always get LNK2001, but you will likely have other problems.


All the libraries in the solution,as well as the executable, are being compiled with /Md option(i.e runtime library is a multhi-threaded DLL).
In the linker option I specified the linker to ignore LIBC,LIBCMT and MSVCRT default libraries.
But still,I get those errors...

Anything?

Thanks again,
Best regards,
Eli
GeneralRe: DEBUG to RELEASE - SOLVED!!!!!! Pin
eli150219793-Jun-09 19:38
eli150219793-Jun-09 19:38 
QuestionCreating bitmap from scratch using GDI and convert to raw memory data Pin
GingkoBiloba3-Jun-09 3:37
GingkoBiloba3-Jun-09 3:37 
AnswerRe: Creating bitmap from scratch using GDI and convert to raw memory data Pin
Stephen Hewitt3-Jun-09 4:16
Stephen Hewitt3-Jun-09 4:16 
GeneralRe: Creating bitmap from scratch using GDI and convert to raw memory data Pin
GingkoBiloba3-Jun-09 5:05
GingkoBiloba3-Jun-09 5:05 
QuestionC++ MySQL Column Names Pin
JimBewlay443-Jun-09 3:09
JimBewlay443-Jun-09 3:09 
AnswerRe: C++ MySQL Column Names Pin
Stuart Dootson3-Jun-09 3:31
professionalStuart Dootson3-Jun-09 3:31 
QuestionC++ Windows Forms DateTime Pin
wael_r3-Jun-09 2:11
wael_r3-Jun-09 2:11 
QuestionRe: C++ Windows Forms DateTime Pin
CPallini3-Jun-09 2:28
mveCPallini3-Jun-09 2:28 
AnswerRe: C++ Windows Forms DateTime Pin
Stuart Dootson3-Jun-09 2:41
professionalStuart Dootson3-Jun-09 2:41 
AnswerRe: C++ Windows Forms DateTime Pin
George L. Jackson3-Jun-09 10:36
George L. Jackson3-Jun-09 10:36 
QuestionHow to change the color of CScrollBar in its subclass Pin
bdwzz3-Jun-09 1:33
bdwzz3-Jun-09 1:33 
QuestionBalloon tip in Tray Icon Pin
bhanu_85093-Jun-09 1:32
bhanu_85093-Jun-09 1:32 
AnswerRe: Balloon tip in Tray Icon Pin
Naveen3-Jun-09 1:47
Naveen3-Jun-09 1:47 
Question[Message Deleted] Pin
navneet19853-Jun-09 1:22
navneet19853-Jun-09 1:22 
QuestionRepost Pin
CPallini3-Jun-09 1:50
mveCPallini3-Jun-09 1:50 
JokeRe: Repost Pin
Hamid_RT3-Jun-09 3:06
Hamid_RT3-Jun-09 3:06 
JokeRe: Repost Pin
CPallini3-Jun-09 3:23
mveCPallini3-Jun-09 3:23 

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.