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

C / C++ / MFC

 
GeneralJava & Javascript errors in CHtmlView app Pin
trof13-Apr-04 12:22
trof13-Apr-04 12:22 
Generalchanging font in CEdit Pin
dart1313-Apr-04 11:54
dart1313-Apr-04 11:54 
GeneralRe: changing font in CEdit Pin
Gary R. Wheeler13-Apr-04 15:13
Gary R. Wheeler13-Apr-04 15:13 
GeneralRe: changing font in CEdit Pin
dart1313-Apr-04 20:41
dart1313-Apr-04 20:41 
GeneralVC6 to VC.NET Pin
brdavid13-Apr-04 11:09
brdavid13-Apr-04 11:09 
GeneralRe: VC6 to VC.NET Pin
Maarten Kools13-Apr-04 11:53
professionalMaarten Kools13-Apr-04 11:53 
GeneralRe: VC6 to VC.NET Pin
Paul Ranson13-Apr-04 12:01
Paul Ranson13-Apr-04 12:01 
GeneralRe: VC6 to VC.NET Pin
brdavid13-Apr-04 15:03
brdavid13-Apr-04 15:03 
Thank you very much for the replies. I'm sorry if I am slow on the uptake but I'm simply looking for a little help possibly a lead on how or perhaps what is happening with my project. Basically it is not compiling and it is erroring out on my ADO class.

I tried looking online here and cannot find source that could help me figure out how to solve some of the errors that are coming up.

For example. the following line tells me adExecuteNoRecords is undeclared. I used MSDN and discovered this enumtype doesn't exist but replaced it what I found on MSDN and I still get this error. Any ideas about it?

m_pConnection->Execute(_bstr_t(lpstrExec), &vRecords, adExecuteNoRecords);<br />


Another is this where it says GetString is undeclared. I haven't a clue what I am supposted to use then. Frown | :(

<br />
	varOutput = m_pRecordset->GetString(adClipString, numRows, varCols, varRows, varNull);<br />


The same here where Save is not defined.
<br />
		hr = m_pRecordset->Save(lpstrXMLFile, adPersistXML);<br />


Basically I'm a touch worried. These compiled fine under VC++ unless .NET added these lines. I can't see why it would do that. Basically, can anyone lend a hand and help me to where I could go to get some answers on things to look for or perhaps the ADO libraries changed for .NET or perhaps there is something here completely over my head.

Thanks for the tip on .NET though. It helps in that I don't have to worry about going back and forth between vc6 and vcNET. Smile | :)
GeneralRe: VC6 to VC.NET Pin
Paul Ranson14-Apr-04 4:31
Paul Ranson14-Apr-04 4:31 
General&quot;show Desktop&quot; interceptor Pin
shrimps2413-Apr-04 10:56
shrimps2413-Apr-04 10:56 
GeneralRe: &quot;show Desktop&quot; interceptor Pin
shrimps2413-Apr-04 10:57
shrimps2413-Apr-04 10:57 
GeneralRe: &quot;show Desktop&quot; interceptor Pin
gUrM33T13-Apr-04 15:42
gUrM33T13-Apr-04 15:42 
GeneralStack Problem Clarified Pin
Anonymous13-Apr-04 10:26
Anonymous13-Apr-04 10:26 
GeneralRe: Stack Problem Clarified Pin
Anonymous13-Apr-04 10:27
Anonymous13-Apr-04 10:27 
GeneralRe: Stack Problem Clarified Pin
Daniel Turini13-Apr-04 10:58
Daniel Turini13-Apr-04 10:58 
GeneralRe: Stack Problem Clarified Pin
Anonymous14-Apr-04 1:07
Anonymous14-Apr-04 1:07 
GeneralRe: Stack Problem Clarified Pin
Paul Ranson14-Apr-04 4:20
Paul Ranson14-Apr-04 4:20 
GeneralRelease Mode ATL Problem Pin
nlecren13-Apr-04 9:58
nlecren13-Apr-04 9:58 
GeneralCheck the Status of a URL Pin
Renjith Ramachandran13-Apr-04 8:20
Renjith Ramachandran13-Apr-04 8:20 
GeneralRe: Check the Status of a URL Pin
David Crow13-Apr-04 8:31
David Crow13-Apr-04 8:31 
GeneralRe: Check the Status of a URL Pin
Renjith Ramachandran13-Apr-04 8:43
Renjith Ramachandran13-Apr-04 8:43 
GeneralRe: Check the Status of a URL Pin
basementman13-Apr-04 9:50
basementman13-Apr-04 9:50 
GeneralRe: Check the Status of a URL Pin
Renjith Ramachandran13-Apr-04 21:01
Renjith Ramachandran13-Apr-04 21:01 
GeneralRe: Check the Status of a URL Pin
basementman14-Apr-04 3:56
basementman14-Apr-04 3:56 
GeneralUnmanaged pointer in a managed class? (C3160) Pin
mccoyn13-Apr-04 8:19
mccoyn13-Apr-04 8:19 

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.