Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Xtreme Ax/COM controls under WOW64
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Xtreme Ax/COM controls under WOW64

 Post Reply Post Reply
Author
Message
asifimam View Drop Down
Newbie
Newbie
Avatar

Joined: 20 December 2006
Location: Pakistan
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote asifimam Quote  Post ReplyReply Direct Link To This Post Topic: Xtreme Ax/COM controls under WOW64
    Posted: 31 January 2007 at 4:30am
Hi All,
 
In conjunction with my previous post where I was looking for 64-bit enabled Xtreme COM controls(which are not supported currently)now another possibility is to run the xtreme toolkit in 32-bit emulated environment under 64 bit machines. That we call WOW64.
 
I have usccessfully installed SuitePro 10.3.1. I also have successfully converted c#.Net CalendarControl sample under VS2005. It builds/rebuildAll just fine(As a 32 bit App). While I try to execute it, it gives me runtime error. Something like ...
 
/***************************************/
Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
at line: 1141
file: frmMain.cs ((System.ComponentModel.ISupportInitialize)(this.wndCalendarControl)).EndInit();
/***************************************/
 
If any one can help or suggest any thing kindly help me out.
 
Thanks a Million.
Debug till Nobug
Back to Top
asifimam View Drop Down
Newbie
Newbie
Avatar

Joined: 20 December 2006
Location: Pakistan
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote asifimam Quote  Post ReplyReply Direct Link To This Post Posted: 31 January 2007 at 7:49am
 Finally it is done.  What you'll need to run Xtreme ActiveX controls under WOW64 is
 1. Goto project -> Properties ->Build
 2. See Platform Target combo
 3. Change it to x86 from 'Any CPU' option (This will explicitly tells that your application requires to run under 32 bit or WOW64. By default it is always 'AnyCPU'.
4. Re-Build and Run....
 
Ps: I am doing it all under VS8, and after converting VS7.1 projects into VS8.
 
Cheers.
Debug till Nobug
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.137 seconds.