Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: linking error! Pin
Garth J Lancaster28-Aug-05 0:24
professionalGarth J Lancaster28-Aug-05 0:24 
AnswerRe: linking error! Pin
Trollslayer28-Aug-05 6:22
mentorTrollslayer28-Aug-05 6:22 
GeneralRe: linking error! Pin
Garth J Lancaster28-Aug-05 15:52
professionalGarth J Lancaster28-Aug-05 15:52 
GeneralRe: linking error! Pin
Anonymous30-Aug-05 0:28
Anonymous30-Aug-05 0:28 
QuestionHandling 2 threads Pin
Watertreader27-Aug-05 21:05
Watertreader27-Aug-05 21:05 
AnswerRe: Handling 2 threads Pin
Gary R. Wheeler28-Aug-05 3:24
Gary R. Wheeler28-Aug-05 3:24 
Questionwhen "GlobalAlloc(GPTR, 100);" excute, why a "int 3" apear in Ntdll.dll? Pin
yanping wang27-Aug-05 20:27
yanping wang27-Aug-05 20:27 
QuestionActivating "Execl XML toolbox" functionalities from C++ Pin
Hillel27-Aug-05 20:16
Hillel27-Aug-05 20:16 
While working with "Execl XML toolbox" in C++, I attempt to implement
a logic which is equivalent to the following VB piece of code:

Public objExcelApplication As Excel.Application
Public objWorkBook As Excel.Workbook
Public objWorkSheet As Excel.Worksheet
Public objXmlMap As Excel.XmlMap
'

1. list XML maps in the given Book:
.
.
Dim oMapInfo As Excel.XmlMap

For Each oMapInfo In objWorkBook.XmlMaps
msgbox oMapInfo.Name
Next


' 2. Pass back an Excel schema source

dim xSchema As String

xSchema = objXmlMap.Schemas(1).XML
'

3. Export The Excel data as XML

dim xData As String

Call objXmlMap.ExportXml(xData)


All necessary standard libraries are #imported into my C++ code / project:

MSO.DLL - contributes MS Office
VBE6EXT.OLB - contributes VB extensions
EXCEL.EXE - for Excel.

However - none of them exposes any helpers, wrappers or any thing else
by which xmlMaps , xmlScemas collections and their associated contained items xmlMap,xmlSchema -
can be accessed easily like other Excel entities.

What did I miss?

Thanks

Hillel.

Hillel
Questiongetting drive type in .NET Pin
/*Trucker*\27-Aug-05 19:32
/*Trucker*\27-Aug-05 19:32 
QuestionIAddrBook::OpenEntry Pin
PJ Arends27-Aug-05 12:59
professionalPJ Arends27-Aug-05 12:59 
AnswerRe: IAddrBook::OpenEntry Pin
Jose Lamas Rios27-Aug-05 16:56
Jose Lamas Rios27-Aug-05 16:56 
GeneralRe: IAddrBook::OpenEntry Pin
PJ Arends27-Aug-05 17:54
professionalPJ Arends27-Aug-05 17:54 
GeneralRe: IAddrBook::OpenEntry Pin
Jose Lamas Rios27-Aug-05 17:57
Jose Lamas Rios27-Aug-05 17:57 
Questionfile access Pin
Ali Tavakol27-Aug-05 12:52
Ali Tavakol27-Aug-05 12:52 
AnswerRe: file access Pin
David Crow28-Aug-05 4:49
David Crow28-Aug-05 4:49 
QuestionInternetGetConnectedState problem Pin
Spiritofamerica27-Aug-05 11:26
Spiritofamerica27-Aug-05 11:26 
AnswerRe: InternetGetConnectedState problem Pin
Jose Lamas Rios27-Aug-05 17:11
Jose Lamas Rios27-Aug-05 17:11 
GeneralRe: InternetGetConnectedState problem Pin
Spiritofamerica27-Aug-05 21:53
Spiritofamerica27-Aug-05 21:53 
AnswerRe: InternetGetConnectedState problem Pin
includeh1027-Aug-05 21:30
includeh1027-Aug-05 21:30 
GeneralRe: InternetGetConnectedState problem Pin
Spiritofamerica27-Aug-05 21:54
Spiritofamerica27-Aug-05 21:54 
GeneralRe: InternetGetConnectedState problem Pin
includeh1028-Aug-05 13:52
includeh1028-Aug-05 13:52 
AnswerRe: InternetGetConnectedState problem Pin
David Crow28-Aug-05 4:50
David Crow28-Aug-05 4:50 
QuestioncryptImportkey Pin
Member 207257827-Aug-05 5:31
Member 207257827-Aug-05 5:31 
AnswerRe: cryptImportkey Pin
Jose Lamas Rios27-Aug-05 17:53
Jose Lamas Rios27-Aug-05 17:53 
Questionc++ compiler v. 1.52 Pin
moed27-Aug-05 3:18
moed27-Aug-05 3:18 

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.