msxml3 Questions
4
Solved
I have the following code:
Function filejson(json)
Dim objStream, strData
Set objStream = CreateObject("ADODB.Stream")
objStream.CharSet = "utf-8"
objStream.Open
objStream.LoadFromFile(j...
2
Solved
Situation:
1) I need to make HTTP[S] networking calls in C++ on Windows for our DLL.
2) Need to support at least XP (I guess SP3 is ok)
3) no ATL, no MFC, no IE
Question:
I recently switched from...
3
I am changing my C++ project, which was earlier in VC6 and now being migrated to VS 2008, to use MSXML 6 instead of the earlier MSXML 3.
When the code was in VC6 we were using MSXML3 by importing i...
Tetanic asked 11/6, 2009 at 9:2
1
© 2022 - 2024 — McMap. All rights reserved.