Click here to Skip to main content
15,888,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do I pass a structure to a function?? Pin
Jesse Evans4-Apr-03 8:15
Jesse Evans4-Apr-03 8:15 
GeneralRe: How do I pass a structure to a function?? Pin
Rob McBean4-Apr-03 10:31
Rob McBean4-Apr-03 10:31 
GeneralRe: How do I pass a structure to a function?? Pin
Jesse Evans4-Apr-03 10:55
Jesse Evans4-Apr-03 10:55 
GeneralRe: How do I pass a structure to a function?? Pin
Gary R. Wheeler4-Apr-03 14:24
Gary R. Wheeler4-Apr-03 14:24 
GeneralRe: How do I pass a structure to a function?? Pin
John R. Shaw4-Apr-03 15:36
John R. Shaw4-Apr-03 15:36 
AnswerRe: How do I pass a structure to a function?? Pin
Ernesto D.4-Apr-03 23:37
Ernesto D.4-Apr-03 23:37 
GeneralBeginner Database Programming Question Pin
Brent Corkum4-Apr-03 5:21
Brent Corkum4-Apr-03 5:21 
GeneralRe: Beginner Database Programming Question Pin
John M. Drescher4-Apr-03 6:01
John M. Drescher4-Apr-03 6:01 
GeneralRe: Beginner Database Programming Question Pin
Brent Corkum4-Apr-03 6:07
Brent Corkum4-Apr-03 6:07 
GeneralRe: Beginner Database Programming Question Pin
John M. Drescher4-Apr-03 6:11
John M. Drescher4-Apr-03 6:11 
GeneralRe: Beginner Database Programming Question Pin
Jesse Evans4-Apr-03 6:31
Jesse Evans4-Apr-03 6:31 
GeneralCapture Video to memory and send over LAN Pin
extremalis4-Apr-03 4:50
extremalis4-Apr-03 4:50 
GeneralRe: Capture Video to memory and send over LAN Pin
Joan M4-Apr-03 6:45
professionalJoan M4-Apr-03 6:45 
GeneralRe: Capture Video to memory and send over LAN Pin
extremalis6-Apr-03 2:48
extremalis6-Apr-03 2:48 
GeneralRe: Capture Video to memory and send over LAN Pin
Anonymous20-Apr-03 17:15
Anonymous20-Apr-03 17:15 
QuestionUsing MFC HTTP classes for file upload? Pin
Anonymous4-Apr-03 4:49
Anonymous4-Apr-03 4:49 
GeneralExplicit DLL call... Pin
Raphael Kindt4-Apr-03 4:16
Raphael Kindt4-Apr-03 4:16 
GeneralRe: Explicit DLL call... Pin
Joaquín M López Muñoz4-Apr-03 4:47
Joaquín M López Muñoz4-Apr-03 4:47 
GeneralRe: Explicit DLL call... Pin
Raphael Kindt4-Apr-03 4:54
Raphael Kindt4-Apr-03 4:54 
GeneralConsole window Pin
Tom Wright4-Apr-03 3:40
Tom Wright4-Apr-03 3:40 
GeneralRe: Console window Pin
Joaquín M López Muñoz4-Apr-03 4:04
Joaquín M López Muñoz4-Apr-03 4:04 
GeneralHas anyone heard of this problem Pin
Tom Wright4-Apr-03 3:38
Tom Wright4-Apr-03 3:38 
GeneralRe: Has anyone heard of this problem Pin
Rickard Andersson204-Apr-03 3:46
Rickard Andersson204-Apr-03 3:46 
GeneralMigration to VC.NET Pin
vikramj4-Apr-03 2:46
vikramj4-Apr-03 2:46 
hi friends,

My question is related to VC.NET. I am working on VC++ on my application since last 1 yr. Now we are migrating to VC.NET. In the process, i am getting 100 errors related to T2A macro.

the macro converts to W2A under unicode build.

the error is "error C2664: 'T2A' : cannot convert parameter 1 from 'CString' to 'LPTSTR'". the same line of code was working well/ works well in VC 6 env.

the code is

xmlSetProp(relListNode, SAFE_CAST("rid"), SAFE_CAST (T2A(relID)));

Please ignore the XML related stuff. The area of problem is

T2A(CString).

If anyone knows any solution, please help. Wink | ;)

Thnaks and regards.

Vikram
GeneralRe: Migration to VC.NET Pin
Joe Woodbury4-Apr-03 10:49
professionalJoe Woodbury4-Apr-03 10:49 

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.