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

C / C++ / MFC

 
AnswerRe: Find out Build Configuration from exe Pin
Randor 17-Nov-09 11:21
professional Randor 17-Nov-09 11:21 
GeneralRe: Find out Build Configuration from exe Pin
Maya_17-Nov-09 5:22
Maya_17-Nov-09 5:22 
GeneralRe: Find out Build Configuration from exe Pin
Maya_17-Nov-09 16:05
Maya_17-Nov-09 16:05 
GeneralRe: Find out Build Configuration from exe Pin
Randor 17-Nov-09 16:29
professional Randor 17-Nov-09 16:29 
GeneralRe: Find out Build Configuration from exe Pin
Maya_18-Nov-09 2:32
Maya_18-Nov-09 2:32 
Questiondll for middleware Pin
Eka Candra16-Nov-09 20:24
Eka Candra16-Nov-09 20:24 
AnswerRe: dll for middleware Pin
CPallini16-Nov-09 20:41
mveCPallini16-Nov-09 20:41 
GeneralRe: dll for middleware Pin
Eka Candra16-Nov-09 21:03
Eka Candra16-Nov-09 21:03 
CPallini wrote:
Eka Candra wrote:
and register it to windows runtime?


Only COM DLLs need registration.
Smile


I work not alone, but in a team work.
My team partner have already made an application some time ago.
He just made about user interface (front end application). He didn't know how our system work. He ever get some dll file from other person outside my team. That dll can executed and he can call variable inside dll without any declaration variable.

For description:
We want make a database system. My friend just make a front end application. For example, storing name, age, and address. On his program, he only call:

data.name = Eka;
data.age = 25;
data.address = somewhere;


and if he want to store that data to database server, he only call:

data.write;


without know how storing data to server happen and without passing any variable to the function.

All those variable and function are include inside dll file.

Can you understand what I mean?
I don't have any clue for searching on this forum or another programming forum.
So, please help me..

Thank a lot...
QuestionRe: dll for middleware Pin
CPallini16-Nov-09 21:12
mveCPallini16-Nov-09 21:12 
AnswerRe: dll for middleware Pin
Eka Candra16-Nov-09 21:32
Eka Candra16-Nov-09 21:32 
QuestionWin32 to MFC Pin
NaveenHS16-Nov-09 20:02
NaveenHS16-Nov-09 20:02 
AnswerRe: Win32 to MFC Pin
SandipG 16-Nov-09 20:17
SandipG 16-Nov-09 20:17 
AnswerRe: Win32 to MFC Pin
Franck Paquier16-Nov-09 20:20
Franck Paquier16-Nov-09 20:20 
GeneralRe: Win32 to MFC Pin
NaveenHS16-Nov-09 22:32
NaveenHS16-Nov-09 22:32 
QuestionProblem in CRecordset::Open. Pin
Le@rner16-Nov-09 19:58
Le@rner16-Nov-09 19:58 
AnswerRe: Problem in CRecordset::Open. Pin
CPallini16-Nov-09 22:44
mveCPallini16-Nov-09 22:44 
QuestionOpen source my WGI, a GUI lib written with C. Pin
Bruce.Zhao.ZPZ16-Nov-09 19:54
Bruce.Zhao.ZPZ16-Nov-09 19:54 
QuestionRe: Open source my WGI, a GUI lib written with C. Pin
CPallini16-Nov-09 21:01
mveCPallini16-Nov-09 21:01 
QuestionCString - Find How many same words. Pin
Paulraj G16-Nov-09 16:34
Paulraj G16-Nov-09 16:34 
AnswerRe: CString - Find How many same words. Pin
«_Superman_»16-Nov-09 16:40
professional«_Superman_»16-Nov-09 16:40 
GeneralRe: CString - Find How many same words. Pin
Paulraj G16-Nov-09 16:49
Paulraj G16-Nov-09 16:49 
GeneralRe: CString - Find How many same words. Pin
«_Superman_»16-Nov-09 16:53
professional«_Superman_»16-Nov-09 16:53 
GeneralRe: CString - Find How many same words. Pin
Paulraj G16-Nov-09 16:57
Paulraj G16-Nov-09 16:57 
GeneralRe: CString - Find How many same words. Pin
Adam Roderick J16-Nov-09 16:54
Adam Roderick J16-Nov-09 16:54 
GeneralRe: CString - Find How many same words. Pin
ThatsAlok16-Nov-09 18:14
ThatsAlok16-Nov-09 18:14 

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.