Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Read and write in file Pin
polopo3-Sep-08 21:56
polopo3-Sep-08 21:56 
Questiongive color to CtabCtrl buttons......... Pin
shaina22313-Sep-08 18:48
shaina22313-Sep-08 18:48 
GeneralPlatform independent library - Suggestions needed Pin
Christian Flutcher3-Sep-08 18:22
Christian Flutcher3-Sep-08 18:22 
AnswerRe: Platform independent library - Suggestions needed Pin
Rajesh R Subramanian3-Sep-08 19:54
professionalRajesh R Subramanian3-Sep-08 19:54 
GeneralRe: Platform independent library - Suggestions needed Pin
Christian Flutcher3-Sep-08 20:53
Christian Flutcher3-Sep-08 20:53 
AnswerRe: Platform independent library - Suggestions needed Pin
Rajesh R Subramanian3-Sep-08 21:04
professionalRajesh R Subramanian3-Sep-08 21:04 
GeneralRe: Platform independent library - Suggestions needed Pin
Christian Flutcher3-Sep-08 22:33
Christian Flutcher3-Sep-08 22:33 
AnswerRe: Platform independent library - Suggestions needed Pin
Rajesh R Subramanian3-Sep-08 22:59
professionalRajesh R Subramanian3-Sep-08 22:59 
Christian Flutcher wrote:
I plan to use the borland compiler and use VS as editor.


Is there a specific reason to it? If you are using the VS, then why not use the Visual C++ compiler itself?


Christian Flutcher wrote:
After completing it, I need to compile it for each platform, right?


Yes, you will need to compile your code on each and every platform that you plan to deploy it on.


Christian Flutcher wrote:
Do you know that compiler allows to create a DLL for that class in windows?


A DLL is also a mere PE File[^], and you will be able to create one with any compiler.

If you need to know how to create a DLL and use it, I will suggest this series of 4 articles written by Hans Dietrich:

http://www.codeproject.com/KB/DLL/XDllPt1.aspx[^] (Links to next parts of the series is on the article itself)

Also, see this: Regular DLL tutorial for beginners[^]

Write back if there's any trouble.


Christian Flutcher wrote:
Thanks for taking time to help me. Your replies were really helpful. Thanks again Smile


My pleasure. Smile | :)

Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche

.·´¯`·->Rajesh<-·´¯`·.
[Microsoft MVP - Visual C++]

GeneralRe: Platform independent library - Suggestions needed Pin
Christian Flutcher3-Sep-08 23:03
Christian Flutcher3-Sep-08 23:03 
GeneralRe: Platform independent library - Suggestions needed Pin
markkuk3-Sep-08 23:16
markkuk3-Sep-08 23:16 
GeneralRe: Platform independent library - Suggestions needed Pin
Christian Flutcher3-Sep-08 23:23
Christian Flutcher3-Sep-08 23:23 
AnswerRe: Platform independent library - Suggestions needed Pin
Rajesh R Subramanian3-Sep-08 23:25
professionalRajesh R Subramanian3-Sep-08 23:25 
AnswerRe: Platform independent library - Suggestions needed Pin
Rajesh R Subramanian3-Sep-08 23:23
professionalRajesh R Subramanian3-Sep-08 23:23 
GeneralRe: Platform independent library - Suggestions needed Pin
Christian Flutcher3-Sep-08 23:28
Christian Flutcher3-Sep-08 23:28 
AnswerRe: Platform independent library - Suggestions needed Pin
Rajesh R Subramanian3-Sep-08 23:35
professionalRajesh R Subramanian3-Sep-08 23:35 
GeneralRe: Platform independent library - Suggestions needed Pin
Christian Flutcher3-Sep-08 23:42
Christian Flutcher3-Sep-08 23:42 
GeneralRe: Platform independent library - Suggestions needed Pin
Christian Flutcher3-Sep-08 23:32
Christian Flutcher3-Sep-08 23:32 
AnswerRe: Platform independent library - Suggestions needed Pin
Rajesh R Subramanian3-Sep-08 23:36
professionalRajesh R Subramanian3-Sep-08 23:36 
GeneralRe: Platform independent library - Suggestions needed Pin
Christian Flutcher3-Sep-08 23:43
Christian Flutcher3-Sep-08 23:43 
QuestionMFC app and C# DLL communication... Pin
venkyhyd3-Sep-08 18:15
venkyhyd3-Sep-08 18:15 
AnswerRe: MFC app and C# DLL communication... Pin
_AnsHUMAN_ 3-Sep-08 20:06
_AnsHUMAN_ 3-Sep-08 20:06 
Questionprogramming for bluetooth using serial communication Pin
manju23reddy3-Sep-08 18:00
manju23reddy3-Sep-08 18:00 
QuestionParsing a CString. Pin
phanindra varma3-Sep-08 17:57
phanindra varma3-Sep-08 17:57 
GeneralRe: Parsing a CString. Pin
Rane3-Sep-08 18:06
Rane3-Sep-08 18:06 
AnswerRe: Parsing a CString. Pin
_AnsHUMAN_ 3-Sep-08 19:52
_AnsHUMAN_ 3-Sep-08 19:52 

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.