Click here to Skip to main content
15,889,116 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Mapping logical drive to its physical drive Pin
Richard MacCutchan1-Apr-12 22:44
mveRichard MacCutchan1-Apr-12 22:44 
QuestionHow to change the variable type on the fly? Pin
Falconapollo1-Apr-12 7:17
Falconapollo1-Apr-12 7:17 
AnswerRe: How to change the variable type on the fly? Pin
Software_Developer1-Apr-12 8:49
Software_Developer1-Apr-12 8:49 
GeneralRe: How to change the variable type on the fly? Pin
Falconapollo1-Apr-12 15:28
Falconapollo1-Apr-12 15:28 
AnswerRe: How to change the variable type on the fly? Pin
CPallini1-Apr-12 21:37
mveCPallini1-Apr-12 21:37 
AnswerRe: How to change the variable type on the fly? Pin
Erudite_Eric1-Apr-12 22:05
Erudite_Eric1-Apr-12 22:05 
QuestionC, VB.net, MySql Pin
kus_hal0331-Mar-12 22:56
kus_hal0331-Mar-12 22:56 
AnswerRe: C, VB.net, MySql Pin
Code-o-mat31-Mar-12 23:13
Code-o-mat31-Mar-12 23:13 
Do you mean that you want the VB frontend running under windows to "do business" on a -most likely separate- machine running Fedora? If yes, i'd say, use a client-server aproach, run a server on the Fedora machine onto which your VB app connects and then sends commands (which are then executed by your C code) and receives results (created by your C code).

If you mean that you want the C code to also run on the windows machine, in my oppinion your best bet would be to create a DLL from your C code and then use it in a VB app with your frontend calling methods as needed.
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> If it doesn't matter, it's antimatter.<

GeneralRe: C, VB.net, MySql Pin
kus_hal0331-Mar-12 23:39
kus_hal0331-Mar-12 23:39 
GeneralRe: C, VB.net, MySql Pin
Code-o-mat31-Mar-12 23:54
Code-o-mat31-Mar-12 23:54 
QuestionAbout the screen shot is black or desktop. Pin
wangningyu31-Mar-12 21:36
wangningyu31-Mar-12 21:36 
QuestionWhat WM_??? does "ShowWindow" actually call and send Pin
Stan the man31-Mar-12 5:40
Stan the man31-Mar-12 5:40 
AnswerRe: What WM_??? does "ShowWindow" actually call and send Pin
Richard MacCutchan31-Mar-12 6:10
mveRichard MacCutchan31-Mar-12 6:10 
AnswerRe: What WM_??? does "ShowWindow" actually call and send Pin
Code-o-mat31-Mar-12 11:36
Code-o-mat31-Mar-12 11:36 
GeneralRe: What WM_??? does "ShowWindow" actually call and send Pin
Stan the man31-Mar-12 13:55
Stan the man31-Mar-12 13:55 
Questionwhy boost define this struct ? [solved] Pin
yu-jian30-Mar-12 21:05
yu-jian30-Mar-12 21:05 
AnswerRe: why boost define this struct ? Pin
Mohibur Rashid30-Mar-12 22:01
professionalMohibur Rashid30-Mar-12 22:01 
GeneralRe: why boost define this struct ? Pin
Code-o-mat30-Mar-12 22:24
Code-o-mat30-Mar-12 22:24 
AnswerRe: why boost define this struct ? Pin
Code-o-mat30-Mar-12 22:22
Code-o-mat30-Mar-12 22:22 
GeneralRe: why boost define this struct ? Pin
Nelek1-Apr-12 8:57
protectorNelek1-Apr-12 8:57 
GeneralRe: why boost define this struct ? Pin
Code-o-mat1-Apr-12 10:22
Code-o-mat1-Apr-12 10:22 
GeneralRe: why boost define this struct ? Pin
yu-jian2-Apr-12 6:40
yu-jian2-Apr-12 6:40 
GeneralRe: why boost define this struct ? Pin
Code-o-mat2-Apr-12 6:44
Code-o-mat2-Apr-12 6:44 
QuestionDateTime::ParseExact Pin
Mike Certini30-Mar-12 11:38
Mike Certini30-Mar-12 11:38 
QuestionRe: DateTime::ParseExact Pin
Code-o-mat30-Mar-12 23:17
Code-o-mat30-Mar-12 23:17 

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.