Click here to Skip to main content
15,900,480 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to load DLL from memory, not disk Pin
vividtang17-May-04 7:45
vividtang17-May-04 7:45 
AnswerRe: How to load DLL from memory, not disk Pin
Mahendra_78619-May-04 16:36
Mahendra_78619-May-04 16:36 
GeneralLink Error only in Release mode Pin
Nick Parker17-May-04 4:51
protectorNick Parker17-May-04 4:51 
GeneralRe: Link Error only in Release mode Pin
bikram singh17-May-04 4:55
bikram singh17-May-04 4:55 
GeneralRe: Link Error only in Release mode Pin
Nick Parker17-May-04 5:03
protectorNick Parker17-May-04 5:03 
GeneralRe: Link Error only in Release mode Pin
David Crow17-May-04 5:52
David Crow17-May-04 5:52 
GeneralRe: Link Error only in Release mode Pin
Nick Parker17-May-04 6:32
protectorNick Parker17-May-04 6:32 
GeneralRe: Link Error only in Release mode Pin
Antony M Kancidrowski17-May-04 6:32
Antony M Kancidrowski17-May-04 6:32 
GeneralRe: Link Error only in Release mode Pin
Prakash Nadar17-May-04 4:57
Prakash Nadar17-May-04 4:57 
GeneralADO C++ Pin
edataonline17-May-04 4:39
edataonline17-May-04 4:39 
GeneralRe: ADO C++ Pin
Antony M Kancidrowski17-May-04 6:41
Antony M Kancidrowski17-May-04 6:41 
QuestionHow to build a DataBase of data types (int, char, struct, …)? Pin
Michigan185417-May-04 4:26
Michigan185417-May-04 4:26 
AnswerRe: How to build a DataBase of data types (int, char, struct, …)? Pin
David Crow17-May-04 4:46
David Crow17-May-04 4:46 
GeneralRe: How to build a DataBase of data types (int, char, struct, …)? Pin
Michigan185417-May-04 4:53
Michigan185417-May-04 4:53 
GeneralRe: How to build a DataBase of data types (int, char, struct, …)? Pin
David Crow17-May-04 5:50
David Crow17-May-04 5:50 
GeneralRe: How to build a DataBase of data types (int, char, struct, …)? Pin
Michigan185417-May-04 6:04
Michigan185417-May-04 6:04 
GeneralComboBox (and/or ListBox) shared in two dialogs (MFC) Pin
J.B.17-May-04 3:53
J.B.17-May-04 3:53 
GeneralRe: ComboBox (and/or ListBox) shared in two dialogs (MFC) Pin
RChin17-May-04 4:31
RChin17-May-04 4:31 
GeneralRe: ComboBox (and/or ListBox) shared in two dialogs (MFC) Pin
J.B.17-May-04 4:45
J.B.17-May-04 4:45 
GeneralRe: ComboBox (and/or ListBox) shared in two dialogs (MFC) Pin
Rafael Fernández López17-May-04 9:42
Rafael Fernández López17-May-04 9:42 
GeneralRe: ComboBox (and/or ListBox) shared in two dialogs (MFC) Pin
J.B.17-May-04 19:54
J.B.17-May-04 19:54 
GeneralData mismatch for Intel C++ Release Pin
SandeepKumarSingh17-May-04 3:22
SandeepKumarSingh17-May-04 3:22 
GeneralRe: Data mismatch for Intel C++ Release Pin
bikram singh17-May-04 4:48
bikram singh17-May-04 4:48 
GeneralVC .DLL + Centura string Pin
JensB17-May-04 3:21
JensB17-May-04 3:21 
Hi
I've succesfully coded a Visual C++ .DLL that has some exported functions.
Now i'm having some problems using Centura strings and modifiying them.
I use the type 'LPSTR' as following:

In centura -> External declaration:
Function: GetFirmName
Parameters .. Receive string: LPSTR

In .DLL:
void GetFirmName(LPSTR pFrm)
{
strcpy(pFrm, "IMTESTINGAROUND");
}

Is this the right way to deal with strings in .DLL to Centura? I ask this in the VC++ forum because it is Visual C++ code but has to interact with a Centura program.

Greetings,
Jens
QuestionHow to change window title text font? Pin
george ivanov17-May-04 3:16
george ivanov17-May-04 3:16 

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.