Click here to Skip to main content
15,890,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Detecting Local IP Address Pin
Mark Salsbery21-Oct-06 15:07
Mark Salsbery21-Oct-06 15:07 
Questionproblem of offsetof with c compiler Pin
EzraYap21-Oct-06 7:44
EzraYap21-Oct-06 7:44 
AnswerRe: problem of offsetof with c compiler Pin
bob1697221-Oct-06 8:16
bob1697221-Oct-06 8:16 
QuestionRe: problem of offsetof with c compiler Pin
David Crow23-Oct-06 4:51
David Crow23-Oct-06 4:51 
QuestionBinary Search Tree Pin
Pimra21-Oct-06 6:02
Pimra21-Oct-06 6:02 
AnswerRe: Binary Search Tree Pin
Sceptic Mole22-Oct-06 1:36
Sceptic Mole22-Oct-06 1:36 
Questionstrcpy_s is the problem? Pin
mikelar1021-Oct-06 4:45
mikelar1021-Oct-06 4:45 
AnswerRe: strcpy_s is the problem? Pin
Bartosz Bien22-Oct-06 3:27
Bartosz Bien22-Oct-06 3:27 
Hi,

It looks like a CRT conflict, perhaps caused by using two different versions of CRT libraries (or headers) in the same scope. For instance, your plugin might have been set to use the static CRT library, while the VST libraries would use a CRT DLL (or the other way round).

You may try to modify this setting under Project Properties at C/C++/Code Generation/Runtime Library.

Usually, you need to have the same code generation / language settings throughout the whole project.


QuestionChange progress bar fore color Pin
Mohammad A Gdeisat21-Oct-06 3:07
Mohammad A Gdeisat21-Oct-06 3:07 
AnswerRe: Change progress bar fore color Pin
Hamid_RT21-Oct-06 9:34
Hamid_RT21-Oct-06 9:34 
GeneralRe: Change progress bar fore color Pin
Mohammad A Gdeisat21-Oct-06 9:48
Mohammad A Gdeisat21-Oct-06 9:48 
GeneralRe: Change progress bar fore color Pin
Hamid_RT22-Oct-06 1:28
Hamid_RT22-Oct-06 1:28 
Question[Message Deleted] Pin
wasife21-Oct-06 1:09
wasife21-Oct-06 1:09 
AnswerRe: Simple Question Pin
Hamid_RT21-Oct-06 1:18
Hamid_RT21-Oct-06 1:18 
GeneralRe: Simple Question Pin
Sceptic Mole21-Oct-06 5:50
Sceptic Mole21-Oct-06 5:50 
AnswerRe: Simple Question Pin
Kiomuto21-Oct-06 5:57
Kiomuto21-Oct-06 5:57 
GeneralRe: Simple Question Pin
toxcct21-Oct-06 6:27
toxcct21-Oct-06 6:27 
GeneralRe: Simple Question Pin
S Douglas21-Oct-06 20:34
professionalS Douglas21-Oct-06 20:34 
AnswerRe: Simple Question Pin
Kevin McFarlane21-Oct-06 7:46
Kevin McFarlane21-Oct-06 7:46 
Questionsolve this issue Pin
gentleguy21-Oct-06 0:55
gentleguy21-Oct-06 0:55 
AnswerRe: solve this issue Pin
Hamid_RT21-Oct-06 1:03
Hamid_RT21-Oct-06 1:03 
QuestionHow i can overload terminate function in C++ ? Pin
Yanshof21-Oct-06 0:35
Yanshof21-Oct-06 0:35 
AnswerSomeone can help here please ? Pin
Yanshof21-Oct-06 3:04
Yanshof21-Oct-06 3:04 
AnswerRe: How i can overload terminate function in C++ ? Pin
S Douglas21-Oct-06 20:49
professionalS Douglas21-Oct-06 20:49 
Questionstill CDib Pin
gentleguy21-Oct-06 0:00
gentleguy21-Oct-06 0:00 

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.