I try to load a wizard written with the dialog builder! My Origin Version is the German Pro Version 7 with SR1 (German)! I use the command line:
dialog.start(C:\Subfolder\wizard.dll,wizard);
But Origin crashes and gives me the following message:
Application Error The instruction at "0x6c390b2a" referenced memory at "0x00000002". The memory could not be "read".
I click Ok and a second message appears: Application Error The instruction at "0x6c371351" referenced memory at "0x00000004". The memory could not be "read".
I click OK and the program terminates!
A had also such errors in the past but these had disappeared! With the same command I can load other dll which works.
My Wizard is compiled clearly with a Version of Microsofts Visual C++ 6.0 authors edition! I need help!
I've had that problem before. Make sure all of your tabs and wizard pages are define in your string table, and if your not using the origin wizard to create your pages, make user your resource.h is well written. A misplace letter is all it takes. My dialog use to crash because I wrote Tab.grahpPlaceHolder instead of Tab.graphPlaceHolder.
Ok it works! I don`t know the exaxt mistake, but i wrote the string table in Visual C++ again step by step and then it works! But I think in a new SR this Problem should be solved!!!!