Click here to Skip to main content
16,005,141 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error with ShellExecute(),WinExec() & CreateProcess() Pin
Neville Franks2-Mar-03 21:53
Neville Franks2-Mar-03 21:53 
Generalabout efficiency Pin
metalstorm2-Mar-03 19:25
metalstorm2-Mar-03 19:25 
GeneralRe: about efficiency Pin
Christian Graus2-Mar-03 19:30
protectorChristian Graus2-Mar-03 19:30 
General,a quick queston regarding files Pin
r i s h a b h s2-Mar-03 19:19
r i s h a b h s2-Mar-03 19:19 
GeneralRe: ,a quick queston regarding files Pin
Joan M2-Mar-03 20:44
professionalJoan M2-Mar-03 20:44 
GeneralRe: ,a quick queston regarding files Pin
KingsGambit2-Mar-03 22:14
KingsGambit2-Mar-03 22:14 
GeneralExe With Exports Pin
vikramlinux2-Mar-03 18:43
vikramlinux2-Mar-03 18:43 
GeneralRe: Exe With Exports Pin
KingsGambit2-Mar-03 19:21
KingsGambit2-Mar-03 19:21 
Yes it is quite possible to export functions from an exe as we export from a dll. You can add global function in your exe and use the extern "C" _declspce(dllexport) with the function declaration.

use loadLibrary and GetProcAddress to load this exe and call the exported function in it. Don't forget the declare the function before using it by using the keyword _declspec(dllimport).

GeneralRe: Exe With Exports Pin
vikramlinux2-Mar-03 19:45
vikramlinux2-Mar-03 19:45 
GeneralRe: Exe With Exports Pin
KingsGambit2-Mar-03 22:11
KingsGambit2-Mar-03 22:11 
GeneralInvoke Help File when F1 is pressed Pin
Kamesh2-Mar-03 18:19
Kamesh2-Mar-03 18:19 
GeneralRe: Invoke Help File when F1 is pressed Pin
KingsGambit2-Mar-03 18:34
KingsGambit2-Mar-03 18:34 
GeneralRe: Invoke Help File when F1 is pressed Pin
Kamesh2-Mar-03 20:55
Kamesh2-Mar-03 20:55 
Question32bit to 4bytes(4*8bits)? Pin
anju2-Mar-03 18:02
anju2-Mar-03 18:02 
AnswerRe: 32bit to 4bytes(4*8bits)? Pin
Taka Muraoka2-Mar-03 18:15
Taka Muraoka2-Mar-03 18:15 
AnswerRe: 32bit to 4bytes(4*8bits)? Pin
Chris Losinger2-Mar-03 18:28
professionalChris Losinger2-Mar-03 18:28 
AnswerRe: 32bit to 4bytes(4*8bits)? Pin
PJ Arends2-Mar-03 18:40
professionalPJ Arends2-Mar-03 18:40 
AnswerRe: Thanks Pin
anju5-Mar-03 21:18
anju5-Mar-03 21:18 
GeneralGet the path to a dll Pin
Christian Graus2-Mar-03 15:52
protectorChristian Graus2-Mar-03 15:52 
GeneralRe: Get the path to a dll Pin
Christian Graus2-Mar-03 16:20
protectorChristian Graus2-Mar-03 16:20 
GeneralRe: Get the path to a dll Pin
Michael Dunn2-Mar-03 16:28
sitebuilderMichael Dunn2-Mar-03 16:28 
GeneralRe: Get the path to a dll Pin
Anonymous2-Mar-03 16:23
Anonymous2-Mar-03 16:23 
QuestionHow to get Text Width and Height? Pin
Aidman2-Mar-03 13:31
Aidman2-Mar-03 13:31 
AnswerRe: How to get Text Width and Height? Pin
Chris Losinger2-Mar-03 13:39
professionalChris Losinger2-Mar-03 13:39 
GeneralRe: How to get Text Width and Height? Pin
Aidman3-Mar-03 1:05
Aidman3-Mar-03 1:05 

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.