Click here to Skip to main content
15,914,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Plz sir slow down Pin
Rajkumar R13-May-08 4:45
Rajkumar R13-May-08 4:45 
AnswerRe: Plz sir slow down Pin
Rajesh_Parameswaran13-May-08 4:52
Rajesh_Parameswaran13-May-08 4:52 
GeneralRe: Plz sir slow down Pin
Rajkumar R13-May-08 5:33
Rajkumar R13-May-08 5:33 
GeneralRe: Plz sir slow down Pin
CPallini13-May-08 4:47
mveCPallini13-May-08 4:47 
GeneralRe: Plz sir slow down Pin
Rajkumar R13-May-08 18:59
Rajkumar R13-May-08 18:59 
GeneralRe: Plz sir slow down Pin
CPallini13-May-08 20:55
mveCPallini13-May-08 20:55 
AnswerRe: TCHAR porting issues while porting from VC6 to VC8 Pin
CPallini13-May-08 4:05
mveCPallini13-May-08 4:05 
AnswerRe: TCHAR porting issues while porting from VC6 to VC8 Pin
Iain Clarke, Warrior Programmer13-May-08 5:15
Iain Clarke, Warrior Programmer13-May-08 5:15 
Coming back your original question, go back to basics.

Write a function such as:
int HowBigIsATCHAR (TCHAR i_is_a_letter)
{
    return sizeof (i_is_a_letter);
}

not forgetting to use dllimport / export.

Try using it in a your client program.

See if you get link errors, and also what size it gives you.

The TCHAR thing may be a blind alley, and you are having linking trouble with constant sizeed arrays. I've never passed a big array be value before...

Try passing it as TCHAR **, and see if that helps?

Iain.

Plz sir... CPallini CPallini abuz drugz, plz plz help urgent.

QuestionPassing a function as parameter. Pin
mikyivy13-May-08 3:45
mikyivy13-May-08 3:45 
AnswerRe: Passing a function as parameter. Pin
Rajkumar R13-May-08 3:51
Rajkumar R13-May-08 3:51 
AnswerRe: Passing a function as parameter. Pin
David Crow13-May-08 3:54
David Crow13-May-08 3:54 
AnswerRe: Passing a function as parameter. Pin
Mark Salsbery13-May-08 5:16
Mark Salsbery13-May-08 5:16 
QuestionReading from and Writing to a USB device using ReadFile() and WriteFile() Pin
koumodaki13-May-08 3:44
koumodaki13-May-08 3:44 
AnswerRe: Reading from and Writing to a USB device using ReadFile() and WriteFile() Pin
Cedric Moonen13-May-08 4:02
Cedric Moonen13-May-08 4:02 
GeneralRe: Reading from and Writing to a USB device using ReadFile() and WriteFile() Pin
koumodaki13-May-08 4:11
koumodaki13-May-08 4:11 
GeneralRe: Reading from and Writing to a USB device using ReadFile() and WriteFile() Pin
Cedric Moonen13-May-08 4:24
Cedric Moonen13-May-08 4:24 
GeneralRe: Reading from and Writing to a USB device using ReadFile() and WriteFile() Pin
koumodaki13-May-08 4:49
koumodaki13-May-08 4:49 
AnswerRe: Reading from and Writing to a USB device using ReadFile() and WriteFile() Pin
Iain Clarke, Warrior Programmer13-May-08 4:09
Iain Clarke, Warrior Programmer13-May-08 4:09 
AnswerRe: Reading from and Writing to a USB device using ReadFile() and WriteFile() Pin
Hamid_RT14-May-08 6:25
Hamid_RT14-May-08 6:25 
QuestionSMTP Mail Class [modified] Pin
Programm3r13-May-08 3:12
Programm3r13-May-08 3:12 
QuestionRe: Mail Class Pin
CPallini13-May-08 3:16
mveCPallini13-May-08 3:16 
AnswerRe: Mail Class Pin
Programm3r13-May-08 3:30
Programm3r13-May-08 3:30 
GeneralRe: Mail Class Pin
CPallini13-May-08 3:36
mveCPallini13-May-08 3:36 
GeneralRe: Mail Class Pin
Programm3r13-May-08 3:44
Programm3r13-May-08 3:44 
AnswerRe: Mail Class Pin
David Crow13-May-08 3:17
David Crow13-May-08 3:17 

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.