Click here to Skip to main content
15,926,507 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSyntax Color Problem. Pin
| mProject |12-Nov-01 17:16
| mProject |12-Nov-01 17:16 
Generaldata checking Pin
12-Nov-01 16:05
suss12-Nov-01 16:05 
GeneralRe: data checking Pin
Christian Graus12-Nov-01 16:14
protectorChristian Graus12-Nov-01 16:14 
GeneralRe: data checking Pin
Rassman13-Nov-01 0:53
Rassman13-Nov-01 0:53 
Generaldate conversion Pin
12-Nov-01 16:01
suss12-Nov-01 16:01 
GeneralRe: date conversion Pin
Christian Graus12-Nov-01 16:19
protectorChristian Graus12-Nov-01 16:19 
GeneralRe: date conversion Pin
Nish Nishant12-Nov-01 23:36
sitebuilderNish Nishant12-Nov-01 23:36 
GeneralRe: date conversion Pin
Christian Graus12-Nov-01 23:49
protectorChristian Graus12-Nov-01 23:49 
GeneralRe: date conversion Pin
markkuk12-Nov-01 20:10
markkuk12-Nov-01 20:10 
GeneralCBrush question Pin
RobJones12-Nov-01 12:18
RobJones12-Nov-01 12:18 
GeneralRe: CBrush question Pin
Christian Graus12-Nov-01 15:44
protectorChristian Graus12-Nov-01 15:44 
GeneralDeleteFile() function Pin
pjc12-Nov-01 10:17
pjc12-Nov-01 10:17 
GeneralRe: DeleteFile() function Pin
Tomasz Sowinski12-Nov-01 11:44
Tomasz Sowinski12-Nov-01 11:44 
Generalsubclassing and storage in a CList Pin
squizz12-Nov-01 10:14
squizz12-Nov-01 10:14 
GeneralRe: subclassing and storage in a CList Pin
Andrew Peace12-Nov-01 11:06
Andrew Peace12-Nov-01 11:06 
GeneralDownloading form results Pin
José Luis Sogorb12-Nov-01 6:44
José Luis Sogorb12-Nov-01 6:44 
GeneralRe: Downloading form results Pin
Carlos Antollini12-Nov-01 6:54
Carlos Antollini12-Nov-01 6:54 
GeneralRe: Downloading form results Pin
José Luis Sogorb12-Nov-01 7:43
José Luis Sogorb12-Nov-01 7:43 
GeneralRe: Downloading form results Pin
Carlos Antollini12-Nov-01 8:34
Carlos Antollini12-Nov-01 8:34 
GeneralRegular dll in vc++ for Delphi . URGENT !!! Pin
12-Nov-01 6:09
suss12-Nov-01 6:09 
the below declarations of a simple function in a regular dll in vc++ successed only in vc++ client program and fails in delphi client program.

1. extern "C" __declspec(dllexport) int func(int num)
In Delphi = "access violation at address"

2. extern "C" __declspec(dllexport) int _stdcall func(int num)
In Delphi = Not successed to connect to the dll function at all.

Cry | :(( Cry | :(( Cry | :(( Cry | :(( Cry | :(( Cry | :(( Cry | :(( Cry | :(( Cry | :(( Cry | :(( Cry | :(( Cry | :(( Cry | :((
=======================================================================
3.
I saw a declaration of function of dll that created in c and succesed in delphi client program and it seems so:
int far PASCAL _export func(int num)
------------------------------------------
I tried it and I gets warning C4236: nonstandard extension used : '_export' is an obsolete keyword, see documentation for __declspec(dllexport)int far PASCAL _export func(int num)and It not works of course
=======================================================================

What is the sulation ???

GeneralRe: Regular dll in vc++ for Delphi . URGENT !!! Pin
Chris Losinger12-Nov-01 6:19
professionalChris Losinger12-Nov-01 6:19 
GeneralRe: Regular dll in vc++ for Delphi . URGENT !!! Pin
mimi12-Nov-01 12:34
mimi12-Nov-01 12:34 
GeneralOK ! How you declare that func in your client program ? Pin
mimi12-Nov-01 12:56
mimi12-Nov-01 12:56 
QuestionHow can I make my Editbox to ignore HTML tags??? Pin
Karavaev Denis12-Nov-01 6:08
Karavaev Denis12-Nov-01 6:08 
AnswerRe: How can I make my Editbox to ignore HTML tags??? Pin
Carlos Antollini12-Nov-01 6:37
Carlos Antollini12-Nov-01 6:37 

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.