Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CPropertySheet/CPropertPage modified flag Pin
Mark Salsbery10-Sep-07 17:45
Mark Salsbery10-Sep-07 17:45 
GeneralRe: CPropertySheet/CPropertPage modified flag Pin
bob1697210-Sep-07 17:08
bob1697210-Sep-07 17:08 
QuestionCStatic groupbox Pin
PietievdPlaas9-Sep-07 1:37
PietievdPlaas9-Sep-07 1:37 
AnswerRe: CStatic groupbox Pin
Mark Salsbery9-Sep-07 7:33
Mark Salsbery9-Sep-07 7:33 
Questioncompiling a dll Pin
T.D.Prasad8-Sep-07 20:23
T.D.Prasad8-Sep-07 20:23 
AnswerRe: compiling a dll Pin
bob169728-Sep-07 20:46
bob169728-Sep-07 20:46 
QuestionRe: compiling a dll Pin
T.D.Prasad9-Sep-07 11:10
T.D.Prasad9-Sep-07 11:10 
AnswerRe: compiling a dll Pin
ThatsAlok9-Sep-07 19:58
ThatsAlok9-Sep-07 19:58 
T.D.Prasad wrote:
What is the best way to generate .lib, .h, .pas (delphi), etc files. Any guidence please.


It seems to be Win32 dll which are exposing Functions .. Right! com is best method for doing so.. but as you have said that, the enduser doesn't know hows to use COM.

I havn't worked in Delpi and borland C++, so don't how to call dll there.. but VB has the support for win32 dll. like if we need Sleep function of Kernel32.dll in VB.. we use this decalaration to get it
Public Declare Sub Sleep Lib "kernel32" Alias "Sleep" (ByVal dwMilliseconds As Long)

you have to do same for evrything


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixture


cheers,
Alok Gupta
VC Forum Q&A :- I/IV
Support CRY- Child Relief and You

Questionweekday in number (2) Pin
includeh108-Sep-07 18:53
includeh108-Sep-07 18:53 
AnswerRe: weekday in number (2) Pin
bob169728-Sep-07 19:30
bob169728-Sep-07 19:30 
AnswerRe: weekday in number (2) Pin
Russell'8-Sep-07 23:35
Russell'8-Sep-07 23:35 
AnswerRe: weekday in number (2) Pin
Christian Graus9-Sep-07 3:16
protectorChristian Graus9-Sep-07 3:16 
AnswerRe: weekday in number (2) Pin
jhwurmbach9-Sep-07 22:40
jhwurmbach9-Sep-07 22:40 
QuestionSQL issue Pin
Max++8-Sep-07 15:51
Max++8-Sep-07 15:51 
AnswerRe: SQL issue Pin
Christian Graus8-Sep-07 16:10
protectorChristian Graus8-Sep-07 16:10 
AnswerRe: SQL issue Pin
Mark Salsbery9-Sep-07 7:43
Mark Salsbery9-Sep-07 7:43 
QuestionDetermine if VC++ 2005 SP1 runtime is installed? Pin
mid=57418-Sep-07 14:11
mid=57418-Sep-07 14:11 
AnswerRe: Determine if VC++ 2005 SP1 runtime is installed? Pin
George L. Jackson8-Sep-07 16:32
George L. Jackson8-Sep-07 16:32 
GeneralRe: Determine if VC++ 2005 SP1 runtime is installed? [modified] Pin
mid=57418-Sep-07 16:37
mid=57418-Sep-07 16:37 
QuestionLine drawing in MFC Pin
DGit8-Sep-07 12:30
DGit8-Sep-07 12:30 
AnswerRe: Line drawing in MFC Pin
Christian Graus8-Sep-07 12:32
protectorChristian Graus8-Sep-07 12:32 
GeneralRe: Line drawing in MFC Pin
DGit8-Sep-07 12:49
DGit8-Sep-07 12:49 
GeneralRe: Line drawing in MFC Pin
Christian Graus8-Sep-07 16:12
protectorChristian Graus8-Sep-07 16:12 
GeneralRe: Line drawing in MFC Pin
bob169728-Sep-07 17:12
bob169728-Sep-07 17:12 
GeneralRe: Line drawing in MFC Pin
DGit10-Sep-07 6:42
DGit10-Sep-07 6:42 

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.