Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMFC crash occurs on DLL during language translation in string table entries Pin
Thirumalesh.U8-Jul-10 23:40
Thirumalesh.U8-Jul-10 23:40 
QuestionRun-time Error while word 2010 Automation, "A null reference pointer was passed to the stub." [modified] Pin
m_code8-Jul-10 23:04
m_code8-Jul-10 23:04 
AnswerRe: Runtime Error while word 2010 Automation, "A null refrence pointer was passed to the stub." Pin
Niklas L9-Jul-10 1:42
Niklas L9-Jul-10 1:42 
GeneralRe: Runtime Error while word 2010 Automation, "A null refrence pointer was passed to the stub." Pin
m_code9-Jul-10 2:07
m_code9-Jul-10 2:07 
GeneralRe: Runtime Error while word 2010 Automation, "A null refrence pointer was passed to the stub." Pin
Niklas L9-Jul-10 2:24
Niklas L9-Jul-10 2:24 
GeneralRe: Runtime Error while word 2010 Automation, "A null refrence pointer was passed to the stub." Pin
m_code9-Jul-10 2:48
m_code9-Jul-10 2:48 
GeneralRe: Runtime Error while word 2010 Automation, "A null refrence pointer was passed to the stub." Pin
Niklas L9-Jul-10 3:14
Niklas L9-Jul-10 3:14 
GeneralRe: Runtime Error while word 2010 Automation, "A null refrence pointer was passed to the stub." Pin
m_code9-Jul-10 5:20
m_code9-Jul-10 5:20 
Of course what you mentioned is related to older versions of office type libraries
What i used is Microsoft Word 14.0 Object Library <8.5> which has diffrent interface for Open Method, and OpenConflictDocument parameter is not supported.
But there are other alternative open methods that implement older parameters, Like:
docsObj.OpenOld(...)
docsObj.Open2000(...)
docsObj.Open2002(...)
the last one is what you mentioned but it result in error too.
Only the Open2000(...) method work with out problem but it doesnot support docx documents.
QuestionFile Mapping Pin
john56328-Jul-10 22:31
john56328-Jul-10 22:31 
AnswerRe: File Mapping Pin
Niklas L8-Jul-10 22:37
Niklas L8-Jul-10 22:37 
GeneralRe: File Mapping Pin
john56328-Jul-10 23:10
john56328-Jul-10 23:10 
GeneralRe: File Mapping Pin
Niklas L9-Jul-10 1:52
Niklas L9-Jul-10 1:52 
AnswerRe: File Mapping Pin
KarstenK8-Jul-10 22:50
mveKarstenK8-Jul-10 22:50 
AnswerRe: File Mapping Pin
Aescleal8-Jul-10 23:40
Aescleal8-Jul-10 23:40 
QuestionHow to resize a dialogbar Pin
ilgale8-Jul-10 21:27
ilgale8-Jul-10 21:27 
QuestionListBox Pin
AbhiHcl8-Jul-10 20:57
AbhiHcl8-Jul-10 20:57 
AnswerRe: ListBox Pin
MsmVc8-Jul-10 21:17
MsmVc8-Jul-10 21:17 
GeneralRe: ListBox Pin
AbhiHcl8-Jul-10 21:31
AbhiHcl8-Jul-10 21:31 
GeneralRe: ListBox Pin
Niklas L8-Jul-10 22:28
Niklas L8-Jul-10 22:28 
GeneralRe: ListBox Pin
AbhiHcl9-Jul-10 0:20
AbhiHcl9-Jul-10 0:20 
GeneralRe: ListBox Pin
Niklas L9-Jul-10 1:56
Niklas L9-Jul-10 1:56 
GeneralRe: ListBox Pin
AbhiHcl9-Jul-10 2:24
AbhiHcl9-Jul-10 2:24 
GeneralRe: ListBox Pin
Niklas L9-Jul-10 2:26
Niklas L9-Jul-10 2:26 
QuestionString Pin
T.RATHA KRISHNAN8-Jul-10 20:42
T.RATHA KRISHNAN8-Jul-10 20:42 
AnswerRe: String Pin
«_Superman_»8-Jul-10 20:48
professional«_Superman_»8-Jul-10 20:48 

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.