Click here to Skip to main content
15,895,777 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHelp?? How to Fade out text using CStatic Pin
LivingThoughts12-Feb-06 6:45
LivingThoughts12-Feb-06 6:45 
AnswerRe: Help?? How to Fade out text using CStatic Pin
Iain Clarke, Warrior Programmer12-Feb-06 12:33
Iain Clarke, Warrior Programmer12-Feb-06 12:33 
GeneralRe: Help?? How to Fade out text using CStatic Pin
LivingThoughts12-Feb-06 16:24
LivingThoughts12-Feb-06 16:24 
QuestionScrollbar in CFormView does not work,why? Pin
lostangels12-Feb-06 4:46
lostangels12-Feb-06 4:46 
AnswerRe: Scrollbar in CFormView does not work,why? Pin
Optimus Chaos12-Feb-06 5:57
Optimus Chaos12-Feb-06 5:57 
QuestionScrollbar in CFormView does not work,why? Pin
lostangels12-Feb-06 4:42
lostangels12-Feb-06 4:42 
QuestionCalling .m files from C++ Pin
misugi12-Feb-06 2:49
misugi12-Feb-06 2:49 
AnswerRe: Calling .m files from C++ Pin
Nick_Kisialiou12-Feb-06 9:56
Nick_Kisialiou12-Feb-06 9:56 
Hello Anonymous,

As far as I understand you look to use matlab dll files in your C++ code without calling on matlab itself. Mathworks does not provide such functionality for multiple reasons, including proprietary algorithm implementations and abstraction of implementation in order to upgrade it later. If you are REALLY serious about doing it though and you have a lot of time, you can hack into their dlls, say using dumpbin utilities and disassembler to find the binary implementations of the functions that you want to use. Perhaps, it would be easier to find open source math libraries. As a final note: Don't take my words as 100% correct, all I know is that I have talked to people with similar problems and they ended up writing their own C++ implementation. As the very final note you may also need to know that matlab internal implementation is in C rather than C++, and it also uses some Fortran compiled binaries (obj) of Lapack and Blas libraries. All this language diversity may become "pain in the place" when you try integrating your code with matlab's.

Nick Kisialiou

GeneralRe: Calling .m files from C++ Pin
misugi13-Feb-06 22:23
misugi13-Feb-06 22:23 
Questionvisual studio 2003 MFC/SDI help drawing Pin
ALTF412-Feb-06 1:02
ALTF412-Feb-06 1:02 
AnswerRe: visual studio 2003 MFC/SDI help drawing Pin
try8812-Feb-06 6:28
try8812-Feb-06 6:28 
GeneralRe: visual studio 2003 MFC/SDI help drawing Pin
ALTF412-Feb-06 6:39
ALTF412-Feb-06 6:39 
Questionproblem with CSocket Pin
hamidreza_buddy12-Feb-06 1:00
hamidreza_buddy12-Feb-06 1:00 
AnswerRe: problem with CSocket Pin
ALTF412-Feb-06 1:06
ALTF412-Feb-06 1:06 
GeneralRe: problem with CSocket Pin
Jörgen Sigvardsson12-Feb-06 2:41
Jörgen Sigvardsson12-Feb-06 2:41 
AnswerRe: problem with CSocket Pin
Rob Caldecott12-Feb-06 2:18
Rob Caldecott12-Feb-06 2:18 
AnswerRe: problem with CSocket Pin
ScottMcP14-Feb-06 8:55
ScottMcP14-Feb-06 8:55 
Questiona problem with Activex Control Pin
hamidreza_buddy12-Feb-06 0:51
hamidreza_buddy12-Feb-06 0:51 
AnswerRe: a problem with Activex Control Pin
Ryan Binns12-Feb-06 12:38
Ryan Binns12-Feb-06 12:38 
QuestionNumber of files and folders Pin
kelprinc12-Feb-06 0:47
kelprinc12-Feb-06 0:47 
AnswerRe: Number of files and folders Pin
__int6412-Feb-06 7:03
__int6412-Feb-06 7:03 
GeneralRe: Number of files and folders Pin
kelprinc13-Feb-06 1:11
kelprinc13-Feb-06 1:11 
QuestionClistCtrl - centralize image Pin
codepr11-Feb-06 22:43
codepr11-Feb-06 22:43 
AnswerRe: ClistCtrl - centralize image Pin
Gary R. Wheeler12-Feb-06 6:18
Gary R. Wheeler12-Feb-06 6:18 
GeneralRe: ClistCtrl - centralize image Pin
try8812-Feb-06 6:32
try8812-Feb-06 6:32 

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.