Hi Willie,
I have some experience in C#. Sooner or later i have to change to C#, if
there is no 64-Bit support in VO.
Juergen
"Willie Moore" schrieb im Newsbeitrag
news:jkpqcn$t10$1@speranza.aioe.org...
Jürgen,
c# is a completely different language than VO. If you want to use VO from a
64bit program I would suggest creating a COM object with VO and then calling
the COM object from word. That should work as you are not calling VO
directly but using the OLE interface.
Regards,
Willie
Vulcan VIP
"Jürgen Knauf" wrote in message
news:4f700139$0$6564$9b4e6d93@newsspool4.arcor-online.net...
But i can write for example a 64-Bit binary with c#. But not with VO. So VO
is not usable for future development.
"Jamal" schrieb im Newsbeitrag news:jkijhj$d44$1@dont-email.me...
Native 64-bit processes in Office 2010 cannot load 32-bit binaries no matter
what what programming language you use.
Good reading here:
http://msdn.microsoft.com/en-us/library/ee691831.aspx
Jamal
"Jürgen Knauf" wrote in message
news:4f6c1a52$0$6624$9b4e6d93@newsspool2.arcor-online.net...
So, it is time to end with VO programming. Or are there plans for a 64-bit
VO Version. Vulcan is no alternative for me
"dlzc" schrieb im Newsbeitrag
news:26550329.131.1332442280705.JavaMail.geo-discussion-forums@ynne2...
Dear Jürgen Knauf:
On Thursday, March 22, 2012 11:46:33 AM UTC-7, Jürgen Knauf wrote:
> Hello,
>
> I get an error when I try to load ( loadlibrary())
> a VO.DLL within a VBA application with Word 2010
> (64-Bit)
>
> With MS Word (32-Bit) there is no problem.
>
> Any Idea?
You cannot load 32-bit libraries in 64-bit applications.
David A. Smith